log hgext/keyword.py @ 8638:c6483eec6092

age author description
Tue, 26 May 2009 23:09:38 +0200 Christian Ebert keyword: rename matcher() to match() mimicking changes in main
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: add some default args
Sun, 24 May 2009 02:56:14 -0500 Matt Mackall match: change all users of util.matcher to match.match
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall commit: move commit editor to cmdutil, pass as function
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall commit: drop unused p1 and p2 args
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt switch lock releasing in the extensions from gc to explicit
Tue, 21 Apr 2009 09:56:07 +0100 Christian Ebert keyword: set overwrite message only once, not for each file
Mon, 20 Apr 2009 21:16:13 -0300 Wagner Bruna keyword, i18n: avoid untranslated strings as message parameters
Tue, 07 Apr 2009 22:58:05 +0200 Martin Geisler expand "repo" to "repository" in help texts
Sat, 04 Apr 2009 23:17:53 +0200 Martin Geisler keyword: word-wrap help texts at 70 characters
Tue, 17 Mar 2009 13:43:11 -0500 Matt Mackall bundlerepo: reintroduce dirstate
Sat, 14 Feb 2009 22:40:39 +0100 Jim Correia add --git option to commands supporting --patch (log, incoming, history, tip)
Tue, 16 Dec 2008 09:58:41 +0100 Christian Ebert keyword: simplify repo.local and bundle check (as in 2f4a399a8787)
Tue, 25 Nov 2008 16:30:40 +0100 Christian Ebert keyword: do not shadow builtin format (detected by pychecker)
Wed, 19 Nov 2008 13:27:57 +0100 Patrick Mezard patch: pass an opener to patchfile
Fri, 14 Nov 2008 22:29:03 +0100 Christian Ebert keyword: move common code out of commit condition
Fri, 14 Nov 2008 19:10:09 +0100 Dirkjan Ochtman keyword: be more efficient about ctx usage
Fri, 14 Nov 2008 13:59:25 +0100 Dirkjan Ochtman cmdutil: use change contexts for cset-printer and cset-templater
Mon, 03 Nov 2008 16:48:23 +0100 Dirkjan Ochtman patch: turn patch.diff() into a generator
Wed, 22 Oct 2008 17:34:52 -0500 Matt Mackall extensions: use new wrapper functions
Fri, 22 Aug 2008 08:26:18 +0200 Christian Ebert keyword: avoid additional conflicts during merge/resolve
Thu, 07 Aug 2008 09:53:57 +0200 Christian Ebert keyword: add verify to nokwcommands after refactor in e79a8f36c2a5
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Fri, 27 Jun 2008 13:43:29 -0500 Matt Mackall status: clean up all users for unknown files
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall repo.status: eliminate list_
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall manifest: remove execf/linkf methods
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx