log mercurial/commands.py @ 2425:eee271568e8a default tip

age author description
Fri, 09 Jun 2006 12:05:17 -0700 Vadim Gelfer add --lsprof option. 3x faster than --profile, more useful output.
Fri, 09 Jun 2006 09:14:30 -0700 Vadim Gelfer copy: fix introduced bug.
Fri, 09 Jun 2006 09:09:17 -0700 Vadim Gelfer make description of -n option better.
Fri, 09 Jun 2006 09:06:40 -0700 Vadim Gelfer revert: add -n/--dry-run option
Fri, 09 Jun 2006 09:00:08 -0700 Vadim Gelfer remove: add -n/--dry-run option
Fri, 09 Jun 2006 08:48:30 -0700 Vadim Gelfer copy: add -n/--dry-run option
Fri, 09 Jun 2006 08:42:36 -0700 Vadim Gelfer addremove: add -n/--dry-run option
Fri, 09 Jun 2006 08:40:06 -0700 Vadim Gelfer add: add -n/--dry-run option
Thu, 08 Jun 2006 11:28:27 -0700 Vadim Gelfer debugconfig: allow to print by section and exact item name
Wed, 07 Jun 2006 13:16:25 -0700 Vadim Gelfer revert: better fix for not printing 'reverting' message
Wed, 07 Jun 2006 10:33:26 -0700 Vadim Gelfer revert: check for changes against target rev
Wed, 07 Jun 2006 18:33:15 +0200 Benoit Boissinot pick a non-conflicting module name when loading an extension
Sun, 04 Jun 2006 16:47:46 -0700 Vadim Gelfer import: allow to import stdin with file name "-"
Sun, 04 Jun 2006 10:29:34 -0700 Vadim Gelfer merge change to ssh protocol.
Sun, 04 Jun 2006 10:26:05 -0700 Vadim Gelfer refactor ssh server.
Fri, 02 Jun 2006 08:25:02 -0700 Eric Hopper Adjusting hgweb splitup to be a little cleaner.
Sun, 04 Jun 2006 18:05:52 +0100 Matt Mackall Give a response to unknown SSH commands
Thu, 01 Jun 2006 19:08:29 +0200 Thomas Arendsen Hein Renamed localrepo.undo() to rollback() and talk about "rollback information".
Wed, 31 May 2006 10:42:44 -0700 Eric Hopper Final stage of the hgweb split up.
Wed, 31 May 2006 08:03:29 -0700 Eric Hopper Splitting up hgweb so it's easier to change.
Mon, 22 May 2006 08:47:53 -0700 Vadim Gelfer add ui.print_exc(), make all traceback printing central.
Sun, 21 May 2006 23:07:19 -0700 Vadim Gelfer diff: allow to use -rA:B syntax as well as -rA -rB
Sun, 21 May 2006 22:14:11 -0700 Vadim Gelfer add 'uisetup' function to extension module protocol.
Thu, 18 May 2006 13:48:12 -0700 Vadim Gelfer remove: rewrite to be ~400x faster, bit more friendly
Wed, 17 May 2006 19:38:41 +0200 Thomas Arendsen Hein Strip empty lines and trailing spaces around commit messages.
Wed, 17 May 2006 19:00:16 +0200 Thomas Arendsen Hein Use "# Date" instead of "# Timestamp" for dated export/import of patches.
Wed, 17 May 2006 18:54:30 +0200 Danek Duvall Add timestamp field to export format. Make import and mq use it.
Mon, 15 May 2006 11:16:32 -0700 Vadim Gelfer add --config global option. allows to set hgrc option on command line.
Mon, 15 May 2006 08:53:32 -0700 Samuel Masham Update debugindexdot to work with RevlogNG.
Sun, 14 May 2006 21:07:34 -0700 Vadim Gelfer deprecate 'update -m'. use 'merge' instead.
Thu, 11 May 2006 22:10:47 -0700 Vadim Gelfer revert: fix corner case found by faheem mitha.
Thu, 11 May 2006 14:41:52 -0700 Vadim Gelfer fix coding style of backout editor change.
Thu, 11 May 2006 14:32:09 -0700 john levon Force editor to appear for an 'hg backout' if a message or logfile aren't
Wed, 10 May 2006 15:24:26 -0700 Vadim Gelfer backout command: better help.
Wed, 10 May 2006 19:23:19 +0200 Thomas Arendsen Hein Added -A as an alias for --after to hg remove, like for other commands.
Tue, 09 May 2006 20:56:13 -0700 Vadim Gelfer hide deprecated undo command by making it an alias for debugundo.
Tue, 09 May 2006 13:29:55 -0700 Vadim Gelfer undo: add "deprecated" message to output.
Mon, 08 May 2006 16:50:27 -0700 Vadim Gelfer localrepository.addchangegroup: add more source infos to hooks
Mon, 08 May 2006 14:19:05 -0700 Vadim Gelfer deprecate undo command, replace with rollback command.
Fri, 05 May 2006 10:31:03 -0700 Vadim Gelfer revert: require explicit revision when working dir has two parents.
Thu, 04 May 2006 15:23:58 -0700 Vadim Gelfer fix doc comments for revert command. people found them confusing.
Wed, 03 May 2006 10:25:28 -0700 Vadim Gelfer move changeset_templater into templater module.
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.