summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fc/contrib-bzr-hg-fixes'Junio C Hamano2013-09-186-292/+327
|\
| * contrib/remote-helpers: quote variable references in redirection targetsfc/contrib-bzr-hg-fixesJunio C Hamano2013-09-031-20/+20
| * contrib/remote-helpers: style updates for test scriptsJunio C Hamano2013-09-034-226/+248
| * remote-hg: use notes to keep track of Hg revisionsFelipe Contreras2013-08-301-1/+34
| * remote-helpers: cleanup more global variablesFelipe Contreras2013-08-292-57/+2
| * remote-helpers: trivial style fixesFelipe Contreras2013-08-292-3/+3
| * remote-hg: improve basic testFelipe Contreras2013-08-291-2/+2
| * remote-hg: add missing &&s in the testFelipe Contreras2013-08-291-2/+2
| * remote-hg: fix testFelipe Contreras2013-08-291-2/+0
| * remote-bzr: make bzr branches configurable per-repoFelipe Contreras2013-08-291-3/+10
| * remote-bzr: fix export of utf-8 authorsFelipe Contreras2013-08-292-0/+31
* | remote-bzr: reuse bzrlib transports when possibleRichard Hansen2013-09-081-12/+21
* | Merge branch 'fc/remote-hg-shared-setup'Junio C Hamano2013-09-041-5/+18
|\ \
| * | remote-hg: add shared repo upgradefc/remote-hg-shared-setupFelipe Contreras2013-08-111-0/+12
| * | remote-hg: ensure shared repo is initializedFelipe Contreras2013-08-111-5/+6
| |/
* | remote-hg: fix path when cloning with tilde expansionap/remote-hg-tilde-is-home-directoryAntoine Pelisse2013-08-091-1/+1
|/
* Merge branch 'fc/remote-bzr'Junio C Hamano2013-06-111-57/+55
|\
| * remote-bzr: add fallback check for a partial cloneFelipe Contreras2013-05-281-1/+4
| * remote-bzr: reorganize the way 'wanted' worksFelipe Contreras2013-05-281-32/+26
| * remote-bzr: trivial cleanupsFelipe Contreras2013-05-281-7/+7
| * remote-bzr: change global repoFelipe Contreras2013-05-281-2/+2
| * remote-bzr: delay cloning/pullingFelipe Contreras2013-05-281-15/+13
| * remote-bzr: simplify get_remote_branch()Felipe Contreras2013-05-281-11/+12
| * remote-bzr: fix for files with spacesFelipe Contreras2013-05-281-1/+1
| * remote-bzr: recover from failed clonesFelipe Contreras2013-05-281-8/+10
* | remote-hg: add support for --forceFelipe Contreras2013-05-282-13/+50
* | remote-hg: add support for --dry-runFelipe Contreras2013-05-282-2/+65
* | remote-hg: check if a fetch is neededFelipe Contreras2013-05-282-1/+109
* | remote-hg: trivial cleanupFelipe Contreras2013-05-281-7/+4
* | remote-helpers: improve marks usageFelipe Contreras2013-05-282-3/+9
* | remote-hg: add check_push() helperFelipe Contreras2013-05-281-17/+49
* | remote-hg: add setup_big_push() helperFelipe Contreras2013-05-281-4/+11
* | remote-hg: remove files before modificationsFelipe Contreras2013-05-281-2/+2
* | remote-hg: improve lightweight tag authorFelipe Contreras2013-05-281-4/+14
* | remote-hg: use remote 'default' not local oneFelipe Contreras2013-05-282-11/+10
* | remote-hg: improve branch listingFelipe Contreras2013-05-281-3/+6
* | remote-hg: simplify branch_tip()Felipe Contreras2013-05-281-8/+4
* | remote-hg: check diverged bookmarksFelipe Contreras2013-05-282-1/+25
* | remote-hg: pass around revision refsFelipe Contreras2013-05-282-16/+24
* | remote-hg: implement custom checkheads()Felipe Contreras2013-05-281-3/+49
* | remote-hg: implement custom push()Felipe Contreras2013-05-281-2/+42
* | remote-hg: only update necessary revisionsFelipe Contreras2013-05-281-2/+7
* | remote-hg: force remote bookmark push selectivelyFelipe Contreras2013-05-281-1/+2
* | remote-hg: reorganize bookmark handlingFelipe Contreras2013-05-281-31/+19
* | remote-hg: add test for failed double pushFelipe Contreras2013-05-281-0/+24
* | remote-hg: add test for big pushFelipe Contreras2013-05-281-6/+107
* | remote-hg: add test for new bookmark specialFelipe Contreras2013-05-281-0/+15
* | remote-hg: add test for bookmark divergeFelipe Contreras2013-05-281-0/+29
* | remote-hg: add test for diverged pushFelipe Contreras2013-05-281-0/+23
* | remote-hg: add test to push new bookmarkFelipe Contreras2013-05-281-0/+30