Sat, 13 Aug 2016 12:23:56 +0900 |
Yuya Nishihara |
parsers: switch to policy importer
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Tue, 05 Apr 2016 23:23:43 +0900 |
Yuya Nishihara |
tests: move stdlib imports before mercurial modules in test-parseindex2
|
Mon, 04 Apr 2016 03:14:16 +0300 |
Robert Stanca |
py3: use print_function in test-parseindex2.py
|
Mon, 04 Apr 2016 03:06:33 +0300 |
Robert Stanca |
py3: use absolute_import in test-parseindex2.py
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
Wed, 04 Dec 2013 20:38:27 -0800 |
Chris Jerdonek |
parsers: fail fast if Python has wrong minor version (issue4110)
|
Mon, 02 Dec 2013 07:49:49 -0800 |
Chris Jerdonek |
parsers: clarify documentation of test-parseindex2.py
|
Sun, 01 Dec 2013 20:46:36 -0600 |
Matt Mackall |
parsers: backout version mismatch detection from 21dafd8546d1
|
Fri, 29 Nov 2013 12:36:28 -0800 |
Chris Jerdonek |
parsers: fail fast if Python has wrong minor version (issue4110)
|
Tue, 26 Nov 2013 16:14:22 -0800 |
Chris Jerdonek |
parse_index2: fix crash on bad argument type (issue4110)
stable
|
Fri, 11 May 2012 02:32:26 -0700 |
Bryan O'Sullivan |
tests: fix test-parseindex2.py when run with --pure
stable
|
Thu, 12 Apr 2012 14:05:59 -0700 |
Bryan O'Sullivan |
parsers: use base-16 trie for faster node->rev mapping
|
Thu, 05 Apr 2012 13:00:35 -0700 |
Bryan O'Sullivan |
parsers: incrementally parse the revlog index in C
|
Tue, 11 Jan 2011 17:01:04 -0600 |
Matt Mackall |
revlog: only build the nodemap on demand
|
Tue, 04 Jan 2011 14:12:52 -0600 |
Matt Mackall |
revlog: remove lazy index
|
Wed, 22 Apr 2009 01:39:47 +0200 |
Martin Geisler |
remove unnecessary outer parenthesis in if-statements
|
Fri, 17 Oct 2008 01:05:10 +0200 |
Bernhard Leiner |
Add parseindex2.py test case
|