log mercurial/commands.py @ 5067:3d35c8cb5eb4

age author description
Sat, 04 Aug 2007 22:25:12 +0200 Thomas Arendsen Hein Simplify/correct finding the hg executable (fixes issue644)
Sat, 04 Aug 2007 09:48:21 +0200 Thomas Arendsen Hein merge with crew-stable
Tue, 10 Jul 2007 10:06:24 -0700 Brendan Cully archive: abort on empty repository. Fixes #624.
Thu, 02 Aug 2007 01:56:08 -0300 Alexis S. L. Carvalho del transaction before lock before wlock
Tue, 31 Jul 2007 16:28:05 -0700 Bryan O'Sullivan commands: move commit to cmdutil as wrapper for commit-like functions
Sun, 22 Jul 2007 09:45:18 +0200 Thomas Arendsen Hein merge with crew-stable
Sat, 21 Jul 2007 19:07:18 -0700 Bryan O'Sullivan addremove: print meaningful error message if --similar not numeric
Sat, 21 Jul 2007 16:44:38 -0500 Matt Mackall Merge with crew
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Make repo locks recursive, eliminate all passing of lock/wlock
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Use try/finally pattern to cleanup locks and transactions
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall repo locks: use True/False
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add __contains__ and make __getitem__ more useful
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: break update into separate functions
Fri, 20 Jul 2007 09:31:32 +0200 Benoit Boissinot fix unused variables reported by pychecker
Thu, 19 Jul 2007 19:48:24 -0300 Alexis S. L. Carvalho merge with crew-stable
Thu, 19 Jul 2007 19:43:25 -0300 Alexis S. L. Carvalho help: avoid traceback if an extension has only debug commands
Thu, 19 Jul 2007 07:28:27 +0200 Thomas Arendsen Hein merge with crew-stable
Wed, 18 Jul 2007 14:00:55 -0700 Bryan O'Sullivan Simplify update.
Wed, 18 Jul 2007 13:56:08 -0700 Bryan O'Sullivan Better fix for issue 622 than we had in c4dd58af0fc8.
Wed, 18 Jul 2007 14:00:55 -0700 Bryan O'Sullivan Simplify update.
Wed, 18 Jul 2007 13:56:08 -0700 Bryan O'Sullivan Better fix for issue 622 than we had in c4dd58af0fc8.
Wed, 18 Jul 2007 16:46:01 +0200 Thomas Arendsen Hein merge with crew-stable
Mon, 16 Jul 2007 18:01:20 -0700 Bryan O'Sullivan issue 622: pull/unbundle -u updates to default branch if repo was empty
Tue, 17 Jul 2007 09:28:01 -0300 Alexis S. L. Carvalho merge with crew-stable
Tue, 17 Jul 2007 09:08:29 -0300 Alexis S. L. Carvalho hg parents: don't pass an OS-specific path to repo.filectx
Mon, 16 Jul 2007 18:01:20 -0700 Bryan O'Sullivan issue 622: pull/unbundle -u updates to default branch if repo was empty
Sat, 14 Jul 2007 13:34:40 -0500 Matt Mackall Merge with -stable
Mon, 09 Jul 2007 17:41:14 +0300 Giorgos Keramidas hg grep: handle re.compile errors & update tests/test-grep
Wed, 11 Jul 2007 20:15:03 -0300 Alexis S. L. Carvalho merge with crew-stable
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho serve: respect settings from .hg/hgrc
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho improve warning for hg add foo; hg mv foo bar
Tue, 10 Jul 2007 10:06:24 -0700 Brendan Cully archive: abort on empty repository. Fixes #624.
Mon, 09 Jul 2007 22:12:28 -0700 Brendan Cully Add SSL support to hg serve, activated via --certificate option
Sun, 08 Jul 2007 19:59:02 +0200 Thomas Arendsen Hein Add --line-number option to hg annotate (issue506)
Sat, 07 Jul 2007 20:52:31 +0200 Thomas Arendsen Hein Use a prefix for debuginstall tempfiles.
Thu, 05 Jul 2007 15:37:23 -0500 Matt Mackall extensions: untangle some recursive dependencies
Thu, 05 Jul 2007 19:13:08 +0200 Patrick Mezard Fix issue589 wording problem
Wed, 04 Jul 2007 09:20:56 +0200 Thomas Arendsen Hein Fixed calling the merge script and reporting errors in debuginstall (issue617)
Tue, 03 Jul 2007 03:06:40 -0300 Alexis S. L. Carvalho Make hg add foo; hg mv foo bar work.
Thu, 28 Jun 2007 21:16:25 -0700 Brendan Cully Handle extensions with defined but empty cmdtable
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Tue, 26 Jun 2007 15:28:17 +0200 Thomas Arendsen Hein Fix and test 'hg backout' without or with too many revisions.
Mon, 25 Jun 2007 12:44:48 -0500 Matt Mackall backout: report short hash in commit message
Sun, 24 Jun 2007 10:08:38 -0500 Giorgos Keramidas unbundle: accept multiple file arguments
Sun, 24 Jun 2007 09:47:54 -0500 Matt Mackall cat: return an error on failure
Sat, 23 Jun 2007 22:25:11 -0500 paul sorenson Command in doc comment is now on a single line, fixed
Sat, 23 Jun 2007 20:21:10 +0200 Thomas Arendsen Hein Remember path to 'hg' executable and pass to external tools and hooks as $HG.
Fri, 22 Jun 2007 17:29:49 -0500 Matt Mackall rollback: update help for issue316
Thu, 21 Jun 2007 18:05:14 -0500 Matt Mackall Merge with Eric Hopper
Thu, 21 Jun 2007 10:40:09 -0700 Eric Hopper Change branches to sort 'active' branches first, and add an option to show only active branches.
Thu, 21 Jun 2007 22:19:41 +0200 Patrick Mezard Merge with crew
Thu, 21 Jun 2007 21:58:18 +0200 Marcos Chaves Handle CTRL+C in serve under Windows.
Thu, 21 Jun 2007 13:09:01 -0500 Matt Mackall identify: take a path to a remote repo
Thu, 21 Jun 2007 11:54:16 -0500 Matt Mackall identify: work with remote repos
Thu, 21 Jun 2007 11:54:13 -0500 Matt Mackall identify: add support for output flags
Thu, 21 Jun 2007 11:54:11 -0500 Matt Mackall identify: accept a revision argument
Thu, 21 Jun 2007 11:42:39 -0500 Matt Mackall identify: use contexts
Thu, 21 Jun 2007 11:42:39 -0500 Matt Mackall identify: show nullid for empty repo
Thu, 21 Jun 2007 09:25:49 +0200 Thomas Arendsen Hein Kill trailing spaces
Fri, 15 Jun 2007 14:48:21 -0500 TK Soh tag: abort when trying to remove nonexistent tags
Wed, 20 Jun 2007 17:53:11 -0700 Brendan Cully Small fixes for 8e503fa54d2d (hg heads branch)
Tue, 19 Jun 2007 08:37:43 -0700 Eric Hopper Add option to heads to show only heads for current branch.
Tue, 19 Jun 2007 17:03:31 +0200 Patrick Mezard Fix read mode when importing patch.
Wed, 20 Jun 2007 00:22:51 +0200 Patrick Mezard Merge with crew-stable
Wed, 20 Jun 2007 00:09:30 +0200 Patrick Mezard Fix debugrename --rev option
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: hide internal vars
Mon, 18 Jun 2007 10:44:43 -0700 Brendan Cully Notify the user that hg branch does not create a branch until commit
Sun, 17 Jun 2007 14:11:30 +0200 Thomas Arendsen Hein Make --import-branch option actually work (- is translated to _)
Thu, 14 Jun 2007 09:01:51 -0700 Eric Hopper Add --import-branch option to hg import to pull in branch information without --exact
Thu, 14 Jun 2007 13:32:35 -0700 Brendan Cully Merge with stable
Thu, 14 Jun 2007 10:58:49 -0700 Brendan Cully Make parents with a file but not a revision use working directory revision.
Thu, 14 Jun 2007 10:58:49 -0700 Brendan Cully Make parents with a file but not a revision use working directory revision.
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho commands.remove: don't use the unknown list
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho commands.commit: don't use the unknown list
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho revert: use util.lexists
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho commands.commit: symlinks are supported
Tue, 12 Jun 2007 17:39:57 +0200 Thomas Arendsen Hein Revive commands.dispatch as a simple way to call hg from other pythons scripts.
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: move dispatching code to cmdutil
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: move runcommand to cmdutil
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: pull final command execution into its own function
Mon, 11 Jun 2007 21:09:23 -0500 Matt Mackall dispatch: reduce nesting by moving parsing exceptions
Mon, 11 Jun 2007 21:09:23 -0500 Matt Mackall dispatch: move signal and exception handling to its own function
Mon, 11 Jun 2007 21:09:23 -0500 Matt Mackall Create a separate module for managing extensions
Mon, 11 Jun 2007 21:09:23 -0500 Matt Mackall extensions: separate function for loading single extensions
Mon, 11 Jun 2007 21:09:23 -0500 Matt Mackall dispatch: reorder functions
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho docopy: use repo.pathto to format paths for printing
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Add dirstate.pathto and localrepo.pathto.
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Use absolute paths in revert.
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Use absolute paths in docopy.
Wed, 06 Jun 2007 20:22:52 +0200 Thomas Arendsen Hein Removed trailing whitespace and tabs from python files
Mon, 04 Jun 2007 21:49:01 +0200 Joel Rosdahl Fix bug in "hg serve -v"
Sat, 02 Jun 2007 09:04:23 -0700 Bryan O'Sullivan Merge with crew.
Sun, 27 May 2007 14:43:29 -0700 Bryan O'Sullivan Automated merge with http://hg.intevation.org/mercurial/crew
Sun, 27 May 2007 14:26:54 -0700 Bryan O'Sullivan Introduce find_exe. Use instead of find_in_path for programs.
Fri, 01 Jun 2007 18:40:14 -0500 Matt Mackall Add support for url#id syntax
Fri, 01 Jun 2007 19:49:09 +0200 Thomas Arendsen Hein merge with stable
Fri, 01 Jun 2007 19:45:05 +0200 Thomas Arendsen Hein Make "hg incoming -r revision_number" work for remote repos (issue566)
Thu, 17 May 2007 13:55:24 -0400 Daniel Holth accept -r REV in more places
Thu, 17 May 2007 20:09:52 -0700 Eric Hopper Make hg import --exact work when a new branch is created by an import.
Thu, 17 May 2007 20:09:47 -0700 Eric Hopper Add ability to parse branch information to hg import
Thu, 17 May 2007 09:29:30 -0700 Eric Hopper Fix hg import --exact bug that hangs hg on failure.
Sat, 12 May 2007 21:09:31 +0200 Patrick Mezard Add ui.patch option.
Mon, 30 Apr 2007 09:32:44 -0700 Brendan Cully Also restore old rm -A behavior for inexact patterns
Mon, 30 Apr 2007 09:13:27 -0700 Brendan Cully Fix rm -A with no patterns, which I just broke.
Mon, 30 Apr 2007 08:51:59 -0700 Brendan Cully Make rm --after simply mark files as removed, unless --force is also given
Sat, 28 Apr 2007 11:53:36 +0200 Patrick Mezard Use patch.patch() when checking for patch availability.
Sat, 28 Apr 2007 09:03:47 -0700 Brendan Cully Merge with crew
Sat, 28 Apr 2007 16:28:54 +0200 Joel Rosdahl Fix bad reference to RepoError in import command
Fri, 27 Apr 2007 21:30:55 -0700 Bryan O'Sullivan Refactor commands.serve to allow other commands to run as services.
Tue, 24 Apr 2007 18:43:18 -0700 Brendan Cully Make copy --after work for files that have been hg added.
Sat, 07 Apr 2007 04:45:27 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Thu, 29 Mar 2007 10:25:19 -0500 TK Soh help: log --keyword is case-insensitive
Thu, 29 Mar 2007 09:28:10 -0500 TK Soh log: expand keyword search to full list of files
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output
Wed, 04 Apr 2007 04:22:08 -0300 Alexis S. L. Carvalho Merge last few matcher/locate fixes.
Wed, 04 Apr 2007 04:22:06 -0300 Alexis S. L. Carvalho locate: don't print "file not found" messages.
Sat, 24 Mar 2007 02:57:27 -0500 Matt Mackall Merge with crew
Sat, 24 Mar 2007 02:45:08 -0500 Matt Mackall Merge with -stable
Fri, 23 Mar 2007 00:12:28 -0500 Matt Mackall tags: require -f to replace an existing tag