log mercurial/cmdutil.py @ 3841:aaeb7f5d1052

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