aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/remote-helpers/git-remote-hg
AgeCommit message (Expand)AuthorFilesLines
2017-03-03contrib: git-remote-{bzr,hg} placeholders don't need PythonSebastian Schuberth1-9/+7
2014-05-20Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano1-1254/+6
2014-05-19contrib: remote-helpers: add move warnings (v2.0)Felipe Contreras1-0/+3
2014-04-18Merge branch 'fc/remote-helper-fixes'Junio C Hamano1-0/+1
2014-04-09remote-hg: always normalize pathsFelipe Contreras1-0/+1
2014-04-02Merge branch 'ap/remote-hg-skip-null-bookmarks'Junio C Hamano1-1/+4
2014-03-25remote-hg: do not fail on invalid bookmarksMax Horn1-1/+4
2013-12-09remote-hg: fix 'shared path' pathFelipe Contreras1-0/+3
2013-12-09remote-helpers: add extra safety checksFelipe Contreras1-4/+10
2013-12-09remote-hg: avoid buggy strftime()jcb911-1/+1
2013-11-18remote-bzr, remote-hg: fix email address regular expressionRichard Hansen1-4/+3
2013-11-18remote-hg: don't decode UTF-8 paths into Unicode objectsRichard Hansen1-1/+1
2013-11-01Merge branch 'ap/remote-hg-unquote-cquote'Junio C Hamano1-0/+6
2013-10-23remote-hg: unquote C-style paths when exportingAntoine Pelisse1-0/+6
2013-09-18Merge branch 'fc/contrib-bzr-hg-fixes'Junio C Hamano1-30/+37
2013-09-04Merge branch 'fc/remote-hg-shared-setup'Junio C Hamano1-5/+18
2013-08-30remote-hg: use notes to keep track of Hg revisionsFelipe Contreras1-1/+34
2013-08-29remote-helpers: cleanup more global variablesFelipe Contreras1-28/+2
2013-08-29remote-helpers: trivial style fixesFelipe Contreras1-1/+1
2013-08-11remote-hg: add shared repo upgradeFelipe Contreras1-0/+12
2013-08-11remote-hg: ensure shared repo is initializedFelipe Contreras1-5/+6
2013-08-09remote-hg: fix path when cloning with tilde expansionAntoine Pelisse1-1/+1
2013-05-28remote-hg: add support for --forceFelipe Contreras1-13/+17
2013-05-28remote-hg: add support for --dry-runFelipe Contreras1-2/+27
2013-05-28remote-hg: check if a fetch is neededFelipe Contreras1-0/+39
2013-05-28remote-hg: trivial cleanupFelipe Contreras1-7/+4
2013-05-28remote-helpers: improve marks usageFelipe Contreras1-2/+5
2013-05-28remote-hg: remove files before modificationsFelipe Contreras1-2/+2
2013-05-28remote-hg: improve lightweight tag authorFelipe Contreras1-4/+14
2013-05-28remote-hg: use remote 'default' not local oneFelipe Contreras1-10/+9
2013-05-28remote-hg: improve branch listingFelipe Contreras1-3/+6
2013-05-28remote-hg: simplify branch_tip()Felipe Contreras1-8/+4
2013-05-28remote-hg: check diverged bookmarksFelipe Contreras1-0/+24
2013-05-28remote-hg: pass around revision refsFelipe Contreras1-13/+21
2013-05-28remote-hg: implement custom checkheads()Felipe Contreras1-3/+49
2013-05-28remote-hg: implement custom push()Felipe Contreras1-2/+42
2013-05-28remote-hg: only update necessary revisionsFelipe Contreras1-2/+7
2013-05-28remote-hg: force remote bookmark push selectivelyFelipe Contreras1-1/+2
2013-05-28remote-hg: reorganize bookmark handlingFelipe Contreras1-31/+19
2013-05-28remote-hg: add remote testsFelipe Contreras1-1/+1
2013-05-28remote-hg: update bookmarks when using a remoteFelipe Contreras1-0/+17
2013-05-28remote-hg: always point HEAD to masterFelipe Contreras1-17/+13
2013-05-28remote-hg: improve progress calculationFelipe Contreras1-5/+4
2013-05-28remote-hg: trivial cleanupsFelipe Contreras1-7/+7
2013-05-28remote-hg: ensure remote rebasing worksFelipe Contreras1-0/+1
2013-05-28remote-hg: upgrade version 1 marksFelipe Contreras1-4/+18
2013-05-28remote-hg: switch from revisions to SHA-1 noteidsFelipe Contreras1-20/+22
2013-05-28remote-hg: add version checks to the marksFelipe Contreras1-3/+13
2013-05-28remote-hg: improve node traversingFelipe Contreras1-3/+7
2013-05-28remote-hg: shuffle some codeFelipe Contreras1-13/+17
2013-05-28remote-hg: use a shared repository storeFelipe Contreras1-15/+20
2013-05-28remote-hg: load all extensionsFelipe Contreras1-5/+1
2013-05-28remote-hg: trivial reorganizationFelipe Contreras1-2/+2
2013-05-21remote-hg: fix order of configuration commentsFelipe Contreras1-3/+3
2013-05-21remote-hg: trivial configuration note cleanupFelipe Contreras1-1/+1
2013-05-20remote-hg: set stdout to binary mode on win32Amit Bakshi1-0/+4
2013-05-16Revert "remote-hg: update bookmarks when pulling"Felipe Contreras1-3/+0
2013-05-15remote-hg: update bookmarks when pullingFelipe Contreras1-0/+3
2013-05-15remote-hg: don't push fake 'master' bookmarkFelipe Contreras1-1/+2
2013-05-15remote-hg: disable forced push by defaultFelipe Contreras1-1/+1
2013-05-15remote-hg: fix new branch creationFelipe Contreras1-1/+1
2013-05-15remote-hg: add new get_config_bool() helperFelipe Contreras1-11/+13
2013-05-15remote-hg: enable track-branches in hg-git modeFelipe Contreras1-1/+0
2013-05-15remote-hg: get rid of unused exception checksFelipe Contreras1-15/+9
2013-05-15remote-hg: trivial cleanupsFelipe Contreras1-1/+1
2013-05-07remote-helpers: trivial cleanupFelipe Contreras1-1/+0
2013-04-26remote-hg: use hashlib instead of hg sha1 utilFelipe Contreras1-2/+2
2013-04-26remote-hg: remove extra checkFelipe Contreras1-4/+0
2013-04-26remote-helpers: trivial cleanupsFelipe Contreras1-1/+1
2013-04-22remote-hg: strip extra newlineFelipe Contreras1-0/+4
2013-04-22remote-hg: use marks instead of inlined filesFelipe Contreras1-8/+33
2013-04-22remote-hg: small performance improvementFelipe Contreras1-1/+2
2013-04-22remote-hg: allow refs with spacesFelipe Contreras1-8/+17
2013-04-22remote-hg: don't update bookmarks unnecessarilyFelipe Contreras1-0/+3
2013-04-22remote-hg: add support for schemes extensionFelipe Contreras1-1/+7
2013-04-22remote-hg: improve email sanitationFelipe Contreras1-2/+8
2013-04-22remote-hg: add custom local tag write codeFelipe Contreras1-1/+3
2013-04-22remote-hg: write tags in the appropriate branchFelipe Contreras1-2/+4
2013-04-22remote-hg: custom method to write tagsFelipe Contreras1-1/+32
2013-04-22remote-hg: add support for tag objectsFelipe Contreras1-3/+7
2013-04-22remote-hg: add branch_tip() helperFelipe Contreras1-3/+8
2013-04-22remote-hg: properly mark branches up-to-dateFelipe Contreras1-0/+4
2013-04-22remote-hg: use python urlparseFelipe Contreras1-4/+5
2013-04-22remote-hg: safer bookmark pushingFelipe Contreras1-0/+2
2013-04-22remote-helpers: avoid has_keyDusty Phillips1-1/+1
2013-04-21Merge branch 'fc/remote-hg'Junio C Hamano1-22/+100
2013-04-17remote-hg: fix commit messagesFelipe Contreras1-1/+2
2013-04-11remote-hg: fix bad file pathsFelipe Contreras1-2/+8
2013-04-11remote-hg: document location of stored hg repositorySimon Ruderich1-0/+3
2013-04-11remote-hg: fix bad state issueFelipe Contreras1-1/+7
2013-04-11remote-hg: add 'insecure' optionSimon Ruderich1-0/+9
2013-04-11remote-hg: show more proper errorsFelipe Contreras1-3/+9
2013-04-11remote-hg: force remote pushFelipe Contreras1-2/+9
2013-04-11remote-hg: push to the appropriate branchDusty Phillips1-0/+4
2013-04-11remote-hg: update tags globallyFelipe Contreras1-1/+5
2013-04-11remote-hg: update remote bookmarksFelipe Contreras1-0/+5
2013-04-11remote-hg: refactor exportFelipe Contreras1-8/+12
2013-04-11remote-hg: split bookmark handlingFelipe Contreras1-14/+25
2013-04-11remote-hg: redirect buggy mercurial outputFelipe Contreras1-0/+1
2013-04-11remote-hg: make sure fake bookmarks are updatedFelipe Contreras1-0/+7
2013-04-11remote-hg: fix for files with spacesPeter van Zetten1-2/+2
2013-04-11remote-hg: properly report errors on bookmark pushesFelipe Contreras1-0/+1
2013-04-11remote-hg: add missing config variable in docDusty Phillips1-0/+4
2013-04-11remote-hg: trivial cleanupsFelipe Contreras1-5/+5
2013-01-21Merge branch 'mh/remote-hg-mode-bits-fix'Junio C Hamano1-1/+1
2013-01-15remote-hg: fix handling of file perms when pushingMax Horn1-1/+1
2013-01-15remote-hg: store converted URLFelipe Contreras1-0/+11
2013-01-08remote-hg: Fix biridectionality -> bidirectionality typosW. Trevor King1-1/+1
2012-11-27remote-hg: fix for older versions of pythonFelipe Contreras1-4/+8
2012-11-27remote-hg: fix for files with spacesFelipe Contreras1-1/+1
2012-11-12remote-hg: avoid bad refsFelipe Contreras1-0/+3
2012-11-12remote-hg: try the 'tip' if no checkout presentFelipe Contreras1-0/+2
2012-11-12remote-hg: fix compatibility with older versions of hgFelipe Contreras1-1/+1
2012-11-04remote-hg: the author email can be nullFelipe Contreras1-3/+3
2012-11-04remote-hg: add option to not track branchesFelipe Contreras1-8/+14
2012-11-04remote-hg: fake bookmark when there's noneFelipe Contreras1-5/+14
2012-11-04remote-hg: add compat for hg-git author fixesFelipe Contreras1-6/+53
2012-11-04remote-hg: add support for hg-git compat modeFelipe Contreras1-6/+83
2012-11-04remote-hg: match hg merge behaviorFelipe Contreras1-0/+17
2012-11-04remote-hg: make sure the encoding is correctFelipe Contreras1-1/+11
2012-11-04remote-hg: add support to push URLsFelipe Contreras1-2/+12
2012-11-04remote-hg: add support for remote pushingFelipe Contreras1-2/+7
2012-11-04remote-hg: add support for pushingFelipe Contreras1-2/+215
2012-11-04Add new remote-hg transport helperFelipe Contreras1-0/+391