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
Fri, 01 Jun 2012 15:50:22 -0700 Bryan O'Sullivan revset: drop unreachable code
Fri, 01 Jun 2012 15:50:22 -0700 Bryan O'Sullivan perf: add a benchmark for revrange
Mon, 04 Jun 2012 21:40:38 +0200 Adrian Buehlmann test-tags: enable for Windows
Mon, 04 Jun 2012 21:09:54 +0200 Adrian Buehlmann tests: roll test-copy2.t into test-copy.t
Sun, 03 Jun 2012 17:49:04 +0200 Olav Reinert help: fix keyword search output for extension commands
Sat, 02 Jun 2012 11:28:43 +0200 Olav Reinert help: format all output using RST
Sat, 02 Jun 2012 11:25:40 +0200 Olav Reinert help: format command and option list help using RST
Sat, 02 Jun 2012 11:22:33 +0200 Olav Reinert help: format extension lists using RST
Sun, 03 Jun 2012 09:06:15 +0200 Adrian Buehlmann test-revset: enable for Windows
Mon, 04 Jun 2012 15:43:16 +0300 Idan Kamara graft: restore config option on correct ui stable
Mon, 04 Jun 2012 18:40:31 +0200 Adrian Buehlmann tests: roll test-commit-copy.t into test-commit.t
Mon, 04 Jun 2012 16:59:34 +0200 Adrian Buehlmann base85: cast Py_ssize_t values to int (issue3481)
Mon, 04 Jun 2012 19:05:22 +0200 Adrian Buehlmann tests: roll test-clone-failure.t into test-clone.t
Fri, 01 Jun 2012 13:38:18 +0200 Adrian Buehlmann test-clone-failure: enable for Windows using #if
Mon, 04 Jun 2012 10:45:56 +0400 Nikolaj Sjujskij help: fix search with `-k` option in non-ASCII locales