log mercurial/cmdutil.py @ 8144:fca54469480e

age author description
Wed, 22 Apr 2009 17:15:59 +0200 Martin Geisler cmdutil: return boolean result directly in want function
Wed, 22 Apr 2009 01:39:47 +0200 Martin Geisler remove unnecessary outer parenthesis in if-statements
Mon, 06 Apr 2009 10:51:27 +0200 Dirkjan Ochtman cmdutil: prevent code repetition by abstraction in changeset_templater
Sat, 04 Apr 2009 17:55:52 +0200 Dirkjan Ochtman cmdutil: refactor handling of templating in show_changeset()
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Fri, 27 Mar 2009 17:35:00 +0100 Martin Geisler cmdutil: fix untranslatable string in copy
Mon, 23 Mar 2009 10:41:42 +0100 Alexander Solovyov templater: ability to display diffstat for log-like commands
Mon, 23 Mar 2009 13:15:57 +0100 Alexander Solovyov templater: use contexts consistently throughout changeset_templater
Sat, 28 Feb 2009 12:38:45 +0100 timeless help: miscellaneous language fixes
Mon, 16 Feb 2009 17:37:23 -0600 Matt Mackall log: ignore --removed if no files specified (issue1166)
Sat, 14 Feb 2009 22:40:39 +0100 Jim Correia add --git option to commands supporting --patch (log, incoming, history, tip)
Mon, 19 Jan 2009 12:38:54 +0200 Alexander Solovyov cmdutil.logmessage: options should be optional
Mon, 12 Jan 2009 11:39:38 -0600 Matt Mackall error: move UnknownCommand and AmbiguousCommand
Mon, 24 Nov 2008 17:16:39 -0800 Brendan Cully Improved error message for log --follow
Fri, 14 Nov 2008 13:59:25 +0100 Dirkjan Ochtman cmdutil: use change contexts for cset-printer and cset-templater