Mon, 18 May 2015 12:27:15 -0500 Pierre-Yves David parsers: use 'next' instead of try/except
Mon, 18 May 2015 12:22:44 -0500 Pierre-Yves David dagparser: use 'next' instead of try/except for default value
Mon, 18 May 2015 12:18:00 -0500 Pierre-Yves David getlogrevs: rewrite a loop to get read of try/except
Mon, 18 May 2015 12:17:08 -0500 Pierre-Yves David _makelogrevset: replace try/except with 'next' usage
Sat, 16 May 2015 15:46:54 -0700 Durham Goode ignore: move readpatternfile to match.py
Sat, 16 May 2015 15:45:46 -0700 Durham Goode ignore: rename readignorefile to readpatternfile
Sat, 16 May 2015 15:45:06 -0700 Durham Goode ignore: combine readignorefile and _ignorefile
Sat, 16 May 2015 15:37:59 -0700 Durham Goode ignore: move bad file handling out of readignorefile
Sat, 16 May 2015 15:24:43 -0700 Durham Goode ignore: remove .hgignore from ignore list if nonexistent
Sun, 17 May 2015 21:47:18 -0400 Augie Fackler run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
Sun, 17 May 2015 21:40:12 -0400 Augie Fackler run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
Sun, 17 May 2015 21:26:04 -0400 Augie Fackler run-tests: insist that if people use Python 3, they use 3.5.x
Sun, 17 May 2015 21:18:56 -0400 Augie Fackler run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
Sun, 17 May 2015 21:17:13 -0400 Augie Fackler run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
Sun, 17 May 2015 21:12:33 -0400 Augie Fackler run-tests: introduce PYTHON3 boolean constant (issue4668)
Sun, 17 May 2015 21:15:45 -0400 Augie Fackler run-tests: drop subprocess _cleanup monkeypatch
Sun, 17 May 2015 21:15:04 -0400 Augie Fackler run-tests: drop wifexited polyfill
Mon, 18 May 2015 11:43:10 -0400 Matt Harbison test-import: update for no-execbit platforms with 1ef96a3b8b89
Mon, 18 May 2015 11:37:29 -0400 Matt Harbison test-treemanifest: add globs for Windows
Sat, 16 May 2015 14:37:24 -0400 Augie Fackler util: drop any() and all() polyfills
Sat, 16 May 2015 14:34:19 -0400 Augie Fackler cleanup: use __builtins__.all instead of util.all
Sat, 16 May 2015 14:34:04 -0400 Augie Fackler check-code: un-ban __builtins__.all now that we're on 2.6
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Sat, 16 May 2015 14:31:03 -0400 Augie Fackler check-code: un-ban any() now that we're on 2.6
Sun, 17 May 2015 18:11:02 -0700 Pierre-Yves David walkchangerevs: replace try/except with 'next'
Sun, 17 May 2015 18:06:09 -0700 Pierre-Yves David generatorset: use 'next()' to simplify the code
Sun, 17 May 2015 18:00:38 -0700 Pierre-Yves David revset: use 'next()' to detect end of iteration in 'last'
Sun, 17 May 2015 17:58:39 -0700 Pierre-Yves David revset: use 'next()' to detect end of iteration in 'limit'
Sun, 17 May 2015 17:54:58 -0700 Pierre-Yves David _revancestors: use 'next' to remove the verbose try except clauses
Sun, 17 May 2015 17:47:42 -0700 Pierre-Yves David check-code: lift the ban on 'next()'
Sun, 17 May 2015 17:45:47 -0700 Pierre-Yves David check-code: drop the 'isdisjoint' ban
Sun, 17 May 2015 17:40:26 -0700 Pierre-Yves David check-code: fix the error message about 'class foo():'
Sun, 17 May 2015 17:36:26 -0700 Pierre-Yves David check-code: remove the check for os.path.relpath
Sun, 17 May 2015 17:27:10 -0700 Pierre-Yves David patch: remove duplicated import of cStringIO
Mon, 18 May 2015 11:36:33 -0400 Augie Fackler check-commit: print limit when user has a too-long summary
Fri, 15 May 2015 20:04:24 +0800 Anton Shestakov paper: show branch/tags/bookmarks when blaming (issue3559)
Fri, 15 May 2015 20:03:42 +0800 Anton Shestakov paper: show branch/tags/bookmarks when comparing (issue3559)
Fri, 15 May 2015 20:02:41 +0800 Anton Shestakov paper: show branch/tags/bookmarks when diffing (issue3559)
Fri, 15 May 2015 20:00:47 +0800 Anton Shestakov paper: show branch/tags/bookmarks when viewing (issue3559)
Fri, 15 May 2015 18:17:36 +0800 Anton Shestakov paper: show branch/tags/bookmarks when browsing (issue3559)
Sat, 16 May 2015 21:42:09 +0900 Yuya Nishihara revset: extract addset._iterordered to free function
Sat, 16 May 2015 14:05:02 +0900 Yuya Nishihara revset: use fastasc/fastdesc switch consistently in addset.__iter__
Mon, 30 Mar 2015 20:56:37 +0900 Yuya Nishihara revset: drop redundant filteredset from right-hand side set of "or" operation
Sun, 10 May 2015 05:11:13 -0700 Pierre-Yves David getbundle: sort bundlecaps before exchanging then over the wire
Sun, 10 May 2015 04:39:11 -0700 Pierre-Yves David hg-ssh: reject push earlier (on pretxnopen)
Sun, 10 May 2015 03:06:00 -0700 Pierre-Yves David test: test both bundle1 and bundle2 paths in 'test-push-hook-lock.t'
Sat, 09 May 2015 23:40:40 -0700 Pierre-Yves David progress: get the extremely verbose output out of default debug
Fri, 15 May 2015 11:52:39 +0800 Anton Shestakov hgweb: show changeset branches/tags/bookmarks in file log (style=monoblue)
Fri, 15 May 2015 11:42:09 +0800 Anton Shestakov hgweb: show changeset branches/tags/bookmarks in file log (style=gitweb)
Sat, 16 May 2015 00:36:35 -0400 Matt Harbison match: resolve filesets in subrepos for commands given the '-S' argument
Fri, 15 May 2015 23:13:05 -0400 Matt Harbison subrepo: introduce getfileset()
Fri, 15 May 2015 09:46:21 +0200 Gilles Moris phase: default to current revision if no rev is provided (issue4666)
Sun, 12 Apr 2015 23:51:06 -0700 Martin von Zweigbergk treemanifest: add --dir option to debug{revlog,data,index}
Sun, 10 May 2015 06:48:08 -0700 Pierre-Yves David obsolete: sort obsmarkers during exchange
Tue, 21 Apr 2015 12:01:34 +0200 Pierre-Yves David test-discovery-legacy: disable bundle2 for legacy test
Tue, 21 Apr 2015 11:18:47 +0200 Pierre-Yves David test-discovery: disable bundle2 for legacy test (issue4610)
Fri, 15 May 2015 00:25:43 -0700 Pierre-Yves David revset: fix iteration over ordered addset composed of non-ordered operands
Fri, 15 May 2015 15:43:26 -0700 Drew Gottlieb match: add match.ispartial()
Sat, 16 May 2015 11:28:04 -0700 Martin von Zweigbergk util: drop alias for collections.deque
Sat, 16 May 2015 09:03:21 +0200 Adrian Buehlmann util: kill Python 2.4 deque.remove hack
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip