summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers
AgeCommit message (Expand)AuthorFilesLines
2013-12-09remote-hg: fix 'shared path' pathLibravatar Felipe Contreras1-0/+3
2013-12-09remote-helpers: add extra safety checksLibravatar Felipe Contreras2-8/+20
2013-12-09remote-hg: avoid buggy strftime()Libravatar jcb911-1/+1
2013-11-18remote-bzr, remote-hg: fix email address regular expressionLibravatar Richard Hansen3-9/+8
2013-11-18test-hg.sh: help user correlate verbose output with email testLibravatar Richard Hansen1-10/+10
2013-11-18test-hg.sh: fix duplicate content strings in author testsLibravatar Richard Hansen1-9/+9
2013-11-18test-hg.sh: avoid obsolete 'test' syntaxLibravatar Richard Hansen1-1/+1
2013-11-18test-hg.sh: eliminate 'local' bashismLibravatar Richard Hansen1-2/+2
2013-11-18test-bzr.sh, test-hg.sh: prepare for change to push.default=simpleLibravatar Richard Hansen1-1/+1
2013-11-18test-bzr.sh, test-hg.sh: allow running from any dirLibravatar Felipe Contreras2-2/+4
2013-11-18remote-hg: don't decode UTF-8 paths into Unicode objectsLibravatar Richard Hansen1-1/+1
2013-11-01Merge branch 'ap/remote-hg-unquote-cquote'Libravatar Junio C Hamano1-0/+6
2013-10-23remote-hg: unquote C-style paths when exportingLibravatar Antoine Pelisse1-0/+6
2013-09-18Merge branch 'fc/contrib-bzr-hg-fixes'Libravatar Junio C Hamano6-292/+327
2013-09-08remote-bzr: reuse bzrlib transports when possibleLibravatar Richard Hansen1-12/+21
2013-09-04Merge branch 'fc/remote-hg-shared-setup'Libravatar Junio C Hamano1-5/+18
2013-09-03contrib/remote-helpers: quote variable references in redirection targetsLibravatar Junio C Hamano1-20/+20
2013-09-03contrib/remote-helpers: style updates for test scriptsLibravatar Junio C Hamano4-226/+248
2013-08-30remote-hg: use notes to keep track of Hg revisionsLibravatar Felipe Contreras1-1/+34
2013-08-29remote-helpers: cleanup more global variablesLibravatar Felipe Contreras2-57/+2
2013-08-29remote-helpers: trivial style fixesLibravatar Felipe Contreras2-3/+3
2013-08-29remote-hg: improve basic testLibravatar Felipe Contreras1-2/+2
2013-08-29remote-hg: add missing &&s in the testLibravatar Felipe Contreras1-2/+2
2013-08-29remote-hg: fix testLibravatar Felipe Contreras1-2/+0
2013-08-29remote-bzr: make bzr branches configurable per-repoLibravatar Felipe Contreras1-3/+10
2013-08-29remote-bzr: fix export of utf-8 authorsLibravatar Felipe Contreras2-0/+31
2013-08-11remote-hg: add shared repo upgradeLibravatar Felipe Contreras1-0/+12
2013-08-11remote-hg: ensure shared repo is initializedLibravatar Felipe Contreras1-5/+6
2013-08-09remote-hg: fix path when cloning with tilde expansionLibravatar Antoine Pelisse1-1/+1
2013-06-11Merge branch 'fc/remote-bzr'Libravatar Junio C Hamano1-57/+55
2013-05-28remote-hg: add support for --forceLibravatar Felipe Contreras2-13/+50
2013-05-28remote-hg: add support for --dry-runLibravatar Felipe Contreras2-2/+65
2013-05-28remote-hg: check if a fetch is neededLibravatar Felipe Contreras2-1/+109
2013-05-28remote-hg: trivial cleanupLibravatar Felipe Contreras1-7/+4
2013-05-28remote-helpers: improve marks usageLibravatar Felipe Contreras2-3/+9
2013-05-28remote-hg: add check_push() helperLibravatar Felipe Contreras1-17/+49
2013-05-28remote-hg: add setup_big_push() helperLibravatar Felipe Contreras1-4/+11
2013-05-28remote-hg: remove files before modificationsLibravatar Felipe Contreras1-2/+2
2013-05-28remote-hg: improve lightweight tag authorLibravatar Felipe Contreras1-4/+14
2013-05-28remote-hg: use remote 'default' not local oneLibravatar Felipe Contreras2-11/+10
2013-05-28remote-hg: improve branch listingLibravatar Felipe Contreras1-3/+6
2013-05-28remote-hg: simplify branch_tip()Libravatar Felipe Contreras1-8/+4
2013-05-28remote-hg: check diverged bookmarksLibravatar Felipe Contreras2-1/+25
2013-05-28remote-hg: pass around revision refsLibravatar Felipe Contreras2-16/+24
2013-05-28remote-hg: implement custom checkheads()Libravatar Felipe Contreras1-3/+49
2013-05-28remote-hg: implement custom push()Libravatar Felipe Contreras1-2/+42
2013-05-28remote-hg: only update necessary revisionsLibravatar Felipe Contreras1-2/+7
2013-05-28remote-hg: force remote bookmark push selectivelyLibravatar Felipe Contreras1-1/+2
2013-05-28remote-hg: reorganize bookmark handlingLibravatar Felipe Contreras1-31/+19
2013-05-28remote-hg: add test for failed double pushLibravatar Felipe Contreras1-0/+24