Sat, 08 Oct 2016 10:39:00 -0400 Augie Fackler contributing: add new file with a pointer to the wiki
Sat, 08 Oct 2016 15:24:26 +0200 Yuya Nishihara templater: add relpath() to convert repo path to relative path (issue5394)
Sat, 08 Oct 2016 19:11:19 +0200 Martijn Pieters hgweb: fix the MRO in Python 3
Sat, 08 Oct 2016 16:10:34 +0100 Jun Wu hgweb: make fctx.annotate a separated function so it could be wrapped
Tue, 04 Oct 2016 20:49:59 +0800 Anton Shestakov zsh_completion: update some option usage flags ('+', '=' and ':')
Sat, 08 Oct 2016 18:04:57 +0200 Gregory Szorc manifest: drop Py_TPFLAGS_HAVE_SEQUENCE_IN from tp_flags in Python 3
Sat, 08 Oct 2016 05:26:58 -0700 Ryan McElroy import: abort instead of crashing when copy source does not exist (issue5375)
Sat, 08 Oct 2016 08:54:05 -0700 Mateusz Kwapich py3: make encodefun in store.py compatible with py3k
Sat, 08 Oct 2016 08:45:28 -0700 Mateusz Kwapich py3: make the string unicode so its iterable in py3k
Mon, 03 Oct 2016 13:29:59 +0200 Gábor Stefanik copies: don't record divergence for files needing no merge
Sat, 08 Oct 2016 19:32:54 +0900 Tooru Fujisawa hgweb: avoid line wrap between revision and annotate-info (issue5398)
Sat, 08 Oct 2016 16:10:58 +0200 Pulkit Goyal py3: make format strings unicodes and not bytes
Fri, 07 Oct 2016 17:30:11 +0200 Pulkit Goyal mail: handle renamed email.Header
Fri, 07 Oct 2016 08:32:40 -0400 Augie Fackler revset: build _syminitletters from a saner source: the string module
Thu, 11 Aug 2016 15:05:17 +0200 Pierre-Yves David mq: release lock after transaction in qrefresh
Thu, 11 Aug 2016 14:51:19 +0200 Pierre-Yves David perf: release lock after transaction in perffncachewrite
Tue, 23 Aug 2016 23:47:59 +0200 Pierre-Yves David pull: grab wlock during pull
Wed, 24 Aug 2016 04:19:11 +0200 Pierre-Yves David bisect: move 'printresult' in the 'hbisect' module
Wed, 24 Aug 2016 04:16:07 +0200 Pierre-Yves David bisect: move the 'extendrange' to the 'hbisect' module
Wed, 24 Aug 2016 04:13:53 +0200 Pierre-Yves David bisect: extract the 'reset' logic into its own function
Wed, 24 Aug 2016 04:31:49 +0200 Pierre-Yves David bisect: access the filesystem through vfs when reseting
Fri, 07 Oct 2016 17:06:55 +0200 Martijn Pieters util: remove the copypasta unquote function
Fri, 07 Oct 2016 08:51:50 -0700 Simon Farnsworth merge: add conflict labels to merge command
Wed, 05 Oct 2016 15:28:34 +0200 Mathias De Maré check-commit: allow underscore as commit topic
Sat, 08 Oct 2016 01:25:28 -0700 Simon Farnsworth merge: use labels in subrepo merge
Fri, 07 Oct 2016 08:32:18 -0400 Augie Fackler registrar: make format strings unicodes and not bytes
Mon, 03 Oct 2016 03:37:10 +0100 Jun Wu extensions: move the "import" logic out from "load"
Fri, 07 Oct 2016 07:43:04 -0400 Augie Fackler hgmanpage: stop using raw-unicode strings
Fri, 07 Oct 2016 08:09:23 -0400 Augie Fackler revset: define _symletters in terms of _syminitletters
Fri, 07 Oct 2016 08:03:30 -0400 Augie Fackler revset: remove doubled space
Fri, 07 Oct 2016 08:58:23 -0400 Augie Fackler util: use string.hexdigits instead of defining it ourselves
Fri, 07 Oct 2016 08:01:16 -0400 Augie Fackler util: correct check of sys.version_info
Fri, 07 Oct 2016 15:29:57 +0200 Pulkit Goyal py3: switch to .items() using transformer
Fri, 07 Oct 2016 14:04:49 +0200 Pulkit Goyal py3: handle multiple arguments in .encode() and .decode()
Fri, 07 Oct 2016 12:13:28 +0200 Pulkit Goyal py3: convert to unicode to pass into encode()
Sat, 01 Oct 2016 09:55:32 +0800 Anton Shestakov templater: use "needle" and "haystack" as (meta-)variables for ifcontains()
Mon, 03 Oct 2016 13:24:56 +0200 Gábor Stefanik copies: mark checkcopies as internal with the _ prefix
Mon, 03 Oct 2016 13:23:19 +0200 Gábor Stefanik copies: split u1/u2 to u1u/u2u and u1r/u2r
Mon, 03 Oct 2016 13:18:31 +0200 Gábor Stefanik copies: style fixes and add comment
Mon, 03 Oct 2016 16:19:55 +0200 Gábor Stefanik copies: limit is an optimization, and doesn't provide guarantees
Sat, 01 Oct 2016 20:20:11 +0900 Yuya Nishihara revset: do not rewrite ':y' to '0:y' (issue5385)
Sat, 01 Oct 2016 20:11:48 +0900 Yuya Nishihara revset: extract function that creates range set from computed revisions
Mon, 12 Sep 2016 13:37:14 +0200 Maciej Fijalkowski lazymanifest: write a more efficient, pypy friendly version of lazymanifest
Sun, 02 Oct 2016 22:34:40 -0700 Gregory Szorc hg: set default path correctly when doing a clone+share (issue5378)
Sat, 01 Oct 2016 14:18:58 +0100 Jun Wu annotate: calculate line count correctly
Sun, 02 Oct 2016 05:29:17 +0530 Pulkit Goyal py3: use unicode in is_frozen()
Sun, 02 Oct 2016 03:38:14 +0530 Pulkit Goyal py3: use unicodes in __slots__
Sat, 01 Oct 2016 15:10:38 -0400 Augie Fackler merge with stable
Fri, 30 Sep 2016 21:38:47 +0900 Yuya Nishihara url: fix crash by empty path with #fragments
Wed, 28 Sep 2016 20:07:32 +0900 Yuya Nishihara py3: make i18n use encoding.environ
Wed, 28 Sep 2016 20:05:34 +0900 Yuya Nishihara py3: provide encoding.environ which is a dict of bytes
Wed, 28 Sep 2016 20:39:06 +0900 Yuya Nishihara py3: convert encoding name and mode to str
Wed, 28 Sep 2016 22:32:09 +0900 Yuya Nishihara pycompat: extract function that converts attribute or encoding name to str
Wed, 28 Sep 2016 20:01:23 +0900 Yuya Nishihara pycompat: provide 'ispy3' constant
Sat, 01 Oct 2016 15:00:23 -0400 Augie Fackler Added signature for changeset 149433e68974 stable
Sat, 01 Oct 2016 15:00:18 -0400 Augie Fackler Added tag 3.9.2 for changeset 149433e68974 stable
Fri, 30 Sep 2016 00:27:35 +0200 Pierre-Yves David extensions: add a note about debug output during extensions search
Fri, 30 Sep 2016 00:25:15 +0200 Pierre-Yves David extensions: fix a debug message when searching for extensions
Tue, 30 Aug 2016 15:16:28 -0700 Mateusz Kwapich dirstate: rebuild should update dirstate properly
Tue, 27 Sep 2016 22:09:28 -0700 Martin von Zweigbergk histedit: avoid converting nodeid to context and back again
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip