Mercurial > evolve
graph
-
test-compat: close branch for mercurial-4.0 mercurial-4.4Mon, 29 Jul 2019 12:45:29 +0200, by Pierre-Yves David
-
prune: fix small grammatical issues in help text stableThu, 25 Jul 2019 09:59:41 -0700, by Kyle Lippincott
-
docs: update evolve-faq.rst with new prune flag and proper vocabulary stableFri, 19 Jul 2019 17:40:45 +0800, by Anton Shestakov
-
prune: spell --successor flag without any unnecessary shortcuts stableFri, 19 Jul 2019 17:25:29 +0800, by Anton Shestakov
-
py3: redefine "troublecategories" in evolve as a dictWed, 17 Jul 2019 12:47:37 -0700, by Martin von Zweigbergk
-
py3: store to __doc__ as str (unicode on py3)Fri, 12 Jul 2019 08:11:39 -0700, by Martin von Zweigbergk
-
py3: also catch ImportError when relative import failsWed, 17 Jul 2019 12:47:20 -0700, by Martin von Zweigbergk
-
py3: convert exceptions to bytes using pycompat.bytestr()Fri, 12 Jul 2019 10:26:41 -0700, by Martin von Zweigbergk
-
py3: use "%d" for formatting integersThu, 11 Jul 2019 16:00:25 -0700, by Martin von Zweigbergk
-
py3: avoid "%s" for formatting NoneFri, 12 Jul 2019 08:17:25 -0700, by Martin von Zweigbergk
-
py3: use "%f" for formatting floating point numberFri, 12 Jul 2019 08:16:30 -0700, by Martin von Zweigbergk
-
py3: fix progress() functions to not use "%s" with intThu, 11 Jul 2019 15:30:43 -0700, by Martin von Zweigbergk
-
py3: make random topic name generation consistent across py2/py3Wed, 17 Jul 2019 11:45:37 -0700, by Martin von Zweigbergk
-
py3: convert str to bytes before passing to core exceptionFri, 12 Jul 2019 17:02:35 -0700, by Martin von Zweigbergk
-
py3: convert opts keys to bytes before passing to core APIsWed, 17 Jul 2019 11:03:09 -0700, by Martin von Zweigbergk
-
py3: avoid comparing int and NoneThu, 11 Jul 2019 15:30:40 -0700, by Martin von Zweigbergk
-
py3: avoid "%r" for list of byte strings, which produces b'' on py3Thu, 11 Jul 2019 21:48:37 -0700, by Martin von Zweigbergk
-
py3: avoid "%r" for byte string, which produces b'' on py3Thu, 11 Jul 2019 21:48:02 -0700, by Martin von Zweigbergk
-
py3: replace str(ctx) by bytes(ctx)Thu, 11 Jul 2019 14:46:17 -0700, by Martin von Zweigbergk
-
py3: use inspect.signature() instead of inspect.getargspec() on py3Thu, 11 Jul 2019 16:04:17 -0700, by Martin von Zweigbergk
-
py3: use array.array.{to,from}bytes() on py3Tue, 09 Jul 2019 10:56:42 -0700, by Martin von Zweigbergk
-
py3: config values can be bytes, but never unicodeThu, 11 Jul 2019 14:31:32 -0700, by Martin von Zweigbergk
-
py3: call branchmap.items() on py3 and continue to call iteritems() on py2Sat, 13 Jul 2019 00:17:03 -0700, by Martin von Zweigbergk
-
py3: switch from iteritems() to items() in the topics extensionFri, 12 Jul 2019 23:24:04 -0700, by Martin von Zweigbergk
-
py3: filter() now returns a generator, so wrap when we need a listSun, 14 Jul 2019 22:34:36 -0700, by Martin von Zweigbergk
-
py3: don't depend on map() iterating over its inputFri, 12 Jul 2019 23:19:50 -0700, by Martin von Zweigbergk
-
py3: implement __bool__ in addition to __nonzero__Thu, 11 Jul 2019 16:49:01 -0700, by Martin von Zweigbergk
-
py3: replace iter.next() by next(iter)Thu, 11 Jul 2019 14:21:23 -0700, by Martin von Zweigbergk
-
py3: replace xrange() by range()Thu, 11 Jul 2019 14:16:48 -0700, by Martin von Zweigbergk