Thu, 03 Aug 2017 21:13:27 -0700 Gregory Szorc cmdutil: allow extra properties to be added to each context
Thu, 14 Sep 2017 09:41:22 -0700 Michael Bolin dirstate: perform transactions with _map using single call, where possible
Tue, 05 Sep 2017 00:34:13 +0200 Boris Feld extensions: register config item early
Tue, 05 Sep 2017 00:31:59 +0200 Boris Feld extensions: factor extra data loading out
Fri, 30 Jun 2017 03:45:56 +0200 Boris Feld configitems: register the 'win32text.warn' config
Fri, 30 Jun 2017 03:43:17 +0200 Boris Feld configitems: register the 'mq.secret' config
Fri, 30 Jun 2017 03:43:16 +0200 Boris Feld configitems: register the 'mq.plain' config
Fri, 30 Jun 2017 03:43:15 +0200 Boris Feld configitems: register the 'mq.keepchanges' config
Fri, 30 Jun 2017 03:43:14 +0200 Boris Feld configitems: register the 'mq.git' config
Fri, 30 Jun 2017 03:45:54 +0200 Boris Feld configitems: register the 'win32mbcs.encoding' config
Sun, 03 Sep 2017 03:49:15 +0530 Pulkit Goyal copytrace: move fast heuristic copytracing algorithm to core
Fri, 30 Jun 2017 03:36:46 +0200 Boris Feld configitems: register the 'convert.svn.startrev' config
Fri, 30 Jun 2017 03:36:36 +0200 Boris Feld configitems: register the 'convert.svn.debugsvnlog' config
Fri, 30 Jun 2017 03:36:28 +0200 Boris Feld configitems: register the 'convert.skiptags' config
Fri, 30 Jun 2017 03:36:20 +0200 Boris Feld configitems: register the 'convert.p4.startrev' config
Fri, 30 Jun 2017 03:36:00 +0200 Boris Feld configitems: register the 'convert.localtimezone' config
Fri, 30 Jun 2017 03:35:55 +0200 Boris Feld configitems: register the 'convert.ignoreancestorcheck' config
Fri, 30 Jun 2017 03:35:48 +0200 Boris Feld configitems: register the 'convert.hg.usebranchnames' config
Fri, 30 Jun 2017 03:35:38 +0200 Boris Feld configitems: register the 'convert.hg.tagsbranch' config
Fri, 30 Jun 2017 03:35:29 +0200 Boris Feld configitems: register the 'convert.hg.startrev' config
Fri, 30 Jun 2017 03:35:22 +0200 Boris Feld configitems: register the 'convert.hg.sourcename' config
Fri, 30 Jun 2017 03:35:12 +0200 Boris Feld configitems: register the 'convert.hg.saverev' config
Fri, 30 Jun 2017 03:34:58 +0200 Boris Feld configitems: register the 'convert.hg.revs' config
Fri, 30 Jun 2017 03:34:49 +0200 Boris Feld configitems: register the 'convert.hg.ignoreerrors' config
Fri, 30 Jun 2017 03:34:45 +0200 Boris Feld configitems: register the 'convert.hg.clonebranches' config
Fri, 30 Jun 2017 03:34:32 +0200 Boris Feld configitems: register the 'convert.git.skipsubmodules' config
Fri, 30 Jun 2017 03:34:23 +0200 Boris Feld configitems: register the 'convert.git.similarity' config
Fri, 30 Jun 2017 03:34:14 +0200 Boris Feld configitems: register the 'convert.git.saverev' config
Fri, 30 Jun 2017 03:34:06 +0200 Boris Feld configitems: register the 'convert.git.renamelimit' config
Fri, 30 Jun 2017 03:34:00 +0200 Boris Feld configitems: register the 'convert.git.remoteprefix' config
Fri, 30 Jun 2017 03:33:51 +0200 Boris Feld configitems: register the 'convert.git.findcopiesharder' config
Fri, 30 Jun 2017 03:33:41 +0200 Boris Feld configitems: register the 'convert.git.extrakeys' config
Fri, 30 Jun 2017 03:33:29 +0200 Boris Feld configitems: register the 'convert.git.committeractions' config
Fri, 30 Jun 2017 03:33:25 +0200 Boris Feld configitems: register the 'convert.cvsps.mergeto' config
Fri, 30 Jun 2017 03:33:15 +0200 Boris Feld configitems: register the 'convert.cvsps.mergefrom' config
Fri, 30 Jun 2017 03:33:06 +0200 Boris Feld configitems: register the 'convert.cvsps.fuzz' config
Fri, 30 Jun 2017 03:32:53 +0200 Boris Feld configitems: register the 'convert.cvsps.cache' config
Wed, 13 Sep 2017 20:39:01 -0700 Durham Goode bundle2: move exception handling into part iterator
Wed, 13 Sep 2017 17:16:50 -0700 Durham Goode bundle2: move part counter to partiterator
Wed, 13 Sep 2017 17:16:45 -0700 Durham Goode bundle2: move part iterator a separate class
Mon, 11 Sep 2017 13:39:22 -0700 Durham Goode changegroup: add source parameter to generatemanifests
Wed, 13 Sep 2017 10:43:44 -0700 Durham Goode changegroup: remove changegroup dependency from revlog.addgroup
Wed, 13 Sep 2017 10:43:16 -0700 Durham Goode revlog: refactor chain variable
Mon, 11 Sep 2017 17:49:49 +0000 Mark Thomas scmutil: don't append .orig to backups in origbackuppath (BC)
Mon, 11 Sep 2017 15:59:18 -0700 Durham Goode ssh: fix flakey ssh errors on BSD systems stable
Thu, 14 Sep 2017 11:16:57 -0700 Martin von Zweigbergk repair: preserve phase also when not using generaldelta (issue5678) stable
Thu, 14 Sep 2017 11:16:47 -0700 Martin von Zweigbergk tests: add test for issue5678 stable
Tue, 12 Sep 2017 19:27:01 -0700 Phil Cohen merge: move cwd-missing detection to helper functions
Sun, 03 Sep 2017 15:09:04 +0900 Yuya Nishihara doctest: enable tests by default on Python 3
Thu, 24 Aug 2017 22:33:28 +0900 Yuya Nishihara doctest: normalize b'', u'' and exception output on Python 3
Sun, 03 Sep 2017 17:33:10 +0900 Yuya Nishihara doctest: coerce dict.keys() to list
Sun, 03 Sep 2017 15:16:01 +0900 Yuya Nishihara doctest: upgrade old-style "except" clause
Sun, 03 Sep 2017 14:56:31 +0900 Yuya Nishihara doctest: use print_function and convert bytes to unicode where needed
Sun, 03 Sep 2017 15:47:17 +0900 Yuya Nishihara doctest: do not embed non-ascii characters in docstring
Sun, 03 Sep 2017 15:42:27 +0900 Yuya Nishihara doctest: pass encoding name as system string
Sun, 03 Sep 2017 14:38:58 +0900 Yuya Nishihara doctest: replace str() with bytes()
Sun, 03 Sep 2017 14:37:25 +0900 Yuya Nishihara doctest: replace chr() with pycompat.bytechr()
Sun, 03 Sep 2017 14:35:37 +0900 Yuya Nishihara doctest: replace .iteritems() with .items()
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Thu, 07 Sep 2017 22:36:54 +0900 Yuya Nishihara debuginstall: do not pass exception object to formatter (issue5676)
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip