log mercurial/commands.py @ 1589:fce5292866c6

age author description
Fri, 16 Dec 2005 00:12:00 -0600 Benoit Boissinot fix a bug in hg export --switch-parent
Thu, 15 Dec 2005 15:39:20 +0100 Thomas Arendsen Hein Merge with upstream.
Tue, 06 Dec 2005 14:10:38 +0100 Benoit Boissinot fix the cat command
Wed, 14 Dec 2005 22:19:03 -0600 Benoit Boissinot abort when merging two heads and repository has local changes
Wed, 14 Dec 2005 21:01:57 -0600 Benoit Boissinot add a --switch-parent option to export against the other parent
Wed, 14 Dec 2005 20:53:45 -0600 Benoit Boissinot hg log -p should show file deletions
Thu, 01 Dec 2005 10:51:45 -0600 Benoit Boissinot make all commands be repo-wide by default
Thu, 01 Dec 2005 10:51:33 -0600 TK Soh make command defaults works for aliases
Thu, 01 Dec 2005 10:48:35 -0600 Robin Farine fix rename --after
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.
Wed, 23 Nov 2005 18:36:44 +0100 Thomas Arendsen Hein Updated help text for 'hg log'.
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
Tue, 15 Nov 2005 20:35:10 +0100 TK Soh close .hg/hgrc after writing the default values on clone
Mon, 14 Nov 2005 16:10:59 +0100 Benoit Boissinot fix errors found by pychecker
Mon, 14 Nov 2005 15:09:34 +0100 Thomas Arendsen Hein Merge with Thomas Waldmann
Mon, 14 Nov 2005 03:59:35 +0200 twaldmann fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
Sun, 13 Nov 2005 02:08:39 +0100 Thomas Arendsen Hein Merge with upstream
Thu, 10 Nov 2005 16:16:28 +0100 Thomas Arendsen Hein Catch the exception raised with 'hg help <somethingambiguous>'.
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: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 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: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
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 00:43:05 -0800 Benoit Boissinot remove the deprecated --text (t) option to rawcommit and tag
Wed, 02 Nov 2005 16:13:34 -0800 Benoit Boissinot minor doc fix
Mon, 31 Oct 2005 09:57:54 -0800 Soh Tk-r28629 Fix traceback on bad system hgrc files
Thu, 27 Oct 2005 13:49:15 -0700 Matt Mackall Elevate parents to a "common" command in help
Thu, 27 Oct 2005 13:31:12 -0700 Benoit Boissinot make revert use standard matcher
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
Wed, 12 Oct 2005 11:32:51 -0700 Eric Hopper Stupid spelling mistake in a variable name.
Tue, 11 Oct 2005 08:39:21 -0700 Eric Hopper Implementing pull -r and changing clone -r. Both now support
Fri, 07 Oct 2005 19:51:09 -0700 Eric Hopper Implementing clone -r, which clones all changesets needed to reach a
Fri, 07 Oct 2005 10:48:27 -0700 Eric Hopper This implements the nodesbetween method, and it removes the newer method
Wed, 26 Oct 2005 16:32:50 -0700 Matt Mackall Remove copy/rename --parents option
Wed, 26 Oct 2005 16:24:10 -0700 Robin Farine [PATCH] copy/rename a directory
Wed, 26 Oct 2005 16:10:36 -0700 TK Soh get command defaults from hgrc
Tue, 25 Oct 2005 15:51:28 -0700 Benoit Boissinot revert added and removed files to their normal state before reverting
Tue, 25 Oct 2005 14:55:39 -0700 Benoit Boissinot fix for cloning empty repo (.hg is still empty)
Mon, 24 Oct 2005 20:42:20 -0700 Matt Mackall Remove deprecated commit -t option
Mon, 24 Oct 2005 17:41:45 -0700 tonfa Fix relative pull in a subdir
Mon, 24 Oct 2005 16:59:31 -0700 Michal Kvasnica allow 'hg out' / 'hg in' to show newest commit first
Mon, 24 Oct 2005 15:52:28 -0700 Benoit Boissinot import docstring from doc/hg.1.txt
Mon, 24 Oct 2005 15:37:45 -0700 Benoit Boissinot add --only-merges (-m) log
Mon, 24 Oct 2005 15:37:20 -0700 Benoit Boissinot add --no-merges (-M) for log, outgoing, incoming
Mon, 24 Oct 2005 14:55:20 -0700 Matt Mackall Calling flush is unnecessary with bz2 decompressors and may not even exist.
Mon, 24 Oct 2005 14:53:12 -0700 Benoit Boissinot [issue21] cannot debug extension
Mon, 24 Oct 2005 14:34:48 -0700 olivier maquelin Avoid insertion/deletion of CRs on stdio during hg serve
Wed, 19 Oct 2005 00:10:52 -0700 Benoit Boissinot refactor some unlink/remove code and make sure we prune empty dir
Wed, 19 Oct 2005 00:02:41 -0700 Benoit Boissinot Do not use 'glob' expansion by default on OS != 'nt'
Tue, 18 Oct 2005 20:06:13 -0700 TK Soh log: speedup keyword search when used with --branch
Tue, 18 Oct 2005 20:06:05 -0700 TK Soh log: make keyword search truly case-insensitive
Tue, 18 Oct 2005 18:38:39 -0700 Benoit Boissinot i18n part2: use '_' for all strings who are part of the user interface
Tue, 18 Oct 2005 18:37:48 -0700 Benoit Boissinot i18n first part: make '_' available for files who need it
Tue, 18 Oct 2005 00:43:33 -0700 Matt Mackall Add debugsetparents command
Sat, 15 Oct 2005 15:04:22 -0700 Matt Mackall Borrow patch header detection heuristic from quilt
Tue, 04 Oct 2005 17:34:02 -0700 TK Soh log --debug: fix misplaced manifest field
Tue, 04 Oct 2005 12:24:59 -0700 Eric Hopper Fix an hg copy/move bug. Failed if file being copied or moved not in tip.
Mon, 03 Oct 2005 14:43:11 -0700 Eric Hopper Fix hg unbundle chunking performance bug
Mon, 03 Oct 2005 13:45:59 -0700 Matt Mackall hg log: add -k for keyword searching
Fri, 30 Sep 2005 11:06:19 -0700 Eric Hopper Fixed an exception that was caught and improperly forgotten.
Tue, 27 Sep 2005 14:58:48 -0700 Eric Hopper Made the abort message for IOError nicer when the filename is known.
Mon, 26 Sep 2005 14:01:18 -0700 Matt Mackall Fix pipe error regression
Fri, 23 Sep 2005 19:04:19 -0700 mpm Warn on failure to import an extension
Fri, 23 Sep 2005 17:50:03 -0700 mpm Fix up some bugs for log and grep with empty repo
Fri, 23 Sep 2005 10:31:00 -0700 Bryan O'Sullivan Write hgrc file in text mode, even on Windows.
Fri, 23 Sep 2005 00:05:16 -0700 Bryan O'Sullivan Move urllib error handling from revlog into statichttprepo, where it belongs.
Thu, 22 Sep 2005 23:19:47 -0700 Bryan O'Sullivan Clean up date and timezone handling.
Thu, 22 Sep 2005 22:46:50 -0700 Bryan O'Sullivan Fix up representation of dates in hgweb.
Thu, 22 Sep 2005 21:42:33 -0700 Bryan O'Sullivan Fix behaviour of commit.
Thu, 22 Sep 2005 21:29:02 -0700 Bryan O'Sullivan Unify display of dates.
Thu, 22 Sep 2005 21:15:57 -0700 Bryan O'Sullivan Print commit time/date from perspective of committer.
Thu, 22 Sep 2005 09:47:27 -0700 Lee Cantey Fix setting of hg default when using --pull on clone of local repository.
Thu, 22 Sep 2005 09:47:03 -0700 mpm Fix default clone destination
Thu, 22 Sep 2005 09:42:15 -0700 Anupam Kapoor Fix traceback during invalid rev identifier for debugdata
Thu, 22 Sep 2005 09:41:34 -0700 mpm Merge with TAH
Wed, 21 Sep 2005 08:07:38 +0200 Thomas Arendsen Hein Make debugwalk strip trailing spaces and remove these from test-walk.out
Thu, 22 Sep 2005 09:39:05 -0700 mpm Merge with BOS
Wed, 21 Sep 2005 14:22:16 -0700 Bryan O'Sullivan Make contract with extensions optional.
Thu, 22 Sep 2005 09:22:25 -0700 mpm Make incoming/outgoing show oldest first
Tue, 20 Sep 2005 21:35:51 -0700 Volker Kleinfeld Make 'hg import' platform independent.
Tue, 20 Sep 2005 11:20:48 -0700 Bryan O'Sullivan Add --pull option to clone.
Fri, 16 Sep 2005 14:50:06 -0700 Bryan O'Sullivan Fix diff command so it doesn't walk the dirstate unnecessarily.
Fri, 16 Sep 2005 10:42:20 -0700 mpm Add debugancestor command
Thu, 15 Sep 2005 00:04:29 -0700 Bryan O'Sullivan Clamp negative rev numbers at zero.
Wed, 14 Sep 2005 22:32:12 -0700 Bryan O'Sullivan Get all commands that operate on files to honour --verbose and --quiet.
Wed, 14 Sep 2005 21:57:41 -0700 Bryan O'Sullivan Switch cat command to use walk code.
Wed, 14 Sep 2005 16:34:22 -0700 Bryan O'Sullivan Add rename/mv command.
Wed, 14 Sep 2005 14:39:46 -0700 Bryan O'Sullivan Merge with MPM.
Wed, 14 Sep 2005 14:29:02 -0700 Bryan O'Sullivan Fix up copy command to behave more like regular "cp".
Wed, 14 Sep 2005 10:50:03 -0700 Bryan O'Sullivan Make remove command really unlink files.
Wed, 14 Sep 2005 15:48:34 -0500 mpm clone: fall back to pull if we can't lock the source repo
Wed, 14 Sep 2005 12:35:10 -0500 Mikael Berthe Fix hg cat when the file cannot be found in the specified revision
Wed, 14 Sep 2005 12:22:20 -0500 Stephen Darnell Add support for cloning with hardlinks on windows.
Tue, 13 Sep 2005 19:32:53 -0500 mason Add log -b to show the branch a specific revision lives in
Tue, 13 Sep 2005 14:18:18 -0500 mpm Fix abort message for clone
Fri, 09 Sep 2005 11:47:13 -0700 mpm Fix comment typo
Fri, 09 Sep 2005 11:34:34 -0700 Bryan O'Sullivan Replace sequences of {ui.warn, return 1} with raise of util.Abort.
Thu, 08 Sep 2005 17:09:31 -0700 mpm Add --debugger global option
Thu, 08 Sep 2005 12:16:31 -0700 mpm Fix missing docstring for unbundle
Thu, 08 Sep 2005 12:10:59 -0700 TK Soh clone: directory names take precedence over symbolic names
Thu, 08 Sep 2005 12:10:43 -0700 mpm import: fix bug in mail-format detection
Thu, 08 Sep 2005 01:27:25 -0700 mpm Add preliminary support for the bundle and unbundle commands
Wed, 07 Sep 2005 23:57:59 -0700 mpm Add reporting instructions to unknown exception backtraces
Wed, 07 Sep 2005 23:38:28 -0700 mpm Smarter handling of revlog key errors