Tue, 16 Oct 2012 16:56:14 +0200 Pierre-Yves David histedit: create obsolescence markers in deterministic order
Mon, 15 Oct 2012 23:54:54 -0400 David M. Carr bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
Tue, 16 Oct 2012 16:04:28 +0200 Thomas Arendsen Hein histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4
Sat, 13 Oct 2012 15:10:39 -0500 Matt Mackall vfs: use self.write to write symlink placeholders
Sun, 14 Oct 2012 23:49:28 +0200 Pierre-Yves David histedit: do not use "min" on ctx
Sun, 14 Oct 2012 23:58:02 +0200 Pierre-Yves David histedit: clean abort when there is nothing to edit
Mon, 15 Oct 2012 00:05:16 +0200 Pierre-Yves David histedit: rename `revs` in `ctxs` inside the `between` function
Sun, 14 Oct 2012 23:03:58 +0200 Pierre-Yves David test: fix invalid redirection for histedit text
Sat, 13 Oct 2012 15:03:00 -0500 Matt Mackall vfs: backout fchmod change from 76b73ce0ffac
Fri, 12 Oct 2012 21:41:08 +0200 Pierre-Yves David histedit: refuse to edit public changeset
Thu, 27 Sep 2012 14:00:52 +0200 Pierre-Yves David histedit: ignores hidden revision when checking for orphaned nodes
Wed, 10 Oct 2012 06:27:06 +0200 Pierre-Yves David histedit: simplify computation of edited set (issue3620)
Thu, 27 Sep 2012 13:59:48 +0200 Pierre-Yves David histedit: add obsolete support
Thu, 11 Oct 2012 08:36:50 +0200 Pierre-Yves David histedit: replace various nodes lists with replacement graph (and issue3582)
Fri, 12 Oct 2012 15:52:59 -0500 Matt Mackall merge with durin42
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()"
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: invoke "os.stat()" for "createmode" initialization via vfs
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori vfs: define "join()" in each classes derived from "abstractvfs"
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: initialize vfs field first to use it for initialization of others
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori scmutil: reorder newly added functions for vfs support in dictionary order
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: rename field name from "opener" to "vfs" in internal classes for fncache
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori store: rename argument name from "op"(ener) to "vfs"
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: rename "hasmanifest" variable for source code readability
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: use appropriate local variable in "checkentry()"
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: use appropriate node information to show verification error
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori help: add information about recovery from corruption to help of "verify"
Mon, 03 Sep 2012 14:35:31 +0200 Pierre-Yves David hidden: remove tags use in hidden computation
Mon, 03 Sep 2012 14:35:05 +0200 Pierre-Yves David clfilter: do not use tags cache if there are filtered changesets
Mon, 03 Sep 2012 14:34:19 +0200 Pierre-Yves David clfilter: do not use branchmap cache if there are filtered changesets
Mon, 08 Oct 2012 09:55:41 -0700 Bryan O'Sullivan Merge
Mon, 08 Oct 2012 15:35:16 +0200 Idan Kamara fancyopts: don't show a traceback on invalid integer values
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip