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
Wed, 17 Jul 2019 17:58:44 +0200 Sushil khanchi touch: fix the inconsistent behavior of divergence catching logic (issue6107) stable
Sat, 29 Jun 2019 14:28:35 +0530 Sushil khanchi touch: add test which shows touch can fail to warn about divergence stable
Wed, 17 Jul 2019 17:58:40 +0200 Sushil khanchi touch: clarify some inline documentation stable
Mon, 15 Jul 2019 16:53:07 -0700 Martin von Zweigbergk tests: update output for new branch cache messsages from Mercurial
Sat, 13 Jul 2019 18:22:34 +0800 Anton Shestakov metaedit: allow operations on merge commits with some conditions
Thu, 11 Jul 2019 18:07:03 +0800 Anton Shestakov fold: allow operations on merge commits with some conditions
Thu, 11 Jul 2019 17:04:08 +0800 Anton Shestakov rewind: make sure merge commits include files from p1 and p2
Wed, 10 Jul 2019 18:16:38 +0800 Anton Shestakov touch: make sure merge commits include files from p1 and p2
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: make `import hgext3rd.evolve` work
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: use bytes for template keyword registrations
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: convert _origdoc to sysstr to match __doc__
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip