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
|
Thu, 15 Jan 2015 14:39:41 -0800 |
Eric Sumner |
changegroup.writebundle: provide ui
|
Fri, 16 Jan 2015 12:53:45 -0800 |
Eric Sumner |
pullbundle2: extract addchangegroup result combining into its own function
|
Fri, 15 Aug 2014 19:43:32 +0200 |
Mads Kiilerich |
bundle: when verbose, show what takes up the space in the generated bundle
|
Sat, 22 Nov 2014 17:09:04 -0600 |
Matt Mackall |
merge with stable
|
Thu, 20 Nov 2014 16:30:57 -0800 |
Durham Goode |
changegroup: fix file linkrevs during reorders (issue4462)
stable
|
Sat, 08 Nov 2014 16:35:15 +0000 |
Pierre-Yves David |
transaction: pass the transaction to 'postclose' callback
|
Mon, 10 Nov 2014 17:29:15 -0600 |
Matt Mackall |
merge with stable
|
Fri, 07 Nov 2014 17:54:59 -0800 |
Siddharth Agarwal |
changegroup.cg2packer: lookup 'group' via inheritance chain
|
Thu, 06 Nov 2014 22:48:20 -0800 |
Gregory Szorc |
changegroup: sparsely populate fnodes
stable
|
Tue, 28 Oct 2014 15:44:23 +0100 |
Pierre-Yves David |
changegroup: use the 'postclose' API on transaction
|
Thu, 06 Nov 2014 22:33:48 -0800 |
Gregory Szorc |
changegroup: don't store unused value on fnodes (issue4443)
stable
|
Thu, 06 Nov 2014 20:57:12 -0800 |
Gregory Szorc |
changegroup: don't define lookupmf() until it is needed
stable
|
Sat, 18 Oct 2014 01:09:41 -0700 |
Pierre-Yves David |
changelog: rely on transaction for finalization
|
Fri, 17 Oct 2014 21:55:31 -0700 |
Pierre-Yves David |
changelog: handle writepending in the transaction
|
Fri, 17 Oct 2014 14:41:11 +0200 |
Sune Foldager |
changegroup: introduce cg2packer/unpacker
|
Fri, 17 Oct 2014 14:41:21 +0200 |
Sune Foldager |
changegroup: allow use of different cg#packer in getchangegroupraw
|
Fri, 17 Oct 2014 14:41:02 +0200 |
Sune Foldager |
changegroup: introduce "raw" versions of some commands
|
Wed, 24 Sep 2014 21:24:06 -0700 |
Pierre-Yves David |
changegroup: add a "packermap" dictionary to track different packer versions
|
Tue, 14 Oct 2014 00:06:46 -0700 |
Pierre-Yves David |
changegroup: store source and url in the `hookargs` dict
|
Tue, 14 Oct 2014 00:43:20 -0700 |
Pierre-Yves David |
prechangegroup: use hook argument from the transaction
|
Tue, 14 Oct 2014 00:09:25 -0700 |
Pierre-Yves David |
addchangegroup: call `prechangegroup` hook after transaction retrieval
|
Tue, 14 Oct 2014 00:03:03 -0700 |
Pierre-Yves David |
addchangegroup: get the `node` argument of `incoming` hook from transaction
|
Thu, 16 Oct 2014 15:54:53 +0900 |
Mike Hommey |
changegroup: use a copy of hookargs when invoking the changegroup hook
|
Tue, 02 Sep 2014 12:11:36 +0200 |
Sune Foldager |
changegroup: rename bundle-related functions and classes
|
Tue, 05 Aug 2014 23:52:21 -0700 |
Pierre-Yves David |
phase: add a transaction argument to retractboundary
|
Wed, 06 Aug 2014 01:54:19 -0700 |
Pierre-Yves David |
phase: add a transaction argument to advanceboundary
|
Tue, 05 Aug 2014 13:49:38 -0700 |
Pierre-Yves David |
changegroup: add a `targetphase` argument to `addchangegroup`
|
Wed, 07 May 2014 17:22:34 -0700 |
Durham Goode |
changegroup: refactor outgoing logic into a function
|
Thu, 17 Apr 2014 17:46:26 -0400 |
Pierre-Yves David |
changegroup: use tr.hookargs when calling changegroup hooks
|
Thu, 17 Apr 2014 17:15:02 -0400 |
Pierre-Yves David |
changegroup: use tr.hookargs when calling pretxnchangegroup hooks
|
Thu, 17 Apr 2014 17:09:20 -0400 |
Pierre-Yves David |
addchangegroup: register data in tr.hookargs
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
Thu, 10 Apr 2014 13:19:00 -0700 |
Pierre-Yves David |
changegroup: move chunk extraction into a getchunks method of unbundle10
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
changegroup: add "vfs" argument to "readbundle()" to pass relative filename
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
changegroup: add "vfs" argument to "writebundle()" for relative access via vfs
|
Mon, 07 Apr 2014 18:10:50 -0700 |
Pierre-Yves David |
phase: apply publishing enforcement for "serve" source
|
Fri, 04 Apr 2014 14:01:25 -0500 |
Matt Mackall |
merge with stable
|
Thu, 03 Apr 2014 20:29:03 -0500 |
Sean Farley |
changegroup: remove unused variable caught by pyflakes
stable
|
Tue, 01 Apr 2014 15:27:53 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroup method in changegroup module
|
Tue, 01 Apr 2014 15:21:56 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroupfiles method in changegroup module
|
Tue, 01 Apr 2014 15:08:27 -0700 |
Pierre-Yves David |
localrepo: move the changegroup method in changegroup module
|