log

age author description
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
Thu, 03 Nov 2005 14:22:19 -0800 Matt Mackall Merge with TAH
Thu, 03 Nov 2005 18:59:36 +0100 Thomas Arendsen Hein Fixed test-static-http with http_proxy variable set again.
Thu, 03 Nov 2005 14:19:54 -0800 Matt Mackall Merge from Hidetaka Iwai
Thu, 03 Nov 2005 11:56:51 +0900 Hidetaka Iwai Fixed to convert to man properly.
Thu, 03 Nov 2005 11:54:07 +0900 Hidetaka Iwai Fixed wrong encoding of files.
Thu, 03 Nov 2005 18:45:27 +0100 Thomas Arendsen Hein hgweb: Added archive download buttons to manifest page.
Thu, 03 Nov 2005 00:45:54 -0800 Matt Mackall Add permissions handling test
Thu, 03 Nov 2005 00:43:05 -0800 Benoit Boissinot remove the deprecated --text (t) option to rawcommit and tag
Wed, 02 Nov 2005 20:22:29 -0800 Matt Mackall Deal with merge abort more gracefully
Wed, 02 Nov 2005 20:09:19 -0800 Matt Mackall Handle empty logs in repo.checksize
Wed, 02 Nov 2005 19:26:23 -0800 Matt Mackall verify: add check for mismatch of index and data length
Wed, 02 Nov 2005 18:59:40 -0800 Matt Mackall Allow interrupting all parts of verify
Wed, 02 Nov 2005 16:13:41 -0800 Benoit Boissinot fix a bug in dirstate.changes when cwd != repo.root
Wed, 02 Nov 2005 16:13:34 -0800 Benoit Boissinot minor doc fix
Wed, 02 Nov 2005 16:13:24 -0800 Hidetaka Iwai Added Japanese translations of manpages.
Wed, 02 Nov 2005 16:08:48 -0800 Benoit Boissinot only files in normal state should be marked as deleted
Wed, 02 Nov 2005 15:46:31 -0800 Benoit Boissinot fix handling of files of unsupported type in the walk code
Wed, 02 Nov 2005 15:45:41 -0800 Steve Borho zsh: allow 'hg clone' to complete paths listed in ~/.hgrc
Mon, 31 Oct 2005 10:47:27 -0800 Benoit Boissinot mention running multiple hooks in the doc
Mon, 31 Oct 2005 09:58:05 -0800 Steve Borho zsh completion improvements.
Mon, 31 Oct 2005 09:57:54 -0800 Soh Tk-r28629 Fix traceback on bad system hgrc files
Mon, 31 Oct 2005 10:56:42 -0700 Benoit Boissinot fix handling of daylight saving time
Sat, 29 Oct 2005 13:45:01 -0700 Matt Mackall Change test-hook to test multiple hooks
Sat, 29 Oct 2005 13:44:05 -0700 Benoit Boissinot allow multiples hook
Fri, 28 Oct 2005 17:18:50 -0700 Benoit Boissinot fix a bug where hg could remove file ending with .tmp
Fri, 28 Oct 2005 11:03:18 -0700 Benoit Boissinot add a test for hgignore
Fri, 28 Oct 2005 11:01:25 -0700 Benoit Boissinot util.opener already create the base directory if it doesn't exist
Fri, 28 Oct 2005 10:57:40 -0700 Benoit Boissinot fix dirstate.change: it should walk ignored files
Thu, 27 Oct 2005 13:49:15 -0700 Matt Mackall Elevate parents to a "common" command in help
Thu, 27 Oct 2005 13:48:00 -0700 Matt Mackall Add missing test output
Thu, 27 Oct 2005 13:40:56 -0700 Benoit Boissinot make readconfig take a filename instead of a file pointer as argument
Thu, 27 Oct 2005 13:31:12 -0700 Benoit Boissinot make revert use standard matcher
Thu, 27 Oct 2005 13:29:35 -0700 Benoit Boissinot rewrote changes function in dirstate to use generic walk code
Thu, 27 Oct 2005 13:29:28 -0700 TK Soh minor fix on command help docstrings
Thu, 27 Oct 2005 12:26:16 -0700 Matt Mackall Merge bundle -r work from Eric Hopper
Sun, 16 Oct 2005 16:24:40 -0700 Eric Hopper Added a test for clone -r.
Wed, 12 Oct 2005 11:32:51 -0700 Eric Hopper Stupid spelling mistake in a variable name.
Tue, 11 Oct 2005 18:56:47 -0700 Eric Hopper Added a lot of comments to changegroupsubset.
Tue, 11 Oct 2005 08:39:21 -0700 Eric Hopper Implementing pull -r and changing clone -r. Both now support
Tue, 11 Oct 2005 08:06:52 -0700 Eric Hopper Fixed silly bug involving a non-existent variable.