log

age author description
Thu, 17 Nov 2005 19:38:57 +0100 Thomas Arendsen Hein Catch IOErrors and RepoErrors when serving repositories via hgweb.
Thu, 17 Nov 2005 19:18:33 +0100 Thomas Arendsen Hein Merge with mercurial/crew
Wed, 16 Nov 2005 19:19:39 +0100 Thomas Arendsen Hein Added version information to "report bug" message for unknown exceptions.
Wed, 16 Nov 2005 12:56:19 +0100 Thomas Arendsen Hein Fixes to "hg heads -r FOO":
Wed, 16 Nov 2005 12:08:25 +0100 Benoit Boissinot add a -r/--rev option to heads to show only heads descendant from rev
Thu, 17 Nov 2005 19:11:13 +0100 Thomas Arendsen Hein Always escape repository name in hgweb, very important in notfound.tmpl.
Wed, 16 Nov 2005 20:53:16 +0100 Will fix bug in setup.py introduced in r1508.
Tue, 15 Nov 2005 20:35:10 +0100 TK Soh close .hg/hgrc after writing the default values on clone
Mon, 14 Nov 2005 21:47:07 +0100 Benoit Boissinot close file before renaming it (since it doesn't work the other way on windows)
Mon, 14 Nov 2005 16:10:59 +0100 Benoit Boissinot fix errors found by pychecker
Mon, 14 Nov 2005 15:10:10 +0100 Michael Gebetsroither added st as alias for status in zsh_completition
Mon, 14 Nov 2005 15:09:34 +0100 Thomas Arendsen Hein Merge with Thomas Waldmann
Mon, 14 Nov 2005 04:58:28 +0200 twaldmann made C src formatting more consistent
Mon, 14 Nov 2005 03:59:35 +0200 twaldmann fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
Mon, 14 Nov 2005 02:30:19 +0200 twaldmann minor optimization: save some string trash
Sun, 13 Nov 2005 16:25:45 +0100 Benoit Boissinot use posix compliant option for head
Sun, 13 Nov 2005 02:08:39 +0100 Thomas Arendsen Hein Merge with upstream
Sun, 13 Nov 2005 02:06:02 +0100 Thomas Arendsen Hein Added hg-ssh - a wrapper for ssh access to a limited set of mercurial repos
Thu, 10 Nov 2005 16:16:28 +0100 Thomas Arendsen Hein Catch the exception raised with 'hg help <somethingambiguous>'.
Fri, 11 Nov 2005 18:20:24 -0800 mason Add revlog.strip to truncate away revisions.
Fri, 11 Nov 2005 18:20:22 -0800 mason Optimize manifest.add
Fri, 11 Nov 2005 18:20:19 -0800 mason Reduce string duplication in compression code
Fri, 11 Nov 2005 15:34:17 -0800 Benoit Boissinot reset mtime when two files are equal
Fri, 11 Nov 2005 15:34:13 -0800 Benoit Boissinot add localrepo.wlock for protecting the dirstate
Fri, 11 Nov 2005 15:34:09 -0800 Benoit Boissinot add a releasefn keyword to lock.lock
Fri, 11 Nov 2005 15:34:06 -0800 Benoit Boissinot add dirstate.lazyread, write atomically the dirstate
Fri, 11 Nov 2005 15:33:59 -0800 Benoit Boissinot add an atomic argument to util.opener
Fri, 11 Nov 2005 15:33:08 -0800 Benoit Boissinot don't print anything about file of unsupported type unless
Fri, 11 Nov 2005 15:32:28 -0800 TK Soh fix a bug where command defaults suppress global options
Wed, 09 Nov 2005 13:42:16 -0800 Matt Mackall Merge with TAH