log mercurial/cmdutil.py @ 4192:492d0d5b6976

age author description
Sat, 10 Mar 2007 23:00:59 -0300 Alexis S. L. Carvalho remove unused "head" hack from util._matcher
Sat, 10 Mar 2007 23:00:57 -0300 Alexis S. L. Carvalho change locate to use relglobs by default
Sat, 10 Mar 2007 23:00:46 -0300 Alexis S. L. Carvalho Leave normalization of patterns to util._matcher
Fri, 05 Jan 2007 21:28:49 +0200 Giorgos Keramidas Fix addremove for symlinks to non-existent files
Sun, 18 Feb 2007 20:39:25 +0100 Erling Ellingsen Avoid some false positives for addremove -s
Tue, 30 Jan 2007 19:36:56 -0200 Alexis S. L. Carvalho Merge with crew-stable
Tue, 30 Jan 2007 18:32:20 -0200 Alexis S. L. Carvalho docopy: deal with globs on windows in a better way
Tue, 26 Dec 2006 03:12:51 +0100 Benoit Boissinot cmdutil.py: use contexts in findrenames
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 12 Dec 2006 18:16:23 -0600 Matt Mackall Remove deprecated old-style branch support
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
Fri, 27 Oct 2006 00:38:42 -0500 Matt Mackall convert dict(zip(x,x)) to dict.fromkeys(x)
Thu, 26 Oct 2006 18:43:57 -0500 Matt Mackall kill makewalk function
Thu, 26 Oct 2006 17:27:07 -0500 Matt Mackall Make revrange return a list of ints so that callers don't have to convert
Thu, 26 Oct 2006 17:15:55 -0500 Matt Mackall simplify revrange and revpair
Thu, 26 Oct 2006 14:09:15 -0500 Matt Mackall lookup(str(x)) -> lookup(x)
Thu, 14 Sep 2006 11:19:35 -0700 Brendan Cully Move revision parsing into cmdutil.
Fri, 08 Sep 2006 09:36:18 +0200 Thomas Arendsen Hein Never apply string formatting to generated errors with util.Abort.
Fri, 18 Aug 2006 22:13:58 -0700 Vadim Gelfer addremove: add -s/--similarity option
Fri, 18 Aug 2006 21:18:01 -0700 Vadim Gelfer fix comment.
Sun, 13 Aug 2006 17:03:33 -0700 Vadim Gelfer cmdutil.matchpats: allow include/exclude to be optional.
Sun, 13 Aug 2006 17:03:03 -0700 Vadim Gelfer add default values to arguments of walk etc.
Sun, 13 Aug 2006 16:57:45 -0700 Vadim Gelfer move commands.addremove_lock to cmdutil.addremove
Sun, 13 Aug 2006 16:11:22 -0700 Vadim Gelfer move walk and matchpats from commands to cmdutil.
Sat, 12 Aug 2006 16:13:27 -0700 Vadim Gelfer refactor text diff/patch code.