Fri, 06 Nov 2015 13:01:15 -0500 |
Pierre-Yves David |
changegroup: back code change of e7c618cee8df out
stable
|
Fri, 06 Nov 2015 12:59:09 -0500 |
Pierre-Yves David |
changegroup: call 'prechangegroup' hook before setting up write delay
stable
|
Fri, 06 Nov 2015 12:39:06 -0500 |
Pierre-Yves David |
changegroup: fix the scope of a try finally
stable
|
Tue, 03 Nov 2015 17:13:27 -0800 |
Durham Goode |
hooks: fix hooks not firing if prechangegroup was set (issue4934)
stable
|
Sat, 17 Oct 2015 01:15:34 +0900 |
FUJIWARA Katsunori |
hook: centralize passing HG_PENDING to external hook process
|
Wed, 14 Oct 2015 15:11:53 -0400 |
Augie Fackler |
changegroup: move manifest unpacking into its own method
|
Thu, 01 Oct 2015 15:35:10 -0400 |
Augie Fackler |
changegroup: move manifest packing into a separate function
|
Wed, 30 Sep 2015 19:59:12 -0400 |
Augie Fackler |
changegroup: rename manifest linknode closure for clarity
|
Tue, 29 Sep 2015 15:14:03 -0400 |
Augie Fackler |
changegroup: reformat packermap and add comment
|
Wed, 14 Oct 2015 12:05:27 -0400 |
Augie Fackler |
changegroup: document the public surface area of cg?unpackers
|
Wed, 14 Oct 2015 11:58:56 -0400 |
Augie Fackler |
changegroup: mark cg1unpacker.chunklength as private
|
Wed, 14 Oct 2015 11:58:35 -0400 |
Augie Fackler |
changegroup: note why a few methods on cg1unpacker exist
|
Tue, 13 Oct 2015 17:16:10 -0400 |
Augie Fackler |
changegroup: mark _addchangegroupfiles as module-private
|
Tue, 13 Oct 2015 17:14:37 -0400 |
Augie Fackler |
changegroup: delete now-unused addchangegroup method
|
Tue, 13 Oct 2015 16:58:51 -0400 |
Augie Fackler |
changegroup: migrate addchangegroup() to forward to cg?unpacker.apply()
|
Tue, 13 Oct 2015 15:54:05 -0400 |
Augie Fackler |
changegroup: move source check to top of addchangegroup
|
Fri, 09 Oct 2015 14:59:37 -0700 |
Pierre-Yves David |
getsubset: get the unpacker version from the bundler
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Mon, 05 Oct 2015 00:14:47 -0700 |
Pierre-Yves David |
changegroup: extract the file management part in its own function
|
Thu, 01 Oct 2015 19:14:47 -0700 |
Pierre-Yves David |
changegroup: add version argument to getchangegroup
|
Thu, 01 Oct 2015 19:14:33 -0700 |
Pierre-Yves David |
changegroup: add version argument to getlocalchangegroup
|
Tue, 29 Sep 2015 14:41:40 -0700 |
Pierre-Yves David |
writebundle: add a compression argument for the bundle2 case
|
Wed, 23 Sep 2015 11:33:30 -0700 |
Pierre-Yves David |
changegroup: use a different compression key for BZ in HG10
|
Fri, 18 Sep 2015 21:32:43 +0900 |
Yuya Nishihara |
readbundle: fix typo of None compression
|
Fri, 11 Sep 2015 17:06:56 -0700 |
Pierre-Yves David |
readbundle: map 'HG10UN' to None compression
|
Fri, 11 Sep 2015 17:06:02 -0700 |
Pierre-Yves David |
getsubset: use None to request uncompressed changegroup
|
Tue, 15 Sep 2015 17:43:54 -0700 |
Pierre-Yves David |
writebundle: use 'None' instead of 'UN' for the bundle2 case
|
Tue, 15 Sep 2015 17:53:28 -0700 |
Pierre-Yves David |
compression: use 'None' for no-compression
|
Tue, 15 Sep 2015 17:35:32 -0700 |
Pierre-Yves David |
changegroup: move all compressions utilities in util
|
Sat, 08 Aug 2015 00:35:37 -0700 |
Gregory Szorc |
changegroup: use absolute_import
|
Thu, 25 Jun 2015 17:43:52 -0500 |
Matt Mackall |
generaldelta: mark experimental reordering option
|
Sat, 18 Jul 2015 10:57:20 -0700 |
Gregory Szorc |
changegroup: compute seen files as changesets are added (issue4750)
|
Wed, 01 Jul 2015 16:33:31 -0500 |
Matt Mackall |
merge with stable
|
Mon, 29 Jun 2015 11:20:09 -0700 |
Pierre-Yves David |
changegroup: properly compute common base in changeggroupsubset (issue4736)
stable
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Thu, 18 Jun 2015 15:34:22 -0500 |
Matt Mackall |
publishing: use new helper method
|
Fri, 12 Jun 2015 11:00:50 -0700 |
Martin von Zweigbergk |
changegroup: simplify by not reusing 'prog(ress)' instance
|
Fri, 12 Jun 2015 10:54:10 -0700 |
Martin von Zweigbergk |
changegroup: don't use 'repo' for non-repo 'self'
|
Sun, 07 Jun 2015 15:57:40 -0700 |
Pierre-Yves David |
addchangegroup: accept an expected total number of changesets as argument
|
Sun, 07 Jun 2015 15:49:57 -0700 |
Pierre-Yves David |
changegroup: remove 'getchangegroupraw' function
|
Tue, 02 Jun 2015 19:58:06 -0700 |
Gregory Szorc |
changegroup: rename _computeoutgoing to computeoutgoing
|
Thu, 30 Apr 2015 16:45:03 -0700 |
Martin von Zweigbergk |
changegroup: drop _changelog and _manifest properties
|
Wed, 29 Apr 2015 13:25:07 -0700 |
Martin von Zweigbergk |
changegroup: document the cases where reordering complicates linkrevs
|
Wed, 29 Apr 2015 10:34:28 -0700 |
Martin von Zweigbergk |
changegroup: extract condition for linkrev fastpath
|
Wed, 29 Apr 2015 10:30:58 -0700 |
Martin von Zweigbergk |
changegroup.group: drop 'reorder' parameter
|
Wed, 29 Apr 2015 10:38:45 -0700 |
Martin von Zweigbergk |
cg2packer: set reorder=False in __init__ instead of in group()
|
Thu, 23 Apr 2015 09:44:22 -0700 |
Martin von Zweigbergk |
changegroup: use 'reorder is None' instead of 'reorder is not True/False'
|
Wed, 22 Apr 2015 15:03:09 -0700 |
Martin von Zweigbergk |
changegroup: close progress in same function as it's started
|
Tue, 28 Apr 2015 10:21:04 -0700 |
Martin von Zweigbergk |
changegroup: don't reuse 'mfest' variable for different type
|
Tue, 28 Apr 2015 10:19:42 -0700 |
Martin von Zweigbergk |
changegroup: rename 'mf' to 'ml' to match 'cl', since it's a revlog
|
Mon, 20 Apr 2015 14:11:20 -0700 |
Martin von Zweigbergk |
changegroup: rename 'needed' to 'clrevs' to match 'clnodes'
|
Tue, 28 Apr 2015 13:49:19 -0700 |
Martin von Zweigbergk |
changegroup: document that 'source' parameter exists for extensions
|
Tue, 28 Apr 2015 13:40:00 -0700 |
Martin von Zweigbergk |
changegroup: removed unused 'source' parameter from prune()
|
Fri, 10 Apr 2015 23:34:06 -0400 |
Matt Harbison |
changegroup: flush the ui stdio buffers after adding a changegroup
|
Thu, 09 Apr 2015 16:25:48 -0400 |
Pierre-Yves David |
bundle2: rename format, parts and config to final names
|
Wed, 21 Jan 2015 22:09:32 -0500 |
Mike Edgar |
changegroup: emit full-replacement deltas if either revision is censored
|
Sun, 18 Jan 2015 02:38:57 +0100 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Fri, 06 Feb 2015 00:55:29 +0000 |
Mike Edgar |
revlog: in addgroup, reject ill-formed deltas based on censored nodes
|
Thu, 15 Jan 2015 15:55:13 -0800 |
Eric Sumner |
changegroup.getsubset: support multiple versions
|
Thu, 15 Jan 2015 15:39:16 -0800 |
Eric Sumner |
changegroup.writebundle: HG2Y support
|