log

age author description
Fri, 13 Sep 2013 15:40:04 -0500 Jeff Sickel plan9: update util.py for cpython 2.7 build
Fri, 06 Sep 2013 23:47:59 -0700 Siddharth Agarwal parse_manifest: rewrite to use memchr
Mon, 16 Sep 2013 12:17:55 -0700 Bryan O'Sullivan parsers: correctly handle a failed allocation
Mon, 16 Sep 2013 12:12:37 -0700 Bryan O'Sullivan parsers: use Py_INCREF safely
Mon, 16 Sep 2013 12:10:28 -0700 Bryan O'Sullivan parsers: state is a char, not an int
Fri, 13 Sep 2013 10:00:57 +0800 Wei, Elson setup: check if mercurial/util.h has been modified
Fri, 13 Sep 2013 09:54:43 +0800 Wei, Elson util.h: add stdint basic type definitions
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin hgweb: add revset syntax support to search
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin revset: add a whitelist of DoS-safe symbols
Wed, 07 Aug 2013 01:21:31 +0400 Alexander Plavin revset: add helper function to get functions used in a revset parse tree
Fri, 09 Aug 2013 22:52:58 +0400 Alexander Plavin revset: add helper function to get revset parse tree depth
Sat, 07 Sep 2013 00:59:24 -0700 Siddharth Agarwal parsers: use a lookup table to convert hex to binary
Fri, 06 Sep 2013 23:05:33 -0700 Siddharth Agarwal revlog: remove _chunkbase since it is no longer used
Fri, 06 Sep 2013 23:05:11 -0700 Siddharth Agarwal revlog: move chunk cache preload from revision to _chunks
Fri, 06 Sep 2013 22:57:51 -0700 Siddharth Agarwal revlog._chunks: inline getchunk