Sat, 18 Mar 2017 12:27:52 -0400 |
Augie Fackler |
merge with stable
|
Thu, 16 Mar 2017 12:33:15 -0700 |
Gregory Szorc |
exchange: use v2 bundles for modern compression engines (issue5506)
stable
|
Thu, 16 Mar 2017 12:23:56 -0700 |
Gregory Szorc |
exchange: reject new compression engines for v1 bundles (issue5506)
stable
|
Mon, 13 Feb 2017 09:44:16 -0800 |
Martin von Zweigbergk |
merge with stable
|
Fri, 10 Feb 2017 18:17:20 +0100 |
Pierre-Yves David |
getbundle: cleanly handle remote abort during getbundle
stable
|
Fri, 10 Feb 2017 17:56:47 +0100 |
Pierre-Yves David |
bundle2: keep hint close to the primary message when remote abort
stable
|
Thu, 02 Feb 2017 10:53:55 +0100 |
Pierre-Yves David |
unbundle: swap conditional branches for clarity
|
Thu, 02 Feb 2017 10:55:38 +0100 |
Pierre-Yves David |
unbundle: add a small comment to tag the bundle1 case as such
|
Thu, 02 Feb 2017 10:51:04 +0100 |
Pierre-Yves David |
unbundle: add a small comment to clarify the 'check_heads' call
|
Mon, 26 Dec 2016 12:11:29 -0700 |
Gregory Szorc |
exchange: use rich class for sorting clone bundle entries
|
Fri, 09 Dec 2016 03:22:26 -0800 |
Stanislau Hlebik |
bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
|
Tue, 22 Nov 2016 01:33:31 -0800 |
Stanislau Hlebik |
bookmarks: rename `compare()` to `comparebookmarks()` (API)
|
Thu, 17 Nov 2016 00:59:41 -0800 |
Stanislau Hlebik |
exchange: add `_getbookmarks()` function
|
Thu, 10 Nov 2016 23:34:15 -0800 |
Gregory Szorc |
exchange: obtain compression engines from the registrar
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Sun, 16 Oct 2016 10:38:52 -0700 |
Gregory Szorc |
exchange: refactor APIs to obtain bundle data (API)
|
Tue, 23 Aug 2016 23:47:59 +0200 |
Pierre-Yves David |
pull: grab wlock during pull
|
Tue, 09 Aug 2016 17:06:35 +0200 |
Pierre-Yves David |
computeoutgoing: move the function from 'changegroup' to 'exchange'
|
Tue, 09 Aug 2016 17:00:38 +0200 |
Pierre-Yves David |
getchangegroup: take an 'outgoing' object as argument (API)
|
Mon, 15 Aug 2016 12:26:02 -0400 |
Augie Fackler |
merge with stable
|
Fri, 05 Aug 2016 16:25:15 -0400 |
Augie Fackler |
exchange: correctly specify url to unbundle (issue5145)
stable
|
Wed, 03 Aug 2016 16:23:26 +0200 |
Pierre-Yves David |
bundle2: remove 'experimental.bundle2-exp' boolean config (BC)
|
Tue, 02 Aug 2016 14:48:21 +0200 |
Pierre-Yves David |
bundle2: add a devel option controling bundle version used for exchange
|
Wed, 03 Aug 2016 15:01:23 +0200 |
Pierre-Yves David |
bundle2: rename the _canusebundle2 method to _forcebundle1
|
Tue, 14 Jun 2016 11:53:55 +0200 |
liscju |
i18n: translate abort messages
|
Wed, 01 Jun 2016 22:58:57 +0200 |
liscju |
bookmarks: add 'hg pull -B .' for pulling the active bookmark (issue5258)
|
Fri, 10 Jun 2016 00:12:33 -0400 |
Augie Fackler |
cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
|
Thu, 05 May 2016 20:57:38 +0900 |
Mike Hommey |
bundle2: properly request phases during getbundle
stable
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Wed, 13 Apr 2016 01:09:11 +0200 |
Mads Kiilerich |
localrepo: refactor prepushoutgoinghook to take a pushop
|