Age | Commit message (Expand) | Author | Files | Lines |
2013-05-28 | remote-bzr: simplify get_remote_branch() | Felipe Contreras | 1 | -11/+12 |
2013-05-28 | remote-bzr: fix for files with spaces | Felipe Contreras | 1 | -1/+1 |
2013-05-28 | remote-bzr: recover from failed clones | Felipe Contreras | 1 | -8/+10 |
2013-05-21 | remote-hg: tests: fix hg merge | Felipe Contreras | 1 | -3/+4 |
2013-05-21 | remote-helpers: tests: use python directly | Felipe Contreras | 4 | -5/+5 |
2013-05-21 | remote-hg: fix order of configuration comments | Felipe Contreras | 1 | -3/+3 |
2013-05-21 | remote-hg: trivial configuration note cleanup | Felipe Contreras | 1 | -1/+1 |
2013-05-20 | remote-hg: set stdout to binary mode on win32 | Amit Bakshi | 1 | -0/+4 |
2013-05-17 | remote-bzr: fixes for older versions of bzr | Felipe Contreras | 1 | -2/+4 |
2013-05-17 | remote-bzr: fix old organization destroy | Sandor Bodo-Merle | 1 | -0/+2 |
2013-05-16 | Revert "remote-hg: update bookmarks when pulling" | Felipe Contreras | 1 | -3/+0 |
2013-05-16 | remote-bzr: fix cloning of non-listable repos | Felipe Contreras | 1 | -0/+3 |
2013-05-15 | Merge branch 'fc/remote-hg' (early part) | Junio C Hamano | 2 | -24/+22 |
2013-05-15 | remote-hg: update bookmarks when pulling | Felipe Contreras | 1 | -0/+3 |
2013-05-15 | remote-hg: don't push fake 'master' bookmark | Felipe Contreras | 1 | -1/+2 |
2013-05-15 | remote-hg: disable forced push by default | Felipe Contreras | 1 | -1/+1 |
2013-05-15 | remote-hg: fix new branch creation | Felipe Contreras | 1 | -1/+1 |
2013-05-15 | remote-hg: add new get_config_bool() helper | Felipe Contreras | 1 | -11/+13 |
2013-05-15 | remote-hg: enable track-branches in hg-git mode | Felipe Contreras | 2 | -1/+1 |
2013-05-15 | remote-hg: get rid of unused exception checks | Felipe Contreras | 1 | -15/+9 |
2013-05-15 | remote-hg: trivial cleanups | Felipe Contreras | 2 | -3/+1 |
2013-05-14 | remote-bzr: update old organization | Felipe Contreras | 1 | -0/+7 |
2013-05-11 | test-bzr: do not use unportable sed '\+' | Torsten Bögershausen | 1 | -1/+1 |
2013-05-07 | remote-helpers: trivial cleanup | Felipe Contreras | 1 | -1/+0 |
2013-05-07 | remote-bzr: fix for disappeared revisions | Felipe Contreras | 2 | -4/+49 |
2013-05-06 | remote-bzr: avoid bad refs | Felipe Contreras | 1 | -15/+23 |
2013-05-06 | remote-bzr: convert all unicode keys to str | Felipe Contreras | 1 | -2/+2 |
2013-04-30 | remote-bzr: access branches only when needed | Felipe Contreras | 1 | -12/+16 |
2013-04-30 | remote-bzr: delay peer branch usage | Felipe Contreras | 1 | -3/+3 |
2013-04-30 | remote-bzr: iterate revisions properly | Felipe Contreras | 1 | -2/+3 |
2013-04-30 | remote-bzr: improve progress reporting | Felipe Contreras | 1 | -7/+13 |
2013-04-30 | remote-bzr: add option to specify branches | Felipe Contreras | 1 | -2/+18 |
2013-04-30 | remote-bzr: add custom method to find branches | Felipe Contreras | 1 | -5/+20 |
2013-04-30 | remote-bzr: improve author sanitazion | Felipe Contreras | 1 | -2/+13 |
2013-04-30 | remote-bzr: add support for shared repo | Felipe Contreras | 1 | -7/+15 |
2013-04-30 | remote-bzr: fix branch names | Felipe Contreras | 1 | -0/+1 |
2013-04-30 | remote-bzr: add support for bzr repos | Felipe Contreras | 2 | -56/+138 |
2013-04-30 | remote-bzr: use branch variable when appropriate | Felipe Contreras | 1 | -17/+18 |
2013-04-30 | remote-bzr: fix partially pushed merge | Felipe Contreras | 1 | -4/+13 |
2013-04-30 | remote-bzr: fixes for branch diverge | Felipe Contreras | 1 | -1/+7 |
2013-04-30 | remote-bzr: add support to push merges | Felipe Contreras | 2 | -8/+57 |
2013-04-30 | remote-bzr: always try to update the worktree | Felipe Contreras | 1 | -1/+5 |
2013-04-30 | remote-bzr: fix order of locking in CustomTree | Felipe Contreras | 1 | -1/+1 |
2013-04-30 | remote-bzr: delay blob fetching until the very end | Felipe Contreras | 1 | -3/+5 |
2013-04-30 | remote-bzr: cleanup CustomTree | Felipe Contreras | 1 | -7/+1 |
2013-04-26 | remote-bzr: strip extra newline | Felipe Contreras | 1 | -0/+4 |
2013-04-26 | remote-bzr: tell bazaar to be quiet | Felipe Contreras | 1 | -0/+3 |
2013-04-26 | remote-bzr: store converted URL | Felipe Contreras | 1 | -1/+12 |
2013-04-26 | remote-hg: use hashlib instead of hg sha1 util | Felipe Contreras | 1 | -2/+2 |
2013-04-26 | remote-bzr: add support to push URLs | Felipe Contreras | 1 | -3/+13 |