Mon, 29 Jul 2019 16:47:17 +0200 Pierre-Yves David packaging: update version number for 9.1.0 release stable 9.1.0
Tue, 30 Jul 2019 02:44:08 +0200 Pierre-Yves David changelog: add missing entry for dfd88e3fa90a stable
Mon, 29 Jul 2019 16:41:19 +0200 Pierre-Yves David packaging: groom changelog prior to release stable
Mon, 29 Jul 2019 14:43:20 +0200 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
Mon, 29 Jul 2019 14:43:17 +0200 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
Mon, 29 Jul 2019 14:43:15 +0200 Pierre-Yves David test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7
Mon, 29 Jul 2019 14:43:12 +0200 Pierre-Yves David test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8
Mon, 29 Jul 2019 14:43:10 +0200 Pierre-Yves David test-compat: merge mercurial-5.0 into mercurial-4.9 mercurial-4.9
Mon, 29 Jul 2019 14:42:57 +0200 Pierre-Yves David test-compat: merge stable into mercurial-5.0 mercurial-5.0
Mon, 29 Jul 2019 14:42:49 +0200 Pierre-Yves David branching: merge the two mercurial-5.0 heads mercurial-5.0
Mon, 29 Jul 2019 13:19:54 +0200 Pierre-Yves David test-compat: reverte output change from 4764e8436b2a (hg-5.1) mercurial-5.0
Mon, 29 Jul 2019 13:19:48 +0200 Pierre-Yves David test-compat: reverte output change from f802a75da585 (hg-5.1) mercurial-5.0
Mon, 29 Jul 2019 13:17:56 +0200 Pierre-Yves David test-compat: reverte output change from c7d236b55a3e (hg-5.1) mercurial-5.0
Mon, 29 Jul 2019 14:38:31 +0200 Pierre-Yves David branching: merge default into stable to prepare 9.1.0 stable
Mon, 29 Jul 2019 13:54:57 +0200 Pierre-Yves David branching: merge stable into default
Mon, 29 Jul 2019 11:40:24 +0200 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
Mon, 29 Jul 2019 11:40:22 +0200 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
Mon, 29 Jul 2019 11:40:20 +0200 Pierre-Yves David test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7
Mon, 29 Jul 2019 11:40:18 +0200 Pierre-Yves David test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8
Mon, 29 Jul 2019 11:40:16 +0200 Pierre-Yves David test-compat: merge mercurial-5.0 into mercurial-4.9 mercurial-4.9
Mon, 29 Jul 2019 11:40:14 +0200 Pierre-Yves David test-compat: merge stable into mercurial-5.0 mercurial-5.0
Thu, 25 Jul 2019 18:29:59 +0200 Pierre-Yves David test-compat: opening test compatibility branch for mercurial 5.0 mercurial-5.0
Mon, 29 Jul 2019 12:45:29 +0200 Pierre-Yves David test-compat: close branch for mercurial-4.0 mercurial-4.4
Thu, 25 Jul 2019 09:59:41 -0700 Kyle Lippincott prune: fix small grammatical issues in help text stable
Fri, 19 Jul 2019 17:40:45 +0800 Anton Shestakov docs: update evolve-faq.rst with new prune flag and proper vocabulary stable
Fri, 19 Jul 2019 17:25:29 +0800 Anton Shestakov prune: spell --successor flag without any unnecessary shortcuts stable
Wed, 17 Jul 2019 12:47:37 -0700 Martin von Zweigbergk py3: redefine "troublecategories" in evolve as a dict
Fri, 12 Jul 2019 08:11:39 -0700 Martin von Zweigbergk py3: store to __doc__ as str (unicode on py3)
Wed, 17 Jul 2019 12:47:20 -0700 Martin von Zweigbergk py3: also catch ImportError when relative import fails
Fri, 12 Jul 2019 10:26:41 -0700 Martin von Zweigbergk py3: convert exceptions to bytes using pycompat.bytestr()
Thu, 11 Jul 2019 16:00:25 -0700 Martin von Zweigbergk py3: use "%d" for formatting integers
Fri, 12 Jul 2019 08:17:25 -0700 Martin von Zweigbergk py3: avoid "%s" for formatting None
Fri, 12 Jul 2019 08:16:30 -0700 Martin von Zweigbergk py3: use "%f" for formatting floating point number
Thu, 11 Jul 2019 15:30:43 -0700 Martin von Zweigbergk py3: fix progress() functions to not use "%s" with int
Wed, 17 Jul 2019 11:45:37 -0700 Martin von Zweigbergk py3: make random topic name generation consistent across py2/py3
Fri, 12 Jul 2019 17:02:35 -0700 Martin von Zweigbergk py3: convert str to bytes before passing to core exception
Wed, 17 Jul 2019 11:03:09 -0700 Martin von Zweigbergk py3: convert opts keys to bytes before passing to core APIs
Fri, 14 Jun 2019 18:44:43 -0700 kevpeng evolve: further clarify when update is performed stable
Thu, 11 Jul 2019 15:30:40 -0700 Martin von Zweigbergk py3: avoid comparing int and None
Thu, 11 Jul 2019 21:48:37 -0700 Martin von Zweigbergk py3: avoid "%r" for list of byte strings, which produces b'' on py3
Thu, 11 Jul 2019 21:48:02 -0700 Martin von Zweigbergk py3: avoid "%r" for byte string, which produces b'' on py3
Thu, 11 Jul 2019 14:46:17 -0700 Martin von Zweigbergk py3: replace str(ctx) by bytes(ctx)
Thu, 11 Jul 2019 16:04:17 -0700 Martin von Zweigbergk py3: use inspect.signature() instead of inspect.getargspec() on py3
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: use array.array.{to,from}bytes() on py3
Thu, 11 Jul 2019 14:31:32 -0700 Martin von Zweigbergk py3: config values can be bytes, but never unicode
Sat, 13 Jul 2019 00:17:03 -0700 Martin von Zweigbergk py3: call branchmap.items() on py3 and continue to call iteritems() on py2
Fri, 12 Jul 2019 23:24:04 -0700 Martin von Zweigbergk py3: switch from iteritems() to items() in the topics extension
Sun, 14 Jul 2019 22:34:36 -0700 Martin von Zweigbergk py3: filter() now returns a generator, so wrap when we need a list
Fri, 12 Jul 2019 23:19:50 -0700 Martin von Zweigbergk py3: don't depend on map() iterating over its input
Thu, 11 Jul 2019 16:49:01 -0700 Martin von Zweigbergk py3: implement __bool__ in addition to __nonzero__
Thu, 11 Jul 2019 14:21:23 -0700 Martin von Zweigbergk py3: replace iter.next() by next(iter)
Thu, 11 Jul 2019 14:16:48 -0700 Martin von Zweigbergk py3: replace xrange() by range()
Thu, 11 Jul 2019 12:19:49 -0700 Martin von Zweigbergk py3: read sqlite3 data as bytes
Thu, 11 Jul 2019 12:11:43 -0700 Martin von Zweigbergk py3: sqlite3.connect() expects str arguments
Fri, 12 Jul 2019 23:00:11 -0700 Martin von Zweigbergk cleanup: remove check only needed for hg versions before 4.4
Fri, 12 Jul 2019 08:20:24 -0700 Martin von Zweigbergk split: remove an unnecessary (and confusingly typed) fallback revision
Thu, 11 Jul 2019 22:23:32 -0700 Martin von Zweigbergk evolve: rename variable "children" to "child" where it's clearly singular
Thu, 11 Jul 2019 16:24:13 -0700 Martin von Zweigbergk evolve: remove some unused variables
Thu, 11 Jul 2019 09:38:42 -0700 Martin von Zweigbergk py3: back out 23323092f0a7
Wed, 17 Jul 2019 18:06:14 +0200 Pierre-Yves David branching: merge with stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip