log

age author description
Tue, 05 Jun 2012 23:13:45 +0200 Adrian Buehlmann test-addremove: remove bits about con.xml
Tue, 05 Jun 2012 16:52:20 -0700 Bryan O'Sullivan util: simplify queue management in chunkbuffer
Sun, 27 May 2012 18:25:04 +0200 Adrian Buehlmann hghave: wrap command in 'sh -c "..."' for has_pyflakes()
Mon, 04 Jun 2012 17:57:57 -0500 Matt Mackall merge with stable
Tue, 05 Jun 2012 00:32:18 +0200 Olav Reinert help: fix keyword search result formatting
Mon, 04 Jun 2012 17:22:09 -0500 Matt Mackall help: drop -a from heads syntax summary (issue3483) stable
Fri, 01 Jun 2012 15:44:13 -0700 Joshua Redstone revlog: add optional stoprev arg to revlog.ancestors()
Fri, 01 Jun 2012 12:45:16 -0700 Bryan O'Sullivan revlog: descendants(*revs) becomes descendants(revs) (API)
Fri, 01 Jun 2012 12:37:18 -0700 Bryan O'Sullivan revlog: ancestors(*revs) becomes ancestors(revs) (API)
Tue, 29 May 2012 23:26:55 +0200 Angel Ezquerra config: make sortdict keys() and iterkeys() methods respect the item order
Mon, 04 Jun 2012 16:59:57 -0500 Matt Mackall merge with stable
Fri, 01 Jun 2012 15:19:08 -0700 Bryan O'Sullivan parsers: replace magic number 64 with symbolic constant
Fri, 01 Jun 2012 15:50:22 -0700 Bryan O'Sullivan revset: introduce and use _revsbetween
Fri, 01 Jun 2012 15:50:22 -0700 Bryan O'Sullivan revset: implement dagrange directly
Fri, 01 Jun 2012 15:50:22 -0700 Bryan O'Sullivan revset: turn dagrange into a function