Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | remote-bzr: delay cloning/pulling | Felipe Contreras | 2013-05-28 | 1 | -15/+13 |
| * | remote-bzr: simplify get_remote_branch() | Felipe Contreras | 2013-05-28 | 1 | -11/+12 |
| * | remote-bzr: fix for files with spaces | Felipe Contreras | 2013-05-28 | 1 | -1/+1 |
| * | remote-bzr: recover from failed clones | Felipe Contreras | 2013-05-28 | 1 | -8/+10 |
* | | remote-helpers: improve marks usage | Felipe Contreras | 2013-05-28 | 1 | -1/+4 |
|/ | |||||
* | remote-bzr: fixes for older versions of bzr | Felipe Contreras | 2013-05-17 | 1 | -2/+4 |
* | remote-bzr: fix old organization destroy | Sandor Bodo-Merle | 2013-05-17 | 1 | -0/+2 |
* | remote-bzr: fix cloning of non-listable repos | Felipe Contreras | 2013-05-16 | 1 | -0/+3 |
* | remote-bzr: update old organization | Felipe Contreras | 2013-05-14 | 1 | -0/+7 |
* | remote-bzr: fix for disappeared revisions | Felipe Contreras | 2013-05-07 | 1 | -4/+11 |
* | remote-bzr: avoid bad refs | Felipe Contreras | 2013-05-06 | 1 | -15/+23 |
* | remote-bzr: convert all unicode keys to str | Felipe Contreras | 2013-05-06 | 1 | -2/+2 |
* | remote-bzr: access branches only when needed | Felipe Contreras | 2013-04-30 | 1 | -12/+16 |
* | remote-bzr: delay peer branch usage | Felipe Contreras | 2013-04-30 | 1 | -3/+3 |
* | remote-bzr: iterate revisions properly | Felipe Contreras | 2013-04-30 | 1 | -2/+3 |
* | remote-bzr: improve progress reporting | Felipe Contreras | 2013-04-30 | 1 | -7/+13 |
* | remote-bzr: add option to specify branches | Felipe Contreras | 2013-04-30 | 1 | -2/+18 |
* | remote-bzr: add custom method to find branches | Felipe Contreras | 2013-04-30 | 1 | -5/+20 |
* | remote-bzr: improve author sanitazion | Felipe Contreras | 2013-04-30 | 1 | -2/+13 |
* | remote-bzr: add support for shared repo | Felipe Contreras | 2013-04-30 | 1 | -7/+15 |
* | remote-bzr: fix branch names | Felipe Contreras | 2013-04-30 | 1 | -0/+1 |
* | remote-bzr: add support for bzr repos | Felipe Contreras | 2013-04-30 | 1 | -56/+102 |
* | remote-bzr: use branch variable when appropriate | Felipe Contreras | 2013-04-30 | 1 | -17/+18 |
* | remote-bzr: fix partially pushed merge | Felipe Contreras | 2013-04-30 | 1 | -4/+13 |
* | remote-bzr: fixes for branch diverge | Felipe Contreras | 2013-04-30 | 1 | -1/+7 |
* | remote-bzr: add support to push merges | Felipe Contreras | 2013-04-30 | 1 | -8/+21 |
* | remote-bzr: always try to update the worktree | Felipe Contreras | 2013-04-30 | 1 | -1/+5 |
* | remote-bzr: fix order of locking in CustomTree | Felipe Contreras | 2013-04-30 | 1 | -1/+1 |
* | remote-bzr: delay blob fetching until the very end | Felipe Contreras | 2013-04-30 | 1 | -3/+5 |
* | remote-bzr: cleanup CustomTree | Felipe Contreras | 2013-04-30 | 1 | -7/+1 |
* | remote-bzr: strip extra newline | Felipe Contreras | 2013-04-26 | 1 | -0/+4 |
* | remote-bzr: tell bazaar to be quiet | Felipe Contreras | 2013-04-26 | 1 | -0/+3 |
* | remote-bzr: store converted URL | Felipe Contreras | 2013-04-26 | 1 | -1/+12 |
* | remote-bzr: add support to push URLs | Felipe Contreras | 2013-04-26 | 1 | -3/+13 |
* | remote-bzr: fix bad state issue | Felipe Contreras | 2013-04-26 | 1 | -0/+6 |
* | remote-helpers: trivial cleanups | Felipe Contreras | 2013-04-26 | 1 | -3/+4 |
* | Merge branch 'fc/remote-hg' | Junio C Hamano | 2013-04-26 | 1 | -1/+1 |
|\ | |||||
| * | remote-helpers: avoid has_key | Dusty Phillips | 2013-04-22 | 1 | -1/+1 |
* | | Merge branch 'fc/remote-bzr' | Junio C Hamano | 2013-04-26 | 1 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | remote-bzr: use proper push method | Felipe Contreras | 2013-04-25 | 1 | -5/+5 |
* | | remote-bzr: fix prefix of tags | Felipe Contreras | 2013-04-15 | 1 | -3/+6 |
* | | remote-bzr: improve tag handling | Felipe Contreras | 2013-04-08 | 1 | -9/+16 |
* | | remote-bzr: fix utf-8 support for fetching | Christophe Simonis | 2013-04-08 | 1 | -8/+11 |
|/ | |||||
* | remote-bzr: add utf-8 support for pushing | Felipe Contreras | 2013-04-07 | 1 | -0/+6 |
* | remote-bzr: add utf-8 support for fetching | Timotheus Pokorra | 2013-04-07 | 1 | -2/+2 |