log

age author description
Thu, 01 Dec 2005 10:48:22 -0600 Robin Farine export patkind() from util
Thu, 01 Dec 2005 10:48:18 -0600 Christian Boos Fix walkhelper on windows.
Tue, 29 Nov 2005 22:29:14 +0100 Benoit Boissinot disallow '\n' and '\r' in tag names
Tue, 29 Nov 2005 18:06:23 +0100 Thomas Arendsen Hein Merge with http://hg.omnifarious.org/~hopper/mercurial
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.
Sun, 27 Nov 2005 16:37:18 +0100 Robin Farine fix run-tests' PYTHONPATH
Wed, 23 Nov 2005 18:36:44 +0100 Thomas Arendsen Hein Updated help text for 'hg log'.
Wed, 23 Nov 2005 08:07:27 +0100 Thomas Arendsen Hein Space/Tab cleanup in bash_completion.
Wed, 23 Nov 2005 08:02:35 +0100 Alexis S. L. Carvalho bash_completion: use hg --debug help to get the list of debug commands.
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
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