log

age author description
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
Wed, 09 Nov 2005 13:40:08 -0800 TK Soh hgweb: fix traceback by skipping invalid repo paths
Wed, 09 Nov 2005 13:39:56 -0800 Matt Mackall Fix line wrapping
Wed, 09 Nov 2005 13:39:24 -0800 lupus Added --date option to annotate.
Wed, 09 Nov 2005 13:38:46 -0800 Benoit Boissinot copy the mode of the file when breaking hardlinks
Wed, 09 Nov 2005 22:31:18 +0100 Thomas Arendsen Hein Allow ambiguous command shortcut if only an alias for the same command.
Wed, 09 Nov 2005 12:52:05 -0800 Matt Mackall Merge with TAH
Mon, 07 Nov 2005 19:00:51 +0100 Thomas Arendsen Hein Improved error message for ambiguous command shortcuts.
Mon, 07 Nov 2005 18:39:25 +0100 Thomas Arendsen Hein Canonicalize command when using aliases or prefix matching.
Tue, 08 Nov 2005 14:22:03 -0800 Matt Mackall Automatically run "verify" whenever we run "recover"
Tue, 08 Nov 2005 10:36:23 -0800 Matt Mackall Fix up test-help, mark test-rename +x
Tue, 08 Nov 2005 10:35:13 -0800 Robin Farine avoid to copy more than one file to the same destination file
Tue, 08 Nov 2005 10:35:09 -0800 Robin Farine copy & rename don't overwrite unless --force is specified
Tue, 08 Nov 2005 10:35:05 -0800 Robin Farine generalize copy/rename to handle more than one source directory
Tue, 08 Nov 2005 10:35:00 -0800 TK Soh hgweb: remove redundant rstrip filter
Tue, 08 Nov 2005 10:34:50 -0800 Benoit Boissinot use self.{w,}join when possible
Mon, 07 Nov 2005 15:40:24 -0800 Matt Mackall Add safety check for addgroup
Fri, 04 Nov 2005 11:37:45 -0800 Benoit Boissinot fix a warning when py2exe is not used
Fri, 04 Nov 2005 10:24:05 -0800 Matt Mackall Add explicit 'st' alias for status
Fri, 04 Nov 2005 10:22:03 -0800 Benoit Boissinot if unambigious command name are passed, use them
Thu, 03 Nov 2005 17:19:59 -0800 Radoslaw Szkodzinski Add support for -r option in hg tag
Thu, 03 Nov 2005 14:24:07 -0800 Christian Boos fix file opening for some commands on Windows