summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/git-remote-hg
Commit message (Expand)AuthorAgeFilesLines
...
* remote-hg: allow refs with spacesFelipe Contreras2013-04-221-8/+17
* remote-hg: don't update bookmarks unnecessarilyFelipe Contreras2013-04-221-0/+3
* remote-hg: add support for schemes extensionFelipe Contreras2013-04-221-1/+7
* remote-hg: improve email sanitationFelipe Contreras2013-04-221-2/+8
* remote-hg: add custom local tag write codeFelipe Contreras2013-04-221-1/+3
* remote-hg: write tags in the appropriate branchFelipe Contreras2013-04-221-2/+4
* remote-hg: custom method to write tagsFelipe Contreras2013-04-221-1/+32
* remote-hg: add support for tag objectsFelipe Contreras2013-04-221-3/+7
* remote-hg: add branch_tip() helperFelipe Contreras2013-04-221-3/+8
* remote-hg: properly mark branches up-to-dateFelipe Contreras2013-04-221-0/+4
* remote-hg: use python urlparseFelipe Contreras2013-04-221-4/+5
* remote-hg: safer bookmark pushingFelipe Contreras2013-04-221-0/+2
* remote-helpers: avoid has_keyDusty Phillips2013-04-221-1/+1
* Merge branch 'fc/remote-hg'Junio C Hamano2013-04-211-22/+100
|\
| * remote-hg: fix bad file pathsFelipe Contreras2013-04-111-2/+8
| * remote-hg: document location of stored hg repositorySimon Ruderich2013-04-111-0/+3
| * remote-hg: fix bad state issueFelipe Contreras2013-04-111-1/+7
| * remote-hg: add 'insecure' optionSimon Ruderich2013-04-111-0/+9
| * remote-hg: show more proper errorsFelipe Contreras2013-04-111-3/+9
| * remote-hg: force remote pushFelipe Contreras2013-04-111-2/+9
| * remote-hg: push to the appropriate branchDusty Phillips2013-04-111-0/+4
| * remote-hg: update tags globallyFelipe Contreras2013-04-111-1/+5
| * remote-hg: update remote bookmarksFelipe Contreras2013-04-111-0/+5
| * remote-hg: refactor exportFelipe Contreras2013-04-111-8/+12
| * remote-hg: split bookmark handlingFelipe Contreras2013-04-111-14/+25
| * remote-hg: redirect buggy mercurial outputFelipe Contreras2013-04-111-0/+1
| * remote-hg: make sure fake bookmarks are updatedFelipe Contreras2013-04-111-0/+7
| * remote-hg: fix for files with spacesPeter van Zetten2013-04-111-2/+2
| * remote-hg: properly report errors on bookmark pushesFelipe Contreras2013-04-111-0/+1
| * remote-hg: add missing config variable in docDusty Phillips2013-04-111-0/+4
| * remote-hg: trivial cleanupsFelipe Contreras2013-04-111-5/+5
* | remote-hg: fix commit messagesFelipe Contreras2013-04-171-1/+2
|/
* Merge branch 'mh/remote-hg-mode-bits-fix'Junio C Hamano2013-01-211-1/+1
|\
| * remote-hg: fix handling of file perms when pushingMax Horn2013-01-151-1/+1
* | remote-hg: store converted URLFelipe Contreras2013-01-151-0/+11
|/
* remote-hg: Fix biridectionality -> bidirectionality typosW. Trevor King2013-01-081-1/+1
* remote-hg: fix for older versions of pythonFelipe Contreras2012-11-271-4/+8
* remote-hg: fix for files with spacesFelipe Contreras2012-11-271-1/+1
* remote-hg: avoid bad refsFelipe Contreras2012-11-121-0/+3
* remote-hg: try the 'tip' if no checkout presentFelipe Contreras2012-11-121-0/+2
* remote-hg: fix compatibility with older versions of hgFelipe Contreras2012-11-121-1/+1
* remote-hg: the author email can be nullFelipe Contreras2012-11-041-3/+3
* remote-hg: add option to not track branchesFelipe Contreras2012-11-041-8/+14
* remote-hg: fake bookmark when there's noneFelipe Contreras2012-11-041-5/+14
* remote-hg: add compat for hg-git author fixesFelipe Contreras2012-11-041-6/+53
* remote-hg: add support for hg-git compat modeFelipe Contreras2012-11-041-6/+83
* remote-hg: match hg merge behaviorFelipe Contreras2012-11-041-0/+17
* remote-hg: make sure the encoding is correctFelipe Contreras2012-11-041-1/+11
* remote-hg: add support to push URLsFelipe Contreras2012-11-041-2/+12
* remote-hg: add support for remote pushingFelipe Contreras2012-11-041-2/+7