log

age author description
Wed, 21 Mar 2012 16:53:39 -0500 Kevin Bullock clone: update to @ bookmark if it exists
Fri, 10 Aug 2012 20:37:20 +0100 Christian Ebert templatefilters: avoid traceback caused by bogus date input (issue3344)
Mon, 13 Aug 2012 22:42:10 +0200 Michal Sznajder notify: support revset selection for subscriptions
Mon, 13 Aug 2012 21:50:45 +0200 Ivan Andrus revsets: add branchpoint() function
Thu, 11 Oct 2012 22:58:34 -0500 Matt Mackall vfs: use fchmod for _fixfilemode
Thu, 11 Oct 2012 16:05:14 -0700 Bryan O'Sullivan tests: correctly report a test killed by a signal
Wed, 10 Oct 2012 05:54:38 +0200 Pierre-Yves David histedit: update bookmark movement notice
Wed, 10 Oct 2012 06:20:14 +0200 Pierre-Yves David histedit: simplify computation of `newchildren` during --continue
Wed, 03 Oct 2012 19:43:10 +0200 Adrian Buehlmann test-fncache: enable for Windows
Tue, 09 Oct 2012 16:17:55 +0900 FUJIWARA Katsunori store: invoke "osutil.listdir()" via vfs
Thu, 13 Sep 2012 23:50:45 -0700 smuralid log: speed up hg log for untracked files (issue1340)
Thu, 13 Sep 2012 17:57:43 -0700 smuralid store: add a contains method to fncachestore
Thu, 13 Sep 2012 17:00:34 -0700 smuralid store: add a contains method to basicstore
Wed, 10 Oct 2012 01:37:54 +0200 Mads Kiilerich tests: drop filtercr.py and use the very explicit '\r (no-eol) (esc)' markup
Wed, 26 Sep 2012 00:56:27 +0200 Mads Kiilerich run-tests: allow test output lines to be terminated with \r in addition to \n
Wed, 10 Oct 2012 01:37:53 +0200 Mads Kiilerich run-tests: use more explicit criteria for detecting no-eol
Wed, 03 Oct 2012 13:19:53 -0700 Tomasz Kleczek branchcache: fetch source branchcache during clone (issue3378)
Wed, 10 Oct 2012 01:30:45 +0200 Mads Kiilerich run-tests: drop unused enumerate
Wed, 10 Oct 2012 01:29:56 +0200 Mads Kiilerich spelling: fix minor spell checker issues
Tue, 09 Oct 2012 12:47:54 +0200 Thomas Arendsen Hein test-dirstate: remove test with date larger than 32 bit
Tue, 09 Oct 2012 09:45:44 +0200 Thomas Arendsen Hein merge with crew-stable
Mon, 08 Oct 2012 00:19:30 +0200 Kevin Bullock bookmarks: deactivate current bookmark if no name is given stable
Mon, 08 Oct 2012 15:57:21 -0700 Bryan O'Sullivan contrib: add a commit synthesizer for reproducing scaling problems
Mon, 08 Oct 2012 17:50:42 -0500 Matt Mackall dirstate: handle large dates and times with masking (issue2608)
Tue, 07 Aug 2012 11:04:41 +0200 Adrian Buehlmann exewrapper: adapt for legacy HackableMercurial
Mon, 08 Oct 2012 16:46:11 -0500 Matt Mackall store: restore getsize method
Mon, 01 Oct 2012 02:44:46 +0200 David Soria Parra mq: update bookmarks during qrefresh
Mon, 08 Oct 2012 16:21:24 -0500 Matt Mackall templater: drop redundant return in _flatten
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: invoke "os.path.isdir()" via vfs
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: replace invocation of "getsize()" by "vfs.stat()"