log

age author description
Fri, 08 Jun 2012 15:11:05 +0200 Adrian Buehlmann test-import: enable for Windows
Fri, 08 Jun 2012 15:11:05 +0200 Adrian Buehlmann test-import: remove unneeded chmod call
Fri, 08 Jun 2012 15:11:05 +0200 Adrian Buehlmann test-log: enable for Windows
Fri, 08 Jun 2012 15:11:05 +0200 Adrian Buehlmann test-revert: enable for Windows
Thu, 07 Jun 2012 15:55:12 +0200 Thomas Arendsen Hein merge heads
Thu, 07 Jun 2012 15:54:40 +0200 Thomas Arendsen Hein help: fix 'hg help -k' matching an extension without docs
Mon, 04 Jun 2012 14:46:42 -0700 Brad Hall revlog: zlib.error sent to the user (issue3424)
Sat, 09 Jun 2012 19:13:24 -0600 Alexander Boyd statichttprepo: don't send Range header when requesting entire file stable
Wed, 06 Jun 2012 21:17:33 -0500 Matt Mackall merge with stable
Wed, 06 Jun 2012 21:17:20 -0500 Matt Mackall merge with i18n stable
Tue, 05 Jun 2012 10:09:17 -0300 Wagner Bruna merge with i18n stable
Tue, 05 Jun 2012 07:57:04 +0100 Alexander Sauta i18n-ru: synchronized with 4cf41c333e74 stable
Tue, 05 Jun 2012 13:33:52 -0500 Kevin Bullock update: fix help regarding update to ancestor stable
Wed, 06 Jun 2012 16:44:17 +0100 Jim Hague bugzilla: stop bugs always being marked as fixed in xmlrpc (issue3484) stable
Tue, 05 Jun 2012 22:46:14 +0200 Adrian Buehlmann test-add: enable for Windows
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