log mercurial/cmdutil.py @ 4630:e6d105a51ec7

age author description
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.