log mercurial/exchange.py @ 33040:2baef42a2881

age author description
Wed, 21 Jun 2017 21:08:48 -0700 Martin von Zweigbergk bundle: make applybundle1() return a bundleoperation
Fri, 16 Jun 2017 10:25:11 -0700 Martin von Zweigbergk bundle: add a applybundle1() method
Thu, 22 Jun 2017 14:04:13 -0700 Martin von Zweigbergk bundle: make combinechangegroupresults() take a bundleoperation
Thu, 22 Jun 2017 13:58:20 -0700 Martin von Zweigbergk bundle: move combineresults() from changegroup to bundle2
Fri, 16 Jun 2017 16:56:16 -0700 Martin von Zweigbergk bundle2: record changegroup data in 'op.records' (API)
Thu, 22 Jun 2017 03:16:16 +0530 Pulkit Goyal py3: convert kwargs' keys' to str using pycompat.strkwargs()
Thu, 22 Jun 2017 03:10:24 +0530 Pulkit Goyal py3: convert kwargs keys' back to bytes using pycompat.byteskwargs()
Sat, 17 Jun 2017 13:25:42 +0200 Pierre-Yves David configitems: register 'ui.clonebundleprefers' as example for 'configlist'
Mon, 19 Jun 2017 22:14:37 -0700 Martin von Zweigbergk clonebundle: update hook arguments (BC)
Thu, 15 Jun 2017 22:46:38 -0700 Martin von Zweigbergk changegroup: let callers pass in transaction to apply() (API)
Thu, 15 Jun 2017 16:10:53 -0700 Martin von Zweigbergk exchange: create transaction for bundle1 unbundling earlier
Sat, 17 Jun 2017 15:05:11 +0530 Pulkit Goyal py3: use pycompat.strkwargs() to convert kwargs keys to str before passing
Fri, 16 Jun 2017 22:57:31 -0700 Martin von Zweigbergk exchange: switch to usual way of testing for bundle2-ness
Thu, 15 Jun 2017 22:57:20 -0700 Martin von Zweigbergk exchange: use context manager for bundle1 unbundling
Thu, 15 Jun 2017 17:00:32 -0700 Martin von Zweigbergk clonebundle: use context managers for lock and transaction
Mon, 29 May 2017 05:53:58 +0200 Pierre-Yves David push: add a way to allow concurrent pushes on unrelated heads
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Sun, 28 May 2017 11:48:18 -0700 Pierre-Yves David bundle2: move function building obsmarker-part in the bundle2 module
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