log mercurial/cmdutil.py @ 5077:487659a90497

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