Wed, 18 Jun 2014 19:46:18 -0500 |
Matt Mackall |
push: restore contents of HG_URL for hooks (issue4268)
stable
|
Tue, 27 May 2014 16:33:06 -0700 |
Pierre-Yves David |
push: use bundle2 to push phases when available
|
Tue, 27 May 2014 15:44:46 -0700 |
Pierre-Yves David |
pull: when remote supports it, pull phase data alongside changesets
|
Tue, 27 May 2014 15:43:09 -0700 |
Pierre-Yves David |
getbundle: support of listkeys argument when bundle2 is used
|
Thu, 29 May 2014 14:59:22 -0700 |
Pierre-Yves David |
getbundle: raise error if extra arguments are provided for bundle10
|
Tue, 27 May 2014 15:29:08 -0700 |
Pierre-Yves David |
pull: split remote phases retrieval from actual application
|
Thu, 22 May 2014 13:31:33 -0700 |
Pierre-Yves David |
bundle2: introduce a ``caps20to10`` function
|
Sat, 24 May 2014 16:20:09 -0700 |
Pierre-Yves David |
bundle2: introduce a bundle2caps function
|
Thu, 22 May 2014 12:58:07 -0700 |
Pierre-Yves David |
exchange: reinsert comment in the right place
|
Wed, 28 May 2014 15:31:05 -0700 |
Pierre-Yves David |
bundle2: move exception classes into the error module
|
Wed, 28 May 2014 14:22:24 -0700 |
Pierre-Yves David |
bundle2: rename UnknownPartError to BundleValueError
|
Fri, 23 May 2014 15:59:19 -0700 |
Pierre-Yves David |
bundle2: update all ``addpart`` callers to ``newpart``
|
Thu, 22 May 2014 16:27:16 -0700 |
Pierre-Yves David |
exchange: drop dead code
|
Thu, 22 May 2014 13:39:55 -0700 |
Pierre-Yves David |
exchange: fix indentation level
|
Wed, 07 May 2014 17:24:19 -0700 |
Durham Goode |
bundle2: fix bundle2 pulling all revs on empty pulls
|
Wed, 07 May 2014 19:26:15 -0700 |
Pierre-Yves David |
exchange: fix bad indentation
|
Wed, 07 May 2014 19:28:17 -0700 |
Pierre-Yves David |
exchange: propagate arguments to the _getbundleextrapart function
|
Wed, 07 May 2014 17:20:38 -0700 |
Durham Goode |
bundle2: fix configuration name mismatch
|
Tue, 29 Apr 2014 12:35:02 +0900 |
Yuya Nishihara |
exchange: fix invalid reference to bundle2.UnknownPartError caught by pyflakes
stable
|
Mon, 21 Apr 2014 16:13:15 -0700 |
Pierre-Yves David |
bundle2: gracefully handle hook abort
stable
|
Mon, 21 Apr 2014 18:59:09 -0700 |
Pierre-Yves David |
bundle2: fix raising errors during heads checking
stable
|
Tue, 22 Apr 2014 11:41:34 -0700 |
Pierre-Yves David |
bundle2: catch UnknownPartError during local push
stable
|
Mon, 21 Apr 2014 19:43:01 -0700 |
Pierre-Yves David |
bundle2: catch UnknownPartError during pull
stable
|
Mon, 21 Apr 2014 19:42:51 -0700 |
Pierre-Yves David |
bundle2: catch UnknownPartError during push
stable
|
Thu, 17 Apr 2014 16:56:15 -0400 |
Pierre-Yves David |
bundle2: allow extensions to extend the getbundle request
|
Thu, 17 Apr 2014 17:32:34 -0400 |
Pierre-Yves David |
bundle2: add a way to add parts during a `getbundle` request
|
Thu, 17 Apr 2014 17:25:50 -0400 |
Pierre-Yves David |
getbundle: pass arbitrary arguments all along the call chain
|
Thu, 17 Apr 2014 17:59:28 -0400 |
Pierre-Yves David |
bundle2: call a hook after the transaction is closed
|
Thu, 17 Apr 2014 17:21:39 -0400 |
Pierre-Yves David |
bundle2: call a hook prior to closing the transaction
|
Thu, 17 Apr 2014 17:16:21 -0400 |
Pierre-Yves David |
bundle2: inform transaction that we are in a bundle2 unbundle
|