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.
Sun, 02 Apr 2006 08:19:41 +0200 Thomas Arendsen Hein Merged with crew.
Sat, 01 Apr 2006 11:58:50 +0200 Thomas Arendsen Hein Don't abort when backup files already exist. Don't allow alternative names.
Sat, 01 Apr 2006 23:57:24 +0200 Thomas Arendsen Hein Make 'hg tags -q' only list tag names without revision numbers and hashes,
Sat, 01 Apr 2006 22:50:12 +0200 Alexis S. L. Carvalho add --options to debugcomplete and change bash_completion to use it
Sat, 01 Apr 2006 21:37:08 +0200 Thomas Arendsen Hein Group changes done by the same developer on the same with --style=changelog
Fri, 31 Mar 2006 10:37:25 -0800 Vadim Gelfer rewrite revert command. fix issues 93, 123, 147.
Wed, 29 Mar 2006 22:58:34 +0200 Thomas Arendsen Hein New option -i/--ignored for 'hg status' to show ignored files.
Wed, 29 Mar 2006 10:31:58 -0800 Vadim Gelfer merge with crew.
Wed, 29 Mar 2006 10:27:16 -0800 Vadim Gelfer add merge command. means same thing as "update -m".
Tue, 28 Mar 2006 09:01:07 -0800 Vadim Gelfer fix backtrace printed when cannot get lock.
Fri, 24 Mar 2006 15:03:15 +0100 Thomas Arendsen Hein Don't mention deprecated HGEDITOR variable in the help text of commit.
Fri, 24 Mar 2006 14:53:23 +0100 mcmillen Spelling fix: "commited" -> "committed"
Fri, 24 Mar 2006 08:51:08 +0100 Thomas Arendsen Hein show message if no changes found on outgoing
Fri, 24 Mar 2006 08:34:56 +0100 TK Soh show message if no changes found on incoming
Tue, 21 Mar 2006 11:47:21 +0100 Thomas Arendsen Hein make incoming work via ssh (issue139); move chunk code into separate module.
Tue, 21 Mar 2006 06:03:33 +0100 Benoit Boissinot use HG10UN header for uncompressed bundle
Mon, 20 Mar 2006 17:14:58 +0100 Thomas Arendsen Hein More detailed documentation about ssh:// URLs; fixes issue170.
Sat, 18 Mar 2006 14:36:45 +0100 Thomas Arendsen Hein Delete bundle file of hg incoming in case of errors, preserve existing files.
Sat, 18 Mar 2006 11:24:19 +0100 Thomas Arendsen Hein Cleaned up the code path for bundle handling in hg incoming, updated comments.
Sat, 18 Mar 2006 10:45:21 +0100 Thomas Arendsen Hein Documented behaviour of write_bundle regarding file handles.
Sat, 18 Mar 2006 09:13:27 +0100 Thomas Arendsen Hein imported patch /home/thomas/fix-incoming-abortion4.patch
Fri, 17 Mar 2006 17:23:52 -0800 Shun-ichi GOTO Fixed abort while remote incoming command on windows.
Fri, 17 Mar 2006 18:53:04 +0100 Benoit Boissinot write_bundle: close the file before removing it in case of failure
Fri, 17 Mar 2006 18:19:05 +0100 Thomas Arendsen Hein hg status cleanups: Don't translate long options, remove stray semicolon.
Thu, 16 Mar 2006 06:58:15 +0100 Benoit Boissinot add remotecmd/ssh option support to incoming/outgoing
Tue, 14 Mar 2006 22:58:14 -0800 Vadim Gelfer add -f/--force to pull, incoming, outgoing, to work on unrelated repo.
Mon, 13 Mar 2006 23:38:14 +0100 Benoit Boissinot merge with crew/templates
Mon, 13 Mar 2006 03:54:23 +0100 Benoit Boissinot incoming: add support for remote repo using bundlerepo
Mon, 13 Mar 2006 03:54:23 +0100 Benoit Boissinot refactor the bundle writing code, since we will reuse it later
Mon, 13 Mar 2006 03:54:23 +0100 Benoit Boissinot add a new bundle type: uncompressed bundle
Mon, 13 Mar 2006 08:24:44 -0800 Vadim Gelfer fix use of python 2.4 features.
Sun, 12 Mar 2006 16:21:59 -0800 Vadim Gelfer merge with crew.
Fri, 10 Mar 2006 21:41:44 -0800 Vadim Gelfer add quiet and debug template keys.
Sat, 04 Mar 2006 15:15:18 -0800 Vadim Gelfer make --style=compact look for map-cmdline.compact.
Sat, 04 Mar 2006 12:40:10 -0800 Vadim Gelfer fix some things people wanted to be cleaner.
Mon, 27 Feb 2006 21:32:15 -0800 Vadim Gelfer changeset_templater: only compute manifest when --debug.
Mon, 27 Feb 2006 15:07:25 -0800 Vadim Gelfer add doc comments to template code.
Mon, 27 Feb 2006 13:25:40 -0800 Vadim Gelfer print tags in compact template.
Mon, 27 Feb 2006 13:18:57 -0800 Vadim Gelfer let commands that show changesets use templates.
Sun, 12 Mar 2006 20:23:05 +0100 Thomas Arendsen Hein Allow symbolic path names in global -R/--repository parameter.
Sun, 12 Mar 2006 20:13:58 +0100 Thomas Arendsen Hein Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
Sun, 12 Mar 2006 18:05:13 +0100 Thomas Arendsen Hein Directory names take precedence over symbolic names consistently.
Sun, 12 Mar 2006 13:57:55 +0100 Thomas Arendsen Hein Try to import extensions from the hgext module first.
Sun, 12 Mar 2006 11:32:03 +0100 Benoit Boissinot new command debugcomplete
Fri, 10 Mar 2006 11:33:28 +0100 Thomas Arendsen Hein Catch other exceptions (e.g. util.Abort) in parse(), too.
Thu, 09 Mar 2006 08:27:49 +0100 Thomas Arendsen Hein Reordered options for remove, fixed synopsis for rename.
Wed, 08 Mar 2006 15:14:24 -0800 Vadim Gelfer add -f/--force to remove command.
Wed, 08 Mar 2006 06:13:24 +0100 Thomas Arendsen Hein Moved --cwd handling in front of -R handling again. Shorter code for initial -R.
Wed, 08 Mar 2006 01:30:43 +0100 Thomas Arendsen Hein Make hg paths and hg debugconfig work with -R/--repository option.
Wed, 08 Mar 2006 01:25:14 +0100 Thomas Arendsen Hein Always try to open the repository if -R/--repository is specified.
Tue, 07 Mar 2006 22:27:18 +0100 Benoit Boissinot merge with crew
Tue, 07 Mar 2006 08:46:19 +0100 Thomas Arendsen Hein Hide debug commands in ambiguous command list, unless no normal command matches.
Tue, 07 Mar 2006 08:41:13 +0100 Thomas Arendsen Hein Show ambiguous aliases, if they are not simple abbreviations. Sort output.
Tue, 07 Mar 2006 08:05:17 +0100 TK Soh show choices on ambiguous commands
Tue, 07 Mar 2006 20:37:27 +0100 Benoit Boissinot fix annotate for removed files
Mon, 06 Mar 2006 17:53:11 +0100 Thomas Arendsen Hein Merge with crew
Mon, 06 Mar 2006 17:47:41 +0100 Thomas Arendsen Hein Create local ui object per repository, so .hg/hgrc don't get mixed.
Mon, 06 Mar 2006 08:35:15 -0800 Vadim Gelfer make ui flush output. this makes error happen if printing to /dev/full.
Sat, 04 Mar 2006 19:01:45 +0100 Thomas Arendsen Hein Validate paths before reading or writing files in repository or working dir.
Fri, 03 Mar 2006 13:24:26 -0800 Vadim Gelfer i made a mistake in last change.
Fri, 03 Mar 2006 13:11:25 -0800 Vadim Gelfer generate profile even when exception raised.
Wed, 01 Mar 2006 21:27:23 -0800 Vadim Gelfer merge with crew.
Tue, 28 Feb 2006 23:47:40 -0800 Robin Farine copy/rename to a removed destination file
Wed, 01 Mar 2006 09:14:25 +0100 Thomas Arendsen Hein Make the deprecated rawcommit an alias of debugrawcommit.
Wed, 01 Mar 2006 09:08:56 +0100 Thomas Arendsen Hein Updated help synopsises and reordered some options. Dropped [-n] from revert.
Tue, 28 Feb 2006 22:50:49 +0100 Benoit Boissinot fix the synopsis of some commands, mark rawcommit as deprecated in short help
Tue, 28 Feb 2006 00:46:06 +0100 Benoit Boissinot resync commands.py docstrings with hg.1.txt
Sun, 26 Feb 2006 16:23:14 +0100 Benoit Boissinot refactor the dodiff optimization
Sun, 26 Feb 2006 02:26:17 +0100 Alexis S. L. Carvalho speed up hg log --patch
Fri, 24 Feb 2006 20:25:18 +0100 Benoit Boissinot on revert, only undele files that are removed in the dirstate
Thu, 23 Feb 2006 22:47:40 +0100 Thomas Arendsen Hein Removed now obsolete min/max check in walkchangerevs().
Thu, 23 Feb 2006 22:37:29 +0100 Thomas Arendsen Hein Replaced fixed window size for walkchangerevs with an increasing one. Window
Tue, 21 Feb 2006 16:46:38 +0100 Benoit Boissinot merge with crew
Tue, 14 Feb 2006 21:11:57 +0100 Benoit Boissinot add an optional argument to push only the specified revisions (push -r)
Tue, 21 Feb 2006 15:54:50 +0100 Thomas Arendsen Hein hg log --limit shouldn't count unprinted revisions (found by TK Soh)
Tue, 21 Feb 2006 15:37:23 +0100 Thomas Arendsen Hein Cleanup: Put initialization of br in front of --branches option handling.
Tue, 21 Feb 2006 13:14:03 +0100 Thomas Arendsen Hein Make option --branch vs. --branches more consistent.
Tue, 21 Feb 2006 12:59:16 +0100 Thomas Arendsen Hein Add option -b/--branch to hg tip (as done for hg parents).
Tue, 21 Feb 2006 08:11:46 +0100 Benoit Boissinot merge with crew
Tue, 21 Feb 2006 00:45:02 +0100 Benoit Boissinot fix typo in debugrebuildstate
Mon, 20 Feb 2006 11:07:09 -0800 Vadim Gelfer merge with crew.
Mon, 20 Feb 2006 11:06:41 -0800 Vadim Gelfer add -l,--limit to log command.
Mon, 20 Feb 2006 19:04:56 +0100 Benoit Boissinot add 'debugrebuildstate' to rebuild the dirstate from a given revision
Mon, 20 Feb 2006 01:12:03 +0100 Benoit Boissinot use repo.lock when cloning via copy, use lock.LockException when necessary
Sun, 19 Feb 2006 19:43:03 +0100 Benoit Boissinot fix warnings from pychecker (unused variables and shadowing)
Sat, 18 Feb 2006 07:37:59 -0800 Robin Farine transitive copy/rename
Sat, 18 Feb 2006 06:50:22 +0100 Thomas Arendsen Hein Merge with upstream
Sat, 18 Feb 2006 05:40:08 +0100 Thomas Arendsen Hein Added help string for --daemon-pipefds
Fri, 17 Feb 2006 16:32:07 -0800 Vadim Gelfer stop read end of pipe from staying open forever in child process.
Fri, 17 Feb 2006 16:29:30 -0800 Vadim Gelfer add --daemon option to serve command. for issue 45.