log

age author description
Tue, 10 Jul 2007 09:52:32 -0700 Brendan Cully mq: improve qclone error handling when patch directory is not a repository.
Mon, 09 Jul 2007 22:35:10 -0700 Lee Cantey Fix test-debugcomplete for new --certificate option
Mon, 09 Jul 2007 22:12:28 -0700 Brendan Cully Add SSL support to hg serve, activated via --certificate option
Mon, 09 Jul 2007 10:59:49 -0700 Lee Cantey Correct inadvertent line ending change.
Mon, 09 Jul 2007 10:46:41 -0700 Lee Cantey Fix for win32text corrupting files that have CRLF line endings. (issue302)
Sun, 08 Jul 2007 19:59:02 +0200 Thomas Arendsen Hein Add --line-number option to hg annotate (issue506)
Sun, 08 Jul 2007 19:46:04 +0200 FUJIWARA Katsunori Allow filectx.annotate to return the line number of first appearance.
Sun, 08 Jul 2007 13:44:41 +0200 Thomas Arendsen Hein Check for conflict markers in hgmerge (issue471)
Sun, 08 Jul 2007 12:59:58 +0200 Thomas Arendsen Hein merge with crew-stable
Sun, 08 Jul 2007 12:58:19 +0200 Thomas Arendsen Hein Fixed double slash for doc install path introduced by using $DESTDIR (issue620)
Sun, 08 Jul 2007 12:52:08 +0200 Thomas Arendsen Hein hg log: Move filtering implicit parents to own method and use it in templater.
Sun, 08 Jul 2007 10:43:57 +0200 Thomas Arendsen Hein Strip whitespace from changeset description in changeset_templater.
Sun, 08 Jul 2007 09:54:42 +0200 Thomas Arendsen Hein Removed deprecated hg:// and old-http:// protocols (issue406)
Sat, 07 Jul 2007 21:55:56 -0700 Brendan Cully hgwebdir: check for repo foo before browsing subdirectories of foo/
Sat, 07 Jul 2007 15:09:28 -0700 Brendan Cully Merge with crew