log mercurial/cmdutil.py @ 4635:63b9d2deed48

age author description
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.
Sat, 10 Mar 2007 23:00:59 -0300 Alexis S. L. Carvalho remove unused "head" hack from util._matcher
Sat, 10 Mar 2007 23:00:57 -0300 Alexis S. L. Carvalho change locate to use relglobs by default
Sat, 10 Mar 2007 23:00:46 -0300 Alexis S. L. Carvalho Leave normalization of patterns to util._matcher
Fri, 05 Jan 2007 21:28:49 +0200 Giorgos Keramidas Fix addremove for symlinks to non-existent files
Sun, 18 Feb 2007 20:39:25 +0100 Erling Ellingsen Avoid some false positives for addremove -s
Tue, 30 Jan 2007 19:36:56 -0200 Alexis S. L. Carvalho Merge with crew-stable
Tue, 30 Jan 2007 18:32:20 -0200 Alexis S. L. Carvalho docopy: deal with globs on windows in a better way
Tue, 26 Dec 2006 03:12:51 +0100 Benoit Boissinot cmdutil.py: use contexts in findrenames
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 12 Dec 2006 18:16:23 -0600 Matt Mackall Remove deprecated old-style branch support
Sat, 09 Dec 2006 09:30:29 +0100 Thomas Arendsen Hein Use util.always instead of creating a new lambda function in show_changeset
Fri, 08 Dec 2006 20:44:58 -0600 Matt Mackall Fix log regression where log -p file showed diffs for other files
Fri, 08 Dec 2006 01:36:50 -0200 Alexis S. L. Carvalho log: convert branch names to the local encoding
Thu, 07 Dec 2006 14:15:11 -0200 Alexis S. L. Carvalho fix hg diff -r ''
Wed, 06 Dec 2006 17:58:09 -0600 Matt Mackall Add --date support to update and revert
Fri, 01 Dec 2006 01:28:19 -0600 Matt Mackall use ui buffering in changeset printer
Mon, 27 Nov 2006 22:56:26 -0200 Alexis S. L. Carvalho fix hg log -r ''
Wed, 22 Nov 2006 23:02:28 +0100 Thomas Arendsen Hein Removed unused ui parameter from revpair/revrange and fix its users.
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall add log --removed
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move walkchangerevs to cmdutils
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall Consolidate brinfo handling
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall changeset templater: convert some unnecessary yields to returns
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall Refactor log ui buffering and patch display
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templates: move changeset templating bits to cmdutils
Fri, 27 Oct 2006 00:38:42 -0500 Matt Mackall convert dict(zip(x,x)) to dict.fromkeys(x)