log mercurial/cmdutil.py @ 5483:0c43f87baba3 default tip

age author description
Sat, 27 Oct 2007 16:27:55 +0400 Maxim Dounin Fix file-changed-to-dir and dir-to-file commits (issue660). default tip
Mon, 27 Aug 2007 02:21:58 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho parseurl: also return the revision after the "#"; add a test
Wed, 15 Aug 2007 16:55:13 -0500 Matt Mackall dispatch: move command dispatching into its own module
Wed, 15 Aug 2007 16:10:36 -0500 Matt Mackall move parseurl from cmdutil to hg
Sat, 04 Aug 2007 22:27:52 +0200 Thomas Arendsen Hein merge with crew-stable
Sat, 04 Aug 2007 22:25:12 +0200 Thomas Arendsen Hein Simplify/correct finding the hg executable (fixes issue644)
Tue, 31 Jul 2007 16:28:05 -0700 Bryan O'Sullivan commands: move commit to cmdutil as wrapper for commit-like functions
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:09 -0500 Matt Mackall dirstate: add __contains__ and make __getitem__ more useful
Sat, 21 Jul 2007 17:36:45 +0200 Thomas Arendsen Hein Make [defaults] in .hg/hgrc work.
Wed, 11 Jul 2007 19:56:16 -0300 Alexis S. L. Carvalho archive: make the %r escape work.
Sun, 08 Jul 2007 12:52:08 +0200 Thomas Arendsen Hein hg log: Move filtering implicit parents to own method and use it in templater.
Sun, 08 Jul 2007 10:43:57 +0200 Thomas Arendsen Hein Strip whitespace from changeset description in changeset_templater.
Thu, 28 Jun 2007 16:03:45 +0200 Thomas Arendsen Hein Abort if earlygetopt fails to detect an option.
Thu, 28 Jun 2007 15:56:25 +0200 Thomas Arendsen Hein Simplified earlygetopt and made it remove parsed options and values.
Wed, 27 Jun 2007 20:37:33 +0200 Thomas Arendsen Hein Disallow short earlygetop option combined with other short options
Tue, 26 Jun 2007 18:35:31 +0200 Thomas Arendsen Hein Fix earlygetop for short options with unnecessary spaces removed
Mon, 25 Jun 2007 22:41:15 +0200 Thomas Arendsen Hein New config option: ui.report_untrusted (defaults to True)
Mon, 25 Jun 2007 22:08:10 +0200 Thomas Arendsen Hein Make earlygetopt return a list of all option values, use the last value.
Mon, 25 Jun 2007 11:29:17 -0700 Benoit Boissinot Make changeset_printer respect ui diffopts
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.
Thu, 21 Jun 2007 13:09:01 -0500 Matt Mackall identify: take a path to a remote repo
Thu, 21 Jun 2007 13:09:00 -0500 Matt Mackall dispatch: parse local hgrc for paths
Thu, 21 Jun 2007 11:54:16 -0500 Matt Mackall identify: work with remote repos
Wed, 20 Jun 2007 20:13:31 -0700 Brendan Cully Fix dispatch error message when not in a repo
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Mon, 18 Jun 2007 21:30:27 -0500 Matt Mackall dispatch: report failed imports nicely
Mon, 18 Jun 2007 17:49:56 -0500 Matt Mackall dispatch: add generic pre- and post-command hooks
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dispatch: fix handling of incorrect number of arguments
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall encoding: pull fallbackencoding out of localrepo into early parsing
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall extensions: kill ui readhooks
Sun, 17 Jun 2007 20:35:32 +0200 Patrick Mezard cmdutil: add missing "time" import.
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho addremove: use util.lexists
Tue, 12 Jun 2007 13:21:42 -0700 Brendan Cully dispatch: restore a dropped shlex import
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: accept an abbreviation of --repository
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: move findrepo to cmdutil
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall localrepo: don't search from path
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: use the repo path found by early parsing
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: parse and apply -R early
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: parse and apply cwd opt early
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: rename variables after code motion
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: hoist debugging hook to runcatch
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
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 addremove.
Fri, 01 Jun 2007 18:40:14 -0500 Matt Mackall Add support for url#id syntax
Fri, 01 Jun 2007 16:00:40 +0200 Thomas Arendsen Hein addremove: comparing two empty files caused ZeroDivisionError
Fri, 27 Apr 2007 21:30:55 -0700 Bryan O'Sullivan Refactor commands.serve to allow other commands to run as services.
Mon, 16 Apr 2007 13:31:15 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 16 Apr 2007 13:00:23 -0300 Alexis S. L. Carvalho command line templates: add formatnode filter
Mon, 16 Apr 2007 13:00:23 -0300 Alexis S. L. Carvalho fix 'hg <not-log> -v --template foo' with revisions without copies
Fri, 16 Mar 2007 00:45:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 16 Mar 2007 00:22:57 -0300 Alexis S. L. Carvalho pass repo.root to util.pathto() in preparation for the next patch
Wed, 14 Mar 2007 01:26:09 -0500 Matt Mackall Merge with -stable, fix small test failure
Tue, 13 Mar 2007 15:02:33 -0300 Alexis S. L. Carvalho "default" is the default branch name
Sat, 10 Mar 2007 23:21:33 -0300 Alexis S. L. Carvalho Merge a bunch of matcher and locate fixes.