| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)" | Junio C Hamano | 2014-05-20 | 8 | -4323/+13 |
* | remote-helpers: point at their upstream repositories | Junio C Hamano | 2014-05-19 | 1 | -0/+19 |
* | contrib: remote-helpers: add move warnings (v2.0) | Felipe Contreras | 2014-05-19 | 2 | -0/+6 |
* | Merge branch 'fc/remote-helper-fixes' | Junio C Hamano | 2014-04-18 | 5 | -5/+34 |
|\ |
|
| * | remote-bzr: trivial test fixfc/remote-helper-fixes | Felipe Contreras | 2014-04-14 | 1 | -1/+1 |
| * | remote-bzr: include authors field in pushed commits | dequis | 2014-04-09 | 2 | -0/+26 |
| * | remote-bzr: add support for older versions | Felipe Contreras | 2014-04-09 | 1 | -2/+2 |
| * | remote-hg: always normalize paths | Felipe Contreras | 2014-04-09 | 1 | -0/+1 |
| * | remote-helpers: allow all tests running from any dir | Felipe Contreras | 2014-04-09 | 2 | -2/+4 |
* | | Merge branch 'ap/remote-hg-skip-null-bookmarks' | Junio C Hamano | 2014-04-02 | 2 | -1/+77 |
|\ \ |
|
| * | | remote-hg: do not fail on invalid bookmarksap/remote-hg-skip-null-bookmarks | Max Horn | 2014-03-25 | 2 | -1/+77 |
* | | | Merge branch 'fc/transport-helper-fixes' | Junio C Hamano | 2014-03-18 | 3 | -4/+53 |
|\ \ \
| |_|/
|/| | |
|
| * | | remote-bzr: support the new 'force' optionfc/transport-helper-fixes | Richard Hansen | 2014-02-24 | 2 | -2/+51 |
| * | | test-hg.sh: tests are now expected to pass | Richard Hansen | 2014-02-24 | 1 | -2/+2 |
* | | | remote-hg: test 'shared_path' in a moved clone | Antoine Pelisse | 2013-12-26 | 1 | -0/+11 |
* | | | remote-hg: add tests for special filenames | Felipe Contreras | 2013-12-09 | 1 | -0/+68 |
* | | | remote-hg: fix 'shared path' path | Felipe Contreras | 2013-12-09 | 1 | -0/+3 |
* | | | remote-helpers: add extra safety checks | Felipe Contreras | 2013-12-09 | 2 | -8/+20 |
* | | | remote-hg: avoid buggy strftime() | jcb91 | 2013-12-09 | 1 | -1/+1 |
* | | | remote-bzr, remote-hg: fix email address regular expressionrh/remote-hg-bzr-updates | Richard Hansen | 2013-11-18 | 3 | -9/+8 |
* | | | test-hg.sh: help user correlate verbose output with email test | Richard Hansen | 2013-11-18 | 1 | -10/+10 |
* | | | test-hg.sh: fix duplicate content strings in author tests | Richard Hansen | 2013-11-18 | 1 | -9/+9 |
* | | | test-hg.sh: avoid obsolete 'test' syntax | Richard Hansen | 2013-11-18 | 1 | -1/+1 |
* | | | test-hg.sh: eliminate 'local' bashism | Richard Hansen | 2013-11-18 | 1 | -2/+2 |
* | | | test-bzr.sh, test-hg.sh: prepare for change to push.default=simple | Richard Hansen | 2013-11-18 | 1 | -1/+1 |
* | | | test-bzr.sh, test-hg.sh: allow running from any dir | Felipe Contreras | 2013-11-18 | 2 | -2/+4 |
| |/
|/| |
|
* | | remote-hg: don't decode UTF-8 paths into Unicode objects | Richard Hansen | 2013-11-18 | 1 | -1/+1 |
* | | Merge branch 'ap/remote-hg-unquote-cquote' | Junio C Hamano | 2013-11-01 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | remote-hg: unquote C-style paths when exportingap/remote-hg-unquote-cquote | Antoine Pelisse | 2013-10-23 | 1 | -0/+6 |
* | | Merge branch 'fc/contrib-bzr-hg-fixes' | Junio C Hamano | 2013-09-18 | 6 | -292/+327 |
|\ \ |
|
| * | | contrib/remote-helpers: quote variable references in redirection targetsfc/contrib-bzr-hg-fixes | Junio C Hamano | 2013-09-03 | 1 | -20/+20 |
| * | | contrib/remote-helpers: style updates for test scripts | Junio C Hamano | 2013-09-03 | 4 | -226/+248 |
| * | | remote-hg: use notes to keep track of Hg revisions | Felipe Contreras | 2013-08-30 | 1 | -1/+34 |
| * | | remote-helpers: cleanup more global variables | Felipe Contreras | 2013-08-29 | 2 | -57/+2 |
| * | | remote-helpers: trivial style fixes | Felipe Contreras | 2013-08-29 | 2 | -3/+3 |
| * | | remote-hg: improve basic test | Felipe Contreras | 2013-08-29 | 1 | -2/+2 |
| * | | remote-hg: add missing &&s in the test | Felipe Contreras | 2013-08-29 | 1 | -2/+2 |
| * | | remote-hg: fix test | Felipe Contreras | 2013-08-29 | 1 | -2/+0 |
| * | | remote-bzr: make bzr branches configurable per-repo | Felipe Contreras | 2013-08-29 | 1 | -3/+10 |
| * | | remote-bzr: fix export of utf-8 authors | Felipe Contreras | 2013-08-29 | 2 | -0/+31 |
| |/ |
|
* | | remote-bzr: reuse bzrlib transports when possible | Richard Hansen | 2013-09-08 | 1 | -12/+21 |
* | | Merge branch 'fc/remote-hg-shared-setup' | Junio C Hamano | 2013-09-04 | 1 | -5/+18 |
|\ \ |
|
| * | | remote-hg: add shared repo upgradefc/remote-hg-shared-setup | Felipe Contreras | 2013-08-11 | 1 | -0/+12 |
| * | | remote-hg: ensure shared repo is initialized | Felipe Contreras | 2013-08-11 | 1 | -5/+6 |
| |/ |
|
* | | remote-hg: fix path when cloning with tilde expansionap/remote-hg-tilde-is-home-directory | Antoine Pelisse | 2013-08-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'fc/remote-bzr' | Junio C Hamano | 2013-06-11 | 1 | -57/+55 |
|\ |
|
| * | remote-bzr: add fallback check for a partial clone | Felipe Contreras | 2013-05-28 | 1 | -1/+4 |
| * | remote-bzr: reorganize the way 'wanted' works | Felipe Contreras | 2013-05-28 | 1 | -32/+26 |
| * | remote-bzr: trivial cleanups | Felipe Contreras | 2013-05-28 | 1 | -7/+7 |
| * | remote-bzr: change global repo | Felipe Contreras | 2013-05-28 | 1 | -2/+2 |