Mon, 05 Oct 2015 00:14:47 -0700 |
Pierre-Yves David |
changegroup: extract the file management part in its own function
|
file |
diff |
annotate
|
Thu, 01 Oct 2015 19:14:47 -0700 |
Pierre-Yves David |
changegroup: add version argument to getchangegroup
|
file |
diff |
annotate
|
Thu, 01 Oct 2015 19:14:33 -0700 |
Pierre-Yves David |
changegroup: add version argument to getlocalchangegroup
|
file |
diff |
annotate
|
Tue, 29 Sep 2015 14:41:40 -0700 |
Pierre-Yves David |
writebundle: add a compression argument for the bundle2 case
|
file |
diff |
annotate
|
Wed, 23 Sep 2015 11:33:30 -0700 |
Pierre-Yves David |
changegroup: use a different compression key for BZ in HG10
|
file |
diff |
annotate
|
Fri, 18 Sep 2015 21:32:43 +0900 |
Yuya Nishihara |
readbundle: fix typo of None compression
|
file |
diff |
annotate
|
Fri, 11 Sep 2015 17:06:56 -0700 |
Pierre-Yves David |
readbundle: map 'HG10UN' to None compression
|
file |
diff |
annotate
|
Fri, 11 Sep 2015 17:06:02 -0700 |
Pierre-Yves David |
getsubset: use None to request uncompressed changegroup
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 17:43:54 -0700 |
Pierre-Yves David |
writebundle: use 'None' instead of 'UN' for the bundle2 case
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 17:53:28 -0700 |
Pierre-Yves David |
compression: use 'None' for no-compression
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 17:35:32 -0700 |
Pierre-Yves David |
changegroup: move all compressions utilities in util
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 00:35:37 -0700 |
Gregory Szorc |
changegroup: use absolute_import
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 17:43:52 -0500 |
Matt Mackall |
generaldelta: mark experimental reordering option
|
file |
diff |
annotate
|
Sat, 18 Jul 2015 10:57:20 -0700 |
Gregory Szorc |
changegroup: compute seen files as changesets are added (issue4750)
|
file |
diff |
annotate
|
Wed, 01 Jul 2015 16:33:31 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 29 Jun 2015 11:20:09 -0700 |
Pierre-Yves David |
changegroup: properly compute common base in changeggroupsubset (issue4736)
stable
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Thu, 18 Jun 2015 15:34:22 -0500 |
Matt Mackall |
publishing: use new helper method
|
file |
diff |
annotate
|
Fri, 12 Jun 2015 11:00:50 -0700 |
Martin von Zweigbergk |
changegroup: simplify by not reusing 'prog(ress)' instance
|
file |
diff |
annotate
|
Fri, 12 Jun 2015 10:54:10 -0700 |
Martin von Zweigbergk |
changegroup: don't use 'repo' for non-repo 'self'
|
file |
diff |
annotate
|
Sun, 07 Jun 2015 15:57:40 -0700 |
Pierre-Yves David |
addchangegroup: accept an expected total number of changesets as argument
|
file |
diff |
annotate
|
Sun, 07 Jun 2015 15:49:57 -0700 |
Pierre-Yves David |
changegroup: remove 'getchangegroupraw' function
|
file |
diff |
annotate
|
Tue, 02 Jun 2015 19:58:06 -0700 |
Gregory Szorc |
changegroup: rename _computeoutgoing to computeoutgoing
|
file |
diff |
annotate
|
Thu, 30 Apr 2015 16:45:03 -0700 |
Martin von Zweigbergk |
changegroup: drop _changelog and _manifest properties
|
file |
diff |
annotate
|
Wed, 29 Apr 2015 13:25:07 -0700 |
Martin von Zweigbergk |
changegroup: document the cases where reordering complicates linkrevs
|
file |
diff |
annotate
|
Wed, 29 Apr 2015 10:34:28 -0700 |
Martin von Zweigbergk |
changegroup: extract condition for linkrev fastpath
|
file |
diff |
annotate
|
Wed, 29 Apr 2015 10:30:58 -0700 |
Martin von Zweigbergk |
changegroup.group: drop 'reorder' parameter
|
file |
diff |
annotate
|
Wed, 29 Apr 2015 10:38:45 -0700 |
Martin von Zweigbergk |
cg2packer: set reorder=False in __init__ instead of in group()
|
file |
diff |
annotate
|
Thu, 23 Apr 2015 09:44:22 -0700 |
Martin von Zweigbergk |
changegroup: use 'reorder is None' instead of 'reorder is not True/False'
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 15:03:09 -0700 |
Martin von Zweigbergk |
changegroup: close progress in same function as it's started
|
file |
diff |
annotate
|