Wed, 06 Apr 2016 17:52:17 +0000 timeless localrepo: refactor commit argument check as checkcommitpatterns
Tue, 05 Apr 2016 04:26:20 +0000 timeless run-tests: handle empty tests
Tue, 12 Jan 2016 09:30:57 +0000 timeless docchecker: try to reject single quotes
Thu, 03 Mar 2016 03:32:44 +0000 timeless docchecker: report context line at most once
Wed, 06 Jan 2016 20:45:50 +0000 timeless tests: splitting test-gendoc.t into per file tests
Tue, 05 Apr 2016 23:21:17 +0900 Yuya Nishihara test-hgweb-auth: stop direct symbol import of mercurial.error.Abort
Tue, 05 Apr 2016 23:20:04 +0900 Yuya Nishihara test-hgweb-auth: alias ui as uimod
Tue, 05 Apr 2016 23:18:52 +0900 Yuya Nishihara test-hg-parseurl: stop direct symbol import of mercurial.hg.parseurl
Tue, 05 Apr 2016 23:17:43 +0900 Yuya Nishihara test-filelog: alias ui as uimod
Tue, 05 Apr 2016 23:17:05 +0900 Yuya Nishihara test-duplicateoptions: alias ui as uimod
Tue, 05 Apr 2016 23:16:16 +0900 Yuya Nishihara test-filecache: alias ui as uimod
Tue, 05 Apr 2016 23:15:49 +0900 Yuya Nishihara test-filecache: sort import lines
Tue, 05 Apr 2016 23:13:52 +0900 Yuya Nishihara test-ctxmanager: stop direct symbol import of mercurial.util
Tue, 05 Apr 2016 23:10:13 +0900 Yuya Nishihara test-batching: stop direct symbol import of mercurial modules
Wed, 06 Jan 2016 17:18:18 +0000 timeless children: use double quotes for arguments
Tue, 12 Jan 2016 09:30:39 +0000 timeless largefiles: use double quotes for arguments
Tue, 12 Jan 2016 09:30:24 +0000 timeless graft: use double quotes for arguments
Mon, 04 Apr 2016 06:27:12 +0000 timeless hghave: add cvsnt
Fri, 01 Apr 2016 15:12:50 -0700 Kostia Balytskyi commands: allow debugobsolete to delete arbitrary obsmarkers
Fri, 01 Apr 2016 15:20:31 -0700 Kostia Balytskyi commands: disallow 'hg debugobsolete --index --rev <smth>'
Tue, 05 Apr 2016 18:10:33 +0100 Jun Wu mercurial: add editorconfig
Tue, 05 Apr 2016 10:43:43 -0400 Matt Fowles parsers: fix istat macro to work with single line if statement
Tue, 05 Apr 2016 14:44:18 +0300 Maciej Fijalkowski pypy: fix setdiscovery test
Tue, 05 Apr 2016 17:43:02 +0100 Jun Wu chg: wrap line at 80 chars
Tue, 05 Apr 2016 15:16:01 +0100 Jun Wu chg: replace abortmsg showing errno with abortmsgerrno
Tue, 05 Apr 2016 17:25:39 +0100 Jun Wu chg: add util function abortmsgerrno to print error with errno
Tue, 05 Apr 2016 14:48:09 +0100 Jun Wu chg: use color in debug/error messages conditionally
Mon, 04 Apr 2016 17:45:54 -0700 Pierre-Yves David revset: force ascending order for baseset initialized from a set
Mon, 04 Apr 2016 17:45:15 -0700 Pierre-Yves David revset: stabilize repr of baseset initialized with a set
Mon, 04 Apr 2016 17:27:37 +0100 Martijn Pieters dispatch: factor out command failure handling into a function
Tue, 05 Apr 2016 10:59:46 +0300 Maciej Fijalkowski pypy: fix overeager pattern matching on mpatchError
Thu, 31 Mar 2016 02:05:28 +0000 timeless mpatch: unify mpatchError (issue5182)
Wed, 30 Mar 2016 22:01:47 +0000 timeless check-code: reject sed ... \\n
Sat, 02 Apr 2016 15:56:47 -0700 Pierre-Yves David hideablerevs: expand docstring to warn about possible traps
Sun, 03 Apr 2016 19:47:29 +0900 Yuya Nishihara hghave: replace relative import of docutils.core
Sun, 03 Apr 2016 20:12:59 +0900 Yuya Nishihara tests: make tinyproxy.py not import sys.argv by name
Sun, 03 Apr 2016 20:13:42 +0900 Yuya Nishihara tests: alias ui as uimod in test-walkrepo
Sun, 03 Apr 2016 19:56:59 +0900 Yuya Nishihara tests: alias ui as uimod in test-ui-config
Sun, 03 Apr 2016 19:52:13 +0900 Yuya Nishihara tests: alias ui as uimod in test-context
Sun, 03 Apr 2016 19:48:47 +0900 Yuya Nishihara tests: alias ui as uimod in test-ancestor
Sun, 03 Apr 2016 20:11:41 +0900 Yuya Nishihara tests: sort import lines in tinyproxy.py
Sun, 03 Apr 2016 19:41:00 +0900 Yuya Nishihara tests: sort import lines in failfilemerge.py
Sun, 03 Apr 2016 19:40:05 +0900 Yuya Nishihara tests: sort import lines in dumbhttp.py
Mon, 04 Apr 2016 01:59:57 +0100 Jun Wu chgserver: change random state after fork
Mon, 04 Apr 2016 02:36:05 +0100 Jun Wu chg: make connect debug message less repetitive
Mon, 04 Apr 2016 03:17:59 +0100 Jun Wu chgserver: use relative path at socket.bind
Mon, 04 Apr 2016 01:10:51 +0100 Jun Wu chgserver: move args copying logic to the correct place
Mon, 04 Apr 2016 05:20:40 +0300 Robert Stanca py3: use print_function in test-status-inprocess.py
Mon, 04 Apr 2016 05:19:35 +0300 Robert Stanca py3: use absolute_import in test-status-inprocess.py
Mon, 04 Apr 2016 05:10:11 +0300 Robert Stanca py3: use print_function in test-revlog-ancestry.py
Mon, 04 Apr 2016 05:09:24 +0300 Robert Stanca py3: use absolute_import in test-revlog-ancestry.py
Mon, 04 Apr 2016 04:56:05 +0300 Robert Stanca py3: use print_function in test-propertycache.py
Fri, 01 Apr 2016 13:20:47 +0000 timeless hghave: add hg06..hg39
Fri, 01 Apr 2016 13:19:29 +0000 timeless hghave: use checkvers for bzr114
Fri, 01 Apr 2016 13:04:41 +0000 timeless hghave: replace has_svn13/has_svn15 with checkvers
Fri, 01 Apr 2016 13:04:16 +0000 timeless hghave: add checkvers function
Mon, 04 Apr 2016 02:17:36 +0000 timeless hghave: add docstring for check
Fri, 01 Apr 2016 13:19:58 +0000 timeless hghave: update cvs112 description
Mon, 04 Apr 2016 03:16:18 +0300 Robert Stanca py3: use absolute_import in test-propertycache.py
Mon, 04 Apr 2016 03:14:16 +0300 Robert Stanca py3: use print_function in test-parseindex2.py
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip