Tue, 11 Mar 2008 11:38:12 -0700 Bryan O'Sullivan fetch: don't proceed if working directory is missing files (issue988)
Tue, 11 Mar 2008 11:30:42 -0700 Bryan O'Sullivan fetch: rename --force-editor option to --edit, for consistency
Mon, 10 Mar 2008 02:54:37 -0500 Matt Mackall dates: fix fractional timezone display rounding bug
Sun, 09 Mar 2008 17:34:55 +0000 Stephen Deasey churn: show comitter email addresses unclipped (bug 1023)
Sat, 08 Mar 2008 17:28:25 -0800 Brendan Cully gitweb: use {url} as entrypoint in notfound.tmpl instead of /
Sat, 08 Mar 2008 17:19:18 -0800 Brendan Cully Support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Sat, 08 Mar 2008 12:40:33 +0100 Thomas Arendsen Hein Fixed typo in tag help, found by John Coomes
Fri, 07 Mar 2008 08:38:07 +0100 Peter Arrenbrecht hgweb: fix test results missed by 6218:345a23eca8f6
Thu, 06 Mar 2008 18:40:10 -0800 Brendan Cully gitweb: remove some line breaks in archive and rss columns.
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Add missing import of sys
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl convert: Remove unused clone method
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl convert: Fix unbound name error in the subversion backend
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl imerge: Fix unbound name error and add a test case
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Fri, 07 Mar 2008 00:24:36 +0100 Thomas Arendsen Hein Removed trailing spaces from everything except test output
Fri, 07 Mar 2008 00:01:13 +0100 Thomas Arendsen Hein Replaced tab in run-tests.py
Wed, 05 Mar 2008 08:00:05 +0100 Peter Arrenbrecht tests: add --keep-tmp to run-tests.py to debug test environment
Wed, 05 Mar 2008 09:20:57 -0800 Bryan O'Sullivan fetch: make test reproducible, tiny code cleanup
Wed, 05 Mar 2008 09:10:45 -0800 Bryan O'Sullivan fetch: switch the default parent used for a merge
Mon, 03 Mar 2008 21:48:43 +0100 Peter Arrenbrecht mq: test for qclone of http repo+queue
Mon, 03 Mar 2008 12:46:57 -0500 Jesse Glick When failing to load an extension, show where Hg tried to load it from.
Sun, 02 Mar 2008 23:32:13 +0100 Thomas Arendsen Hein hgweb/annotate: handle binary files like hgweb/file
Sun, 02 Mar 2008 20:54:00 +0100 Thomas Arendsen Hein test-status: Make assert function definition sh compatible.
Sun, 02 Mar 2008 13:52:34 +0100 Thomas Arendsen Hein Extend/correct acc40572da5b regarding -qA and ignored files.
Sat, 01 Mar 2008 22:30:03 +0100 Zoran Bosnjak 'hg status -q' output skips non-tracked files.
Fri, 29 Feb 2008 14:48:21 -0800 Brendan Cully highlight: forgot import
Fri, 29 Feb 2008 14:47:07 -0800 Brendan Cully highlight: guess by text when path name is ambiguous
Fri, 29 Feb 2008 14:21:15 -0800 Brendan Cully highlight: make div trimmer work when lexer fails to identify text.
Fri, 29 Feb 2008 11:13:50 -0800 Brendan Cully highlight: use iter() instead of generator comprehension
Fri, 29 Feb 2008 09:54:28 +0100 Dirkjan Ochtman mq: remove unimplemented option -f for strip
Thu, 28 Feb 2008 22:04:22 -0800 Brendan Cully highlight: bail out if file is binary
Thu, 28 Feb 2008 21:35:27 -0800 Brendan Cully highlight: support annotate, and reduce layering violations.
Fri, 29 Feb 2008 02:45:12 +0100 Thomas Arendsen Hein Introduce templateopts and logopts to reduce duplicate option definitions.
Fri, 29 Feb 2008 02:15:31 +0100 Thomas Arendsen Hein Add option -l/--limit to hg incoming and hg outgoing.
Fri, 29 Feb 2008 01:51:23 +0100 Thomas Arendsen Hein Move finding/checking the log limit to cmdutil
Fri, 29 Feb 2008 01:25:31 +0100 Thomas Arendsen Hein Make hg debugancestor accept -R by making it an optionalrepo command.
Fri, 29 Feb 2008 01:14:37 +0100 Thomas Arendsen Hein debugancestor: use *args instead of *opts, to not confuse with option dicts.
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp mq: Cleanup: update outdated file header.
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp convert: Clean up authormap key=value splitting.
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp convert: Avoid redundant newline on authormap errors.
Thu, 28 Feb 2008 17:37:56 +0200 Marti Raudsepp convert: Ignore empty lines in authormap file.
Thu, 28 Feb 2008 22:39:59 +0100 Thomas Arendsen Hein Add config option to disable putting .hg_archival.txt inside archives.
Thu, 28 Feb 2008 19:08:04 +0100 Dirkjan Ochtman add a blame alias for annotate
Thu, 28 Feb 2008 17:51:04 +0100 Dirkjan Ochtman warning on push should mention heads, not branches
Thu, 28 Feb 2008 00:07:38 +0100 Patrick Mezard commands: lock() the repo while unbundling (issue1004)
Thu, 28 Feb 2008 00:07:37 +0100 Patrick Mezard patch: fix iterhunks() with trailing binary file removal
Wed, 27 Feb 2008 14:58:44 -0800 Bryan O'Sullivan debugancestor: make the index argument optional, defaulting to 00changelog.i
Tue, 26 Feb 2008 22:42:37 +0100 Thomas Arendsen Hein Renamed "manifest" to "files" in web templates.
Tue, 26 Feb 2008 22:21:34 +0100 Thomas Arendsen Hein Removed old-style hgweb templates
Tue, 26 Feb 2008 06:25:11 -0600 Steve Borho add explicit extension disabling syntax to hgrc.5
Mon, 28 Jan 2008 22:19:12 -0500 Jesse Glick Permit XML entities to be escaped in template output.
Sun, 24 Feb 2008 17:58:55 +0100 Patrick Mezard convert: add shallow, single branch svn conversions via svn.startrev
Sun, 24 Feb 2008 17:58:53 +0100 Patrick Mezard convert: allow svn trunk/branches/tags detection to be skipped
Thu, 21 Feb 2008 08:24:58 -0500 John Mulligan Add --all option to bundle command
Sat, 23 Feb 2008 19:37:44 +0100 Patrick Mezard Fix test-convert.out after 55455556f921
Sat, 23 Feb 2008 16:43:33 +0100 Patrick Mezard convert: improve subversion source documentation
Sat, 23 Feb 2008 11:19:59 +0100 Dirkjan Ochtman hgweb: fix parameter mixup (issue1001)
Sat, 23 Feb 2008 11:18:34 +0100 Dirkjan Ochtman tests: easier hg serve error diagnosis
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip