mercurial/exchange.py
Wed, 24 May 2017 15:25:24 -0700 Gregory Szorc exchange: print full reason variable stable
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Mon, 15 May 2017 09:35:27 -0700 Durham Goode changegroup: add bundlecaps back
Mon, 08 May 2017 17:30:51 -0700 Siddharth Agarwal bundle2: don't check for whether we can do stream clones
Fri, 05 May 2017 17:28:52 +0200 Pierre-Yves David bundle2: move tagsfnodecache generation in a generic function
Wed, 26 Apr 2017 21:56:47 +0900 Yuya Nishihara base85: proxy through util module
Thu, 04 May 2017 12:41:36 +0200 Pierre-Yves David exchange: directly 'getchangegroup'
Tue, 02 May 2017 23:47:10 -0700 Martin von Zweigbergk changegroup: delete unused 'bundlecaps' argument (API)
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
Fri, 25 Mar 2016 16:13:28 -0700 Martin von Zweigbergk exchange: make _pushb2ctx() look more like _getbundlechangegrouppart()
Fri, 25 Mar 2016 16:01:40 -0700 Martin von Zweigbergk exchange: get rid of "getcgkwargs" variable
Thu, 10 Mar 2016 17:31:38 -0600 Nathan Goldbaum pushoperation: fix language issues in docstring
Fri, 19 Feb 2016 22:28:09 +0100 liscju bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917)
Wed, 27 Jan 2016 09:07:28 -0800 Martin von Zweigbergk changegroup: fix pulling to treemanifest repo from flat repo (issue5066) stable
Fri, 22 Jan 2016 16:31:50 -0800 Martin von Zweigbergk exchange: set 'treemanifest' param on pushed changegroups too stable
Thu, 14 Jan 2016 22:49:03 -0800 Gregory Szorc exchange: implement function for inferring bundle specification
Tue, 12 Jan 2016 21:01:06 -0800 Martin von Zweigbergk changegroup: hide packermap behind methods
Fri, 08 Jan 2016 10:58:04 -0800 Gregory Szorc exchange: make clone bundles non-experimental and enabled by default
Fri, 08 Jan 2016 10:57:01 -0800 Gregory Szorc exchange: make clonebundleprefers non-experimental
Fri, 08 Jan 2016 21:13:06 -0800 Martin von Zweigbergk treemanifests: set bundle2 part parameter indicating treemanifest
Fri, 18 Dec 2015 13:53:50 -0600 Matt Mackall pull: make a single call to obsstore.add (issue5006)
Wed, 23 Dec 2015 12:32:08 -0800 Gregory Szorc exchange: use absolute_import
Fri, 04 Dec 2015 13:31:01 -0800 Gregory Szorc exchange: standalone function to determine if bundle2 is requested
Tue, 10 Nov 2015 11:13:21 -0800 Ryan McElroy exchange: pass pushop to discovery.checkheads
Tue, 03 Nov 2015 12:16:54 -0800 Gregory Szorc exchange: do not attempt clone bundle if local repo is non-empty (issue4932) stable
Sat, 24 Oct 2015 00:39:22 +0100 Gregory Szorc bundle2: attribute remote failures to remote (issue4788) stable
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Wed, 14 Oct 2015 02:06:54 -0400 timeless grammar: use does instead of do where appropriate
Sat, 17 Oct 2015 11:37:08 -0700 Gregory Szorc exchange: support streaming clone bundles in clone bundles
Sat, 17 Oct 2015 10:26:34 -0700 Gregory Szorc exchange: parse requirements from stream clone specification string
Wed, 14 Oct 2015 17:00:34 -0700 Gregory Szorc exchange: support parameters in bundle specification strings
less more (0) -300 -100 -60 tip