log mercurial/exchange.py @ 25149:3f0744eeaeaf

age author description
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Sun, 10 May 2015 06:48:08 -0700 Pierre-Yves David obsolete: sort obsmarkers during exchange
Tue, 28 Apr 2015 17:38:02 -0700 Pierre-Yves David bundle2: disable ouput capture unless we use http (issue4613 issue4615) stable
Thu, 23 Apr 2015 16:36:18 +0100 Pierre-Yves David bundle2: also save output when error happens during part processing stable
Thu, 23 Apr 2015 14:54:45 +0100 Pierre-Yves David bundle2: capture output issue during transaction close stable
Thu, 23 Apr 2015 17:03:58 +0100 Pierre-Yves David bundle2: also capture hook output during processing stable
Thu, 23 Apr 2015 14:20:36 +0100 Pierre-Yves David bundle2: capture transaction rollback message output (issue4614) stable
Thu, 16 Apr 2015 03:17:01 -0400 Pierre-Yves David bundle2: store the salvaged output on the exception object
Wed, 15 Apr 2015 10:36:21 -0400 Pierre-Yves David push: acquire local 'wlock' if "pushback" is expected (BC) (issue4596)
Wed, 15 Apr 2015 01:16:40 -0400 Pierre-Yves David unbundle: acquire 'wlock' when processing bundle2 (BC) (issue4596)
Sat, 11 Apr 2015 13:58:36 -0400 Pierre-Yves David bundle2: use unbundle source as transaction name
Tue, 14 Apr 2015 14:59:37 -0400 Pierre-Yves David bundle2: add an 'idx' argument to the 'getbundle2partsgenerator'
Tue, 14 Apr 2015 14:07:35 -0400 Pierre-Yves David bundle2: add an 'idx' argument to the 'b2partsgenerator'
Thu, 09 Apr 2015 16:18:38 -0400 Pierre-Yves David bundle2: drop the experimental hooks
Thu, 09 Apr 2015 16:25:48 -0400 Pierre-Yves David bundle2: rename format, parts and config to final names
Mon, 06 Apr 2015 18:31:59 -0700 Pierre-Yves David exchange: introduce a '_canusebundle2' function
Tue, 07 Apr 2015 16:01:32 -0700 Pierre-Yves David bundle2: detect bundle2 stream/request on /HG2./ instead of /HG2Y/
Mon, 06 Apr 2015 16:04:33 -0700 Pierre-Yves David unbundle20: retrieve unbundler instances through a factory function
Tue, 07 Apr 2015 12:35:07 -0700 Martin von Zweigbergk exchange: remove check for 'format' key
Fri, 30 Jan 2015 21:11:02 +0000 Pierre-Yves David discovery: properly exclude locally known but filtered heads stable
Fri, 16 Jan 2015 12:53:45 -0800 Eric Sumner pullbundle2: extract addchangegroup result combining into its own function
Wed, 07 Jan 2015 00:07:29 -0800 Pierre-Yves David discovery: run discovery on filtered repository
Wed, 17 Dec 2014 15:11:26 -0800 Eric Sumner bundle2: lowercase part types
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Fri, 21 Nov 2014 15:50:38 -0800 Eric Sumner bundle2-push: provide transaction to reply unbundler
Fri, 21 Nov 2014 15:06:38 -0800 Eric Sumner push: elevate phase transaction to cover entire operation
Fri, 21 Nov 2014 14:32:57 -0800 Eric Sumner pull: extract transaction logic into separate object
Sat, 22 Nov 2014 17:09:04 -0600 Matt Mackall merge with stable
Wed, 19 Nov 2014 01:36:17 +0000 Pierre-Yves David push: stop independent usage of bundle2 in syncphase (issue4454) stable
Sat, 08 Nov 2014 16:35:15 +0000 Pierre-Yves David transaction: pass the transaction to 'postclose' callback