log

age author description
Thu, 27 Apr 2006 21:58:47 +0200 Thomas Arendsen Hein Show repo's revlog format on verify. Warn if some files use a different format.
Thu, 27 Apr 2006 21:16:46 +0200 Thomas Arendsen Hein Replaced 0 with REVLOGV0 where this meaning is used.
Thu, 27 Apr 2006 21:03:07 +0200 Thomas Arendsen Hein Corrected error message for incompatible revision flags.
Thu, 27 Apr 2006 13:11:23 +0200 Thomas Arendsen Hein Make the deprecated forget an alias of debugforget.
Thu, 27 Apr 2006 13:05:02 +0200 Thomas Arendsen Hein Fixed test output for not using the deprecated 'hg forget'.
Wed, 26 Apr 2006 22:42:07 -0700 Alexis S. L. Carvalho Fix revlog-ng interaction with old-http.
Wed, 26 Apr 2006 22:15:01 -0700 Alexis S. L. Carvalho Fix timezone check.
Wed, 26 Apr 2006 12:06:21 -0700 Vadim Gelfer mke test-nested-repo use "revert" instead of "forget"
Wed, 26 Apr 2006 12:05:16 -0700 Vadim Gelfer mark forget command as deprecated.
Wed, 26 Apr 2006 10:57:40 -0700 Benoit Boissinot write to stderr with a single write call.
Wed, 26 Apr 2006 16:54:07 +0200 Stephen Darnell Tidyups for run-tests.py inc. try/finally cleanup and allow tests to be specified on command line
Wed, 26 Apr 2006 07:31:04 +0200 Thomas Arendsen Hein hgweb: Synchronised filelogentry to changelogentry.
Wed, 26 Apr 2006 07:03:10 +0200 Thomas Arendsen Hein Try harder to display node hashes in tags view in monospaced font.
Wed, 26 Apr 2006 06:12:42 +0200 Thomas Arendsen Hein hgweb templates: Don't word wrap "foo bar ago" (e.g. "3 months\nago")
Tue, 25 Apr 2006 23:28:40 +0200 Benoit Boissinot cached data was wrong: rev is different from self.rev(node) in bundlerepo.py