Sat, 08 Oct 2016 08:36:39 -0400 Augie Fackler util: ensure forwarded attrs are set in globals() as sysstr
Sat, 08 Oct 2016 08:35:43 -0400 Augie Fackler pycompat: when setting attrs, ensure we use sysstr
Sat, 08 Oct 2016 05:26:18 -0400 Augie Fackler i18n: make the locale directory name the same string type as the datapath
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
Tue, 13 Sep 2016 22:58:12 -0400 Augie Fackler help: mark boolean flags with [no-] to explain that they can be negated
Tue, 27 Sep 2016 14:46:34 +0200 Philippe Pepiot mdiff: remove unused parameter 'refine' from allblocks()
Mon, 26 Sep 2016 23:28:57 +0900 Yuya Nishihara demandimport: error out early on missing attribute of non package (issue5373)
Tue, 27 Sep 2016 21:56:00 +0900 Yuya Nishihara demandimport: add 'nt' to ignore list (issue5373)
Tue, 27 Sep 2016 22:36:00 +0900 Yuya Nishihara demandimport: add '_ctypes.pointer' to ignore list on PyPy
Mon, 26 Sep 2016 16:12:40 +0800 Anton Shestakov hgweb: make anchor name actually match its href on help index page
Sat, 24 Sep 2016 12:22:30 -0700 Gregory Szorc perf: add perfchangegroupchangelog command
Sat, 24 Sep 2016 10:44:37 -0700 Gregory Szorc perf: add --reverse to perfrevlog
Sat, 24 Sep 2016 19:58:23 +0900 Yuya Nishihara log: copy the way of ancestor traversal to --follow matcher (issue5376)
Sat, 24 Sep 2016 19:52:02 +0900 Yuya Nishihara log: unroll loop that populates file paths for --patch --follow matcher
Sun, 25 Sep 2016 12:20:31 -0700 Gregory Szorc wireproto: rename argument to groupchunks()
Sun, 25 Sep 2016 13:20:55 -0700 Gregory Szorc tests: actually test non-generaldelta variant for stream clones
Wed, 24 Aug 2016 20:18:58 -0700 Gregory Szorc revlog: document high frequency of code execution
Wed, 24 Aug 2016 20:00:52 -0700 Gregory Szorc revlog: make code in builddelta() slightly easier to read
Fri, 23 Sep 2016 14:37:15 -0400 Augie Fackler py3: update test expectation on stable stable 3.9.2
Fri, 23 Sep 2016 12:45:10 -0500 Kevin Bullock grep: rewrite help to better document current (confusing) behavior stable
Fri, 23 Sep 2016 08:15:05 +0000 Hannes Oldenburg templates: add built-in files() function
Sat, 17 Sep 2016 17:02:56 +1000 Xidorn Quan rebase: rebase changesets in topo order (issue5370) (BC)
Thu, 22 Sep 2016 12:36:30 -0700 Arun Kulshreshtha dispatch: make hg --profile wrap reposetup
Thu, 22 Sep 2016 12:19:48 -0700 Arun Kulshreshtha dispatch: change indentation level in _dispatch()
Thu, 22 Sep 2016 20:59:24 +0900 Yuya Nishihara log: drop outdated optimization to walk revisions in reverse order
Thu, 22 Sep 2016 20:53:53 +0900 Yuya Nishihara graphlog: preserve topo sort even if additional filter options specified
Thu, 22 Sep 2016 21:52:00 +0900 FUJIWARA Katsunori transaction: open a file with checkambig=True to avoid file stat ambiguity
Thu, 22 Sep 2016 21:52:00 +0900 FUJIWARA Katsunori repair: open a file with checkambig=True to avoid file stat ambiguity
Thu, 22 Sep 2016 21:51:59 +0900 FUJIWARA Katsunori changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity
Thu, 22 Sep 2016 21:51:59 +0900 FUJIWARA Katsunori changelog: specify checkambig=True to avoid ambiguity around truncation
Thu, 22 Sep 2016 21:51:58 +0900 FUJIWARA Katsunori manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity
Thu, 22 Sep 2016 21:51:58 +0900 FUJIWARA Katsunori revlog: specify checkambig at writing to avoid file stat ambiguity
Thu, 22 Sep 2016 21:51:57 +0900 FUJIWARA Katsunori vfs: use checkambigatclosing in checkambig=True but atomictemp=False case
Thu, 22 Sep 2016 21:51:57 +0900 FUJIWARA Katsunori scmutil: add file object wrapper class to check ambiguity at closing
Thu, 22 Sep 2016 21:51:56 +0900 FUJIWARA Katsunori scmutil: factor out common logic of delayclosedfile to reuse it
Thu, 22 Sep 2016 13:20:06 +0800 Anton Shestakov spartan: remove unused templates
Thu, 22 Sep 2016 13:19:44 +0800 Anton Shestakov monoblue: remove unused templates
Thu, 22 Sep 2016 13:19:25 +0800 Anton Shestakov gitweb: remove unused templates
Thu, 22 Sep 2016 13:18:59 +0800 Anton Shestakov paper: remove unused templates
Wed, 21 Sep 2016 17:05:27 -0400 timeless help: add sections for revsets
Wed, 21 Sep 2016 17:23:05 +0000 timeless help: move revsets.## documentation into infix section
Wed, 21 Sep 2016 16:33:37 +0000 timeless help: clarify quotes are needed for filesets.size expressions
Wed, 21 Sep 2016 20:43:41 +0800 Anton Shestakov paper: remove unused template "changelogchild"
Wed, 21 Sep 2016 20:43:10 +0800 Anton Shestakov monoblue: remove unused template "changelogchild"
Wed, 21 Sep 2016 20:35:46 +0800 Anton Shestakov gitweb: remove unused template "changelogchild"
Wed, 21 Sep 2016 20:19:35 +0800 Anton Shestakov monoblue: tweak branch table's last row's cell colspan on summary page
Wed, 21 Sep 2016 19:52:48 +0800 Anton Shestakov gitweb: tweak branch table's last row's cell colspan on summary page
Wed, 21 Sep 2016 03:39:37 +0000 timeless tests: clarify demandimport disabled state
Wed, 21 Sep 2016 02:46:59 +0000 timeless demandimport: add trailing comma
Tue, 20 Sep 2016 23:49:20 +0000 timeless tests: favor single quotes for wrapping hg help ...
Tue, 20 Sep 2016 23:49:00 +0000 timeless samplehgrcs: use single quotes in use warning
Tue, 20 Sep 2016 23:48:30 +0000 timeless util: use single quotes in use warning
Tue, 20 Sep 2016 23:48:19 +0000 timeless obsolete: use single quotes in use warning
Tue, 20 Sep 2016 23:48:08 +0000 timeless localrepo: use single quotes in use warning
Tue, 20 Sep 2016 23:47:46 +0000 timeless help: use single quotes in use warning
Tue, 20 Sep 2016 23:47:30 +0000 timeless discovery: use single quotes in use warning
Tue, 20 Sep 2016 23:47:02 +0000 timeless serve: use single quotes in use warning
Tue, 20 Sep 2016 23:46:15 +0000 timeless bundle: use single quotes in use warning
Tue, 20 Sep 2016 23:45:25 +0000 timeless histedit: use single quotes in use warning
Tue, 20 Sep 2016 23:45:15 +0000 timeless keyword: use single quotes in use warning
Tue, 20 Sep 2016 23:44:59 +0000 timeless mq: use single quotes in use warning
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip