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.