Tue, 27 Jul 2010 23:40:46 +0900 |
Nicolas Dumazet |
filectx: use cmp(self, fctx) instead of cmp(self, text)
|
Sat, 24 Jul 2010 00:28:20 +0900 |
Nicolas Dumazet |
localrepo: refactor filter computation
|
Sun, 25 Jul 2010 10:05:38 +0900 |
Nicolas Dumazet |
localrepo.status: move fixup concatenation inside if block for clarity
|
Sat, 24 Jul 2010 00:15:29 +0200 |
Benoit Boissinot |
changegroup*(): use enumerate when possible
|
Sat, 24 Jul 2010 00:03:19 +0200 |
Benoit Boissinot |
changegroupsubset(): with the fix, prune() is actually useful in the testsuite
|
Fri, 23 Jul 2010 00:04:18 +0200 |
Benoit Boissinot |
changegroupsubset: simplify knownheads/has_cl_set computation
|
Thu, 22 Jul 2010 23:54:57 +0200 |
Benoit Boissinot |
changegroupsubset(): ancestors() is not inclusive, we need to remove the "heads"
|
Thu, 22 Jul 2010 23:44:14 +0200 |
Benoit Boissinot |
changegroupsubset(): move comment at the right place
|
Thu, 22 Jul 2010 23:13:03 +0200 |
Benoit Boissinot |
changegroupsubset(): refactor the prune() functions
|
Thu, 22 Jul 2010 16:51:45 +0200 |
Benoit Boissinot |
changegroupsubset(): change variable names, simplify lookup logic
|
Thu, 22 Jul 2010 16:18:33 +0200 |
Benoit Boissinot |
changegroup(): used "linkrev" instead of "revlink"
|
Thu, 22 Jul 2010 15:32:26 +0200 |
Benoit Boissinot |
fix comment
|
Thu, 22 Jul 2010 14:34:37 +0200 |
Benoit Boissinot |
changegroup*(): use set instead of dict
|
Thu, 22 Jul 2010 15:14:22 +0900 |
Nicolas Dumazet |
merge with stable
|
Wed, 21 Jul 2010 19:29:57 +0200 |
Mads Kiilerich |
init: create target directory recursively
stable
|
Fri, 16 Jul 2010 18:35:15 +0200 |
Benoit Boissinot |
changegroupsubset: remove unneeded cast to list
|
Fri, 16 Jul 2010 13:38:33 +0200 |
Benoit Boissinot |
localrepo: remove push_{unbundle,addchangegroup}(), factor it inside push()
|
Thu, 01 Jul 2010 11:22:56 -0500 |
Matt Mackall |
commit: add missing _()
stable
|
Thu, 01 Jul 2010 11:20:13 -0500 |
Matt Mackall |
subrepo: refuse to commit subrepos if .hgsub is excluded (issue2232)
stable
|
Fri, 25 Jun 2010 13:47:28 -0500 |
Matt Mackall |
addchangegroup: pass in lock to release it before changegroup hook is called
stable
|
Wed, 16 Jun 2010 16:04:46 -0500 |
Matt Mackall |
pushkey: add localrepo support
|
Mon, 07 Jun 2010 20:03:32 +0200 |
Dirkjan Ochtman |
move working dir/dirstate methods from localrepo to workingctx
|
Mon, 07 Jun 2010 18:35:54 +0200 |
Dirkjan Ochtman |
move discovery methods from localrepo into new discovery module
|
Thu, 27 May 2010 17:47:40 +0200 |
Ronny Pfannschmidt |
make transactions work on non-refcounted python implementations
|
Fri, 28 May 2010 16:01:57 -0500 |
Matt Mackall |
Merge with stable
|
Fri, 28 May 2010 14:41:11 -0500 |
Matt Mackall |
status: avoid performance regression when no .hgsub is present
stable
|
Fri, 21 May 2010 15:22:29 +0200 |
Sune Foldager |
push: add --new-branch option to allow intial push of new branches
|
Sat, 15 May 2010 17:48:49 -0500 |
Matt Mackall |
commands: initial audit of exit codes
|
Thu, 13 May 2010 17:36:45 -0500 |
Matt Mackall |
rollback: fix off-by-one in message
|
Tue, 11 May 2010 17:03:44 -0500 |
Matt Mackall |
Merge with stable
|