Tue, 17 Aug 2010 15:44:38 +0200 Dan Villiom Podlaski Christiansen setup/hg: always load Mercurial from where it was installed.
Sat, 09 Oct 2010 11:55:25 -0500 Brodie Rao revsets: add a sample query to the help for getting active branches
Sat, 09 Oct 2010 11:54:42 -0500 Brodie Rao revsets: add descriptions for sample queries in the help
Sat, 09 Oct 2010 11:53:48 -0500 Dan Villiom Podlaski Christiansen mq: silence spurious output.
Sat, 09 Oct 2010 11:27:29 -0500 Brodie Rao revsets: clarify in the help that head() returns named branch heads
Sat, 09 Oct 2010 11:16:35 +0200 Adrian Buehlmann tests: add testcase for 208fc9ad6a48 to test-alias.t
Sat, 09 Oct 2010 10:36:50 -0500 Dan Villiom Podlaski Christiansen mq: handle deleting the same patch twice in one command (issue2427)
Sat, 09 Oct 2010 09:55:52 -0500 Augie Fackler progress: make sure stderr has isatty before calling (issue2191)
Sat, 09 Oct 2010 18:04:36 +0200 Benjamin Pollack windows: handle spaces in path to Python (issue2074)
Fri, 08 Oct 2010 23:23:49 +0200 Martin Geisler minirst: pull admonition titles out formatblock function
Fri, 08 Oct 2010 23:19:26 +0200 Martin Geisler minirst: refactor/simplify findblocks
Sat, 09 Oct 2010 15:41:53 +0200 Nicolas Dumazet inotify: raise correct error if server is already started in a deep repository
Fri, 08 Oct 2010 21:43:21 +0200 Nicolas Dumazet setup: user-friendly error message if Python headers are missing
Sat, 09 Oct 2010 07:13:51 -0500 Mads Kiilerich test-keyword: ignore subject in notify hook mails
Sat, 09 Oct 2010 07:13:49 -0500 Mads Kiilerich test-keyword: fix test glob to ACL/SELinux flag
Sat, 09 Oct 2010 07:13:47 -0500 Mads Kiilerich test-notify: fix fix for line continuation in long mail header lines
Fri, 08 Oct 2010 23:39:44 -0500 Mads Kiilerich import: don't strip '#' lines from patch descriptions (issue 2417)
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich test-notify: stabilize output
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich tests: reintroduce ":$HGPORT" in test output
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich tests: remove the last traces of $HGTMP
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove filtertmp.py and helpers.sh
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove redundant globs
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: replace test tmp directory with $TESTTMP in test output
Fri, 08 Oct 2010 20:12:40 -0500 Matt Mackall keyword: fix test glob
Mon, 04 Oct 2010 15:07:12 -0500 Brodie Rao dispatch: properly handle relative path aliases used with -R (issue2376)
Mon, 04 Oct 2010 14:26:38 -0500 Brodie Rao dispatch: remove superfluous try/except when reading local ui config
Mon, 04 Oct 2010 14:26:37 -0500 Brodie Rao test-globalopts: test hg -R file:// and hg -R path-alias
Wed, 06 Oct 2010 23:07:52 +0300 Eduard-Cristian Stefan hgk: remember main window position
Fri, 08 Oct 2010 16:10:00 -0400 Steve Losh alias: back up and restore commands.norepo before checking for shell aliases
Fri, 08 Oct 2010 16:08:46 -0500 Brodie Rao tests: unify test-check-code
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: switch kwtemplater.record in kw_dorecord()
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: specific regular expressions depending on read mode
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert test-keyword: remove remaining sed calls
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: disable expansion in kwfilelog.read() if file renamed in node
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: make iskwfile() a weeding method in lieu of a boolean
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: support copy and rename
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: refactor kwtemplater.overwrite()
Fri, 08 Oct 2010 18:00:19 -0500 Benoit Boissinot revlog.addgroup(): always use _addrevision() to add new revlog entries
Fri, 08 Oct 2010 18:00:16 -0500 Benoit Boissinot revlog._addrevision(): allow text argument to be None, build it lazily
Fri, 08 Oct 2010 18:00:15 -0500 Benoit Boissinot changegroupsubset: use readdelta() fast path when delta is against a parent
Fri, 08 Oct 2010 17:00:38 -0500 Patrick Mezard run-tests: handle .tst not ending with an LF
Fri, 08 Oct 2010 22:42:32 +0200 Martin Geisler minirst: small code cleanup
Fri, 08 Oct 2010 14:02:23 -0500 Brodie Rao cat: fix cat without -r, broken by 0ae35296fbf4
Thu, 07 Oct 2010 18:24:29 -0500 Matt Mackall revsets: introduce revsingle helper
Thu, 07 Oct 2010 18:05:04 -0500 Matt Mackall revsets: make revpair revsets-aware
Thu, 07 Oct 2010 11:45:17 -0500 Matt Mackall revset: lower precedence of minus infix (issue2361)
Tue, 05 Oct 2010 20:25:51 +0200 Henrik Stuart merge with stable
Tue, 05 Oct 2010 11:34:13 +0200 Adrian Buehlmann revset: fix #branch in urls for outgoing() stable
Fri, 01 Oct 2010 23:16:11 +0200 Martin Geisler heads: mention STARTREV in synopsis and help for --rev
Fri, 01 Oct 2010 10:29:33 -0500 Matt Mackall merge with stable
Fri, 01 Oct 2010 10:18:57 -0500 Matt Mackall Added signature for changeset 93d8bff78c96 stable
Fri, 01 Oct 2010 10:18:53 -0500 Matt Mackall Added tag 1.6.4 for changeset 93d8bff78c96 stable
Fri, 01 Oct 2010 10:16:52 -0500 Matt Mackall merge with i18n stable 1.6.4
Fri, 01 Oct 2010 16:10:06 +0200 Adrian Buehlmann tests: unify test-rebase*
Fri, 01 Oct 2010 16:43:03 +0200 Martin Geisler merge with stable
Fri, 01 Oct 2010 16:39:55 +0200 Martin Geisler test-url: refactor with shorter lines
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: use workingctx to detect modified and added files after rollback
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: rename variable "cfiles" to "changed" for clarity
Mon, 27 Sep 2010 13:13:34 -0500 Brodie Rao tests: unify test-casefolding
Fri, 01 Oct 2010 16:08:46 +0200 Martin Geisler url: mark certificate error string for translation stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip