aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/remote-helpers
AgeCommit message (Expand)AuthorFilesLines
2017-03-03contrib: git-remote-{bzr,hg} placeholders don't need PythonSebastian Schuberth2-18/+14
2014-05-20Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"Junio C Hamano8-4323/+13
2014-05-19remote-helpers: point at their upstream repositoriesJunio C Hamano1-0/+19
2014-05-19contrib: remote-helpers: add move warnings (v2.0)Felipe Contreras2-0/+6
2014-04-18Merge branch 'fc/remote-helper-fixes'Junio C Hamano5-5/+34
2014-04-14remote-bzr: trivial test fixFelipe Contreras1-1/+1
2014-04-09remote-bzr: include authors field in pushed commitsdequis2-0/+26
2014-04-09remote-bzr: add support for older versionsFelipe Contreras1-2/+2
2014-04-09remote-hg: always normalize pathsFelipe Contreras1-0/+1
2014-04-09remote-helpers: allow all tests running from any dirFelipe Contreras2-2/+4
2014-04-02Merge branch 'ap/remote-hg-skip-null-bookmarks'Junio C Hamano2-1/+77
2014-03-25remote-hg: do not fail on invalid bookmarksMax Horn2-1/+77
2014-03-18Merge branch 'fc/transport-helper-fixes'Junio C Hamano3-4/+53
2014-02-24remote-bzr: support the new 'force' optionRichard Hansen2-2/+51
2014-02-24test-hg.sh: tests are now expected to passRichard Hansen1-2/+2
2013-12-26remote-hg: test 'shared_path' in a moved cloneAntoine Pelisse1-0/+11
2013-12-09remote-hg: add tests for special filenamesFelipe Contreras1-0/+68
2013-12-09remote-hg: fix 'shared path' pathFelipe Contreras1-0/+3
2013-12-09remote-helpers: add extra safety checksFelipe Contreras2-8/+20
2013-12-09remote-hg: avoid buggy strftime()jcb911-1/+1
2013-11-18remote-bzr, remote-hg: fix email address regular expressionRichard Hansen3-9/+8
2013-11-18test-hg.sh: help user correlate verbose output with email testRichard Hansen1-10/+10
2013-11-18test-hg.sh: fix duplicate content strings in author testsRichard Hansen1-9/+9
2013-11-18test-hg.sh: avoid obsolete 'test' syntaxRichard Hansen1-1/+1
2013-11-18test-hg.sh: eliminate 'local' bashismRichard Hansen1-2/+2
2013-11-18test-bzr.sh, test-hg.sh: prepare for change to push.default=simpleRichard Hansen1-1/+1
2013-11-18test-bzr.sh, test-hg.sh: allow running from any dirFelipe Contreras2-2/+4
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 Hamano6-292/+327
2013-09-08remote-bzr: reuse bzrlib transports when possibleRichard Hansen1-12/+21
2013-09-04Merge branch 'fc/remote-hg-shared-setup'Junio C Hamano1-5/+18
2013-09-03contrib/remote-helpers: quote variable references in redirection targetsJunio C Hamano1-20/+20
2013-09-03contrib/remote-helpers: style updates for test scriptsJunio C Hamano4-226/+248
2013-08-30remote-hg: use notes to keep track of Hg revisionsFelipe Contreras1-1/+34
2013-08-29remote-helpers: cleanup more global variablesFelipe Contreras2-57/+2
2013-08-29remote-helpers: trivial style fixesFelipe Contreras2-3/+3
2013-08-29remote-hg: improve basic testFelipe Contreras1-2/+2
2013-08-29remote-hg: add missing &&s in the testFelipe Contreras1-2/+2
2013-08-29remote-hg: fix testFelipe Contreras1-2/+0
2013-08-29remote-bzr: make bzr branches configurable per-repoFelipe Contreras1-3/+10
2013-08-29remote-bzr: fix export of utf-8 authorsFelipe Contreras2-0/+31
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-06-11Merge branch 'fc/remote-bzr'Junio C Hamano1-57/+55
2013-05-28remote-hg: add support for --forceFelipe Contreras2-13/+50
2013-05-28remote-hg: add support for --dry-runFelipe Contreras2-2/+65
2013-05-28remote-hg: check if a fetch is neededFelipe Contreras2-1/+109
2013-05-28remote-hg: trivial cleanupFelipe Contreras1-7/+4
2013-05-28remote-helpers: improve marks usageFelipe Contreras2-3/+9
2013-05-28remote-hg: add check_push() helperFelipe Contreras1-17/+49
2013-05-28remote-hg: add setup_big_push() helperFelipe Contreras1-4/+11
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 Contreras2-11/+10
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 Contreras2-1/+25
2013-05-28remote-hg: pass around revision refsFelipe Contreras2-16/+24
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 test for failed double pushFelipe Contreras1-0/+24
2013-05-28remote-hg: add test for big pushFelipe Contreras1-6/+107
2013-05-28remote-hg: add test for new bookmark specialFelipe Contreras1-0/+15
2013-05-28remote-hg: add test for bookmark divergeFelipe Contreras1-0/+29
2013-05-28remote-hg: add test for diverged pushFelipe Contreras1-0/+23
2013-05-28remote-hg: add test to push new bookmarkFelipe Contreras1-0/+30
2013-05-28remote-hg: add remote testsFelipe Contreras2-1/+39
2013-05-28remote-hg: update bookmarks when using a remoteFelipe Contreras1-0/+17
2013-05-28remote-hg: add check_bookmark() test helperFelipe Contreras1-1/+7
2013-05-28remote-bzr: simplify test checksFelipe Contreras1-12/+5
2013-05-28remote-hg: add tests for 'master' bookmarkFelipe Contreras1-1/+67
2013-05-28remote-hg: always point HEAD to masterFelipe Contreras4-52/+26
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 Contreras2-0/+41
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: test: simplify previous branch checkoutFelipe Contreras2-4/+2
2013-05-28remote-helpers: test: simplify remote URLsFelipe Contreras4-19/+19
2013-05-28remote-helpers: tests: general improvementsFelipe Contreras4-45/+31
2013-05-28remote-helpers: test: cleanup styleFelipe Contreras2-34/+66
2013-05-28remote-helpers: test: cleanup white-spacesFelipe Contreras2-318/+318
2013-05-28remote-hg: trivial reorganizationFelipe Contreras1-2/+2
2013-05-28remote-hg: test: be a little more quietFelipe Contreras1-2/+2
2013-05-28remote-bzr: add fallback check for a partial cloneFelipe Contreras1-1/+4
2013-05-28remote-bzr: reorganize the way 'wanted' worksFelipe Contreras1-32/+26
2013-05-28remote-bzr: trivial cleanupsFelipe Contreras1-7/+7
2013-05-28remote-bzr: change global repoFelipe Contreras1-2/+2
2013-05-28remote-bzr: delay cloning/pullingFelipe Contreras1-15/+13
2013-05-28remote-bzr: simplify get_remote_branch()Felipe Contreras1-11/+12
2013-05-28remote-bzr: fix for files with spacesFelipe Contreras1-1/+1
2013-05-28remote-bzr: recover from failed clonesFelipe Contreras1-8/+10
2013-05-21remote-hg: tests: fix hg mergeFelipe Contreras1-3/+4
2013-05-21remote-helpers: tests: use python directlyFelipe Contreras4-5/+5
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-17remote-bzr: fixes for older versions of bzrFelipe Contreras1-2/+4
2013-05-17remote-bzr: fix old organization destroySandor Bodo-Merle1-0/+2
2013-05-16Revert "remote-hg: update bookmarks when pulling"Felipe Contreras1-3/+0
2013-05-16remote-bzr: fix cloning of non-listable reposFelipe Contreras1-0/+3
2013-05-15Merge branch 'fc/remote-hg' (early part)Junio C Hamano2-24/+22
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 Contreras2-1/+1
2013-05-15remote-hg: get rid of unused exception checksFelipe Contreras1-15/+9
2013-05-15remote-hg: trivial cleanupsFelipe Contreras2-3/+1
2013-05-14remote-bzr: update old organizationFelipe Contreras1-0/+7
2013-05-11test-bzr: do not use unportable sed '\+'Torsten Bögershausen1-1/+1
2013-05-07remote-helpers: trivial cleanupFelipe Contreras1-1/+0
2013-05-07remote-bzr: fix for disappeared revisionsFelipe Contreras2-4/+49
2013-05-06remote-bzr: avoid bad refsFelipe Contreras1-15/+23
2013-05-06remote-bzr: convert all unicode keys to strFelipe Contreras1-2/+2
2013-04-30remote-bzr: access branches only when neededFelipe Contreras1-12/+16
2013-04-30remote-bzr: delay peer branch usageFelipe Contreras1-3/+3
2013-04-30remote-bzr: iterate revisions properlyFelipe Contreras1-2/+3
2013-04-30remote-bzr: improve progress reportingFelipe Contreras1-7/+13
2013-04-30remote-bzr: add option to specify branchesFelipe Contreras1-2/+18
2013-04-30remote-bzr: add custom method to find branchesFelipe Contreras1-5/+20
2013-04-30remote-bzr: improve author sanitazionFelipe Contreras1-2/+13
2013-04-30remote-bzr: add support for shared repoFelipe Contreras1-7/+15
2013-04-30remote-bzr: fix branch namesFelipe Contreras1-0/+1
2013-04-30remote-bzr: add support for bzr reposFelipe Contreras2-56/+138
2013-04-30remote-bzr: use branch variable when appropriateFelipe Contreras1-17/+18
2013-04-30remote-bzr: fix partially pushed mergeFelipe Contreras1-4/+13
2013-04-30remote-bzr: fixes for branch divergeFelipe Contreras1-1/+7
2013-04-30remote-bzr: add support to push mergesFelipe Contreras2-8/+57
2013-04-30remote-bzr: always try to update the worktreeFelipe Contreras1-1/+5
2013-04-30remote-bzr: fix order of locking in CustomTreeFelipe Contreras1-1/+1
2013-04-30remote-bzr: delay blob fetching until the very endFelipe Contreras1-3/+5
2013-04-30remote-bzr: cleanup CustomTreeFelipe Contreras1-7/+1
2013-04-26remote-bzr: strip extra newlineFelipe Contreras1-0/+4
2013-04-26remote-bzr: tell bazaar to be quietFelipe Contreras1-0/+3
2013-04-26remote-bzr: store converted URLFelipe Contreras1-1/+12
2013-04-26remote-hg: use hashlib instead of hg sha1 utilFelipe Contreras1-2/+2
2013-04-26remote-bzr: add support to push URLsFelipe Contreras1-3/+13
2013-04-26remote-bzr: fix bad state issueFelipe Contreras1-0/+6
2013-04-26remote-hg: remove extra checkFelipe Contreras1-4/+0
2013-04-26remote-helpers: trivial cleanupsFelipe Contreras2-4/+5
2013-04-26Merge branch 'fc/remote-hg'Junio C Hamano3-36/+141
2013-04-26Merge branch 'fc/remote-bzr'Junio C Hamano1-5/+5
2013-04-26Sync with 1.8.2.2Junio C Hamano2-9/+12
2013-04-26test-hg-hg-git.sh: do not use export X=YTorsten Bögershausen1-4/+6
2013-04-26test-hg-bidi.sh: do not use export X=YTorsten Bögershausen1-5/+6
2013-04-25remote-bzr: use proper push methodFelipe Contreras1-5/+5
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 Contreras2-6/+12
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 Phillips2-2/+2
2013-04-21Merge branch 'fc/remote-hg'Junio C Hamano4-29/+148
2013-04-18Merge branch 'maint'Junio C Hamano1-1/+2
2013-04-17remote-hg: fix commit messagesFelipe Contreras1-1/+2
2013-04-15remote-bzr: fix prefix of tagsFelipe Contreras1-3/+6
2013-04-12test-bzr: portable shell and utf-8 strings for Mac OSTorsten Bögershausen1-19/+19
2013-04-11remote-hg: activate graphlog extension for hg_log()Antoine Pelisse2-2/+7
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: add simple mail testFelipe Contreras1-1/+2
2013-04-11remote-hg: add basic author testsFelipe Contreras1-0/+35
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: trivial test cleanupsFelipe Contreras2-5/+3
2013-04-11remote-hg: make sure fake bookmarks are updatedFelipe Contreras3-0/+9
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