log mercurial/commands.py @ 2195:f027bc2d3f4a

age author description
Wed, 03 May 2006 10:53:51 +0200 Thomas Arendsen Hein Add debugaddremove alias to addremove, so it doesn't show up in 'hg help'.
Tue, 02 May 2006 21:50:53 -0700 Vadim Gelfer deprecate addremove command.
Tue, 02 May 2006 21:44:24 -0700 Vadim Gelfer add --after option to remove command.
Tue, 02 May 2006 18:44:02 +0200 Thomas Arendsen Hein Make hg update more verbose by default (issue12)
Sun, 30 Apr 2006 16:30:57 -0700 Vadim Gelfer merge with crew.
Sun, 30 Apr 2006 16:30:39 -0700 Vadim Gelfer do not check sys.argv from localrepo when running hooks.
Sun, 30 Apr 2006 21:11:22 +0200 Thomas Arendsen Hein Use better names (hg-{usage}-{random}.{suffix}) for temporary files.
Sun, 30 Apr 2006 18:46:49 +0200 Thomas Arendsen Hein Cleanup archive command: Don't overwrite gettext, quoting in cmd table entry.
Sun, 30 Apr 2006 18:40:30 +0200 Thomas Arendsen Hein Small cleanups to backout command:
Sat, 29 Apr 2006 20:56:46 -0700 Vadim Gelfer add backout command.
Fri, 28 Apr 2006 14:50:23 -0700 Vadim Gelfer move SignalInterrupt class into util module.
Thu, 27 Apr 2006 13:11:23 +0200 Thomas Arendsen Hein Make the deprecated forget an alias of debugforget.
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.
Tue, 25 Apr 2006 19:38:19 +0200 Thomas Arendsen Hein Allow 'hg serve --webdir-conf foo' to be run outside a repository.
Tue, 25 Apr 2006 09:00:09 +0200 Thomas Arendsen Hein Use string literal concatenation for optlist and import -p option
Tue, 25 Apr 2006 00:43:40 +0200 Alexander Schremmer Cleaned trailing whitespace in hgweb.py, removed command line shortcut for webdir-conf.
Sun, 23 Apr 2006 00:31:09 +0200 Alexander Schremmer Added hgwebdir support to hg serve.
Fri, 21 Apr 2006 15:27:57 -0700 Vadim Gelfer add "archive" command, like "cvs export" only better.
Wed, 19 Apr 2006 11:17:13 -0700 Vadim Gelfer catch SIGBREAK on windows.
Tue, 18 Apr 2006 19:50:12 -0400 Chris Mason merge revlogng with mpm tip
Sat, 08 Apr 2006 20:10:46 -0400 Chris Mason merge 0.8.1 with revlogng
Tue, 04 Apr 2006 16:38:43 -0400 mason Implement revlogng.
Tue, 11 Apr 2006 08:42:07 +0200 Thomas Arendsen Hein Never exit directly from commands.dispatch(), but pass return code to caller.
Tue, 11 Apr 2006 07:08:16 +0200 Thomas Arendsen Hein Polished exception handling when importing extensions:
Wed, 05 Apr 2006 19:07:50 +0200 Thomas Arendsen Hein Make completion for debugindex<tab><tab> show debugindexdot, too.
Mon, 03 Apr 2006 22:47:18 +0200 Benoit Boissinot document the possible race in "hg undo"
Mon, 03 Apr 2006 21:38:59 +0200 Thomas Arendsen Hein Don't allow --style and --template for hg update and hg merge.
Mon, 03 Apr 2006 21:01:33 +0200 Thomas Arendsen Hein Minor fix for revert: No need to make a backup when forgetting added files.
Mon, 03 Apr 2006 10:02:09 -0700 Vadim Gelfer small changes to revert command.