hgext/keyword.py
Wed, 17 Feb 2010 15:43:21 +0100 Sune Foldager run commit and update hooks after command completion (issue1827) stable
Thu, 04 Feb 2010 20:58:42 +0000 Christian Ebert keyword: fix utcdate filter
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Wed, 23 Dec 2009 18:04:57 +0100 Martin Geisler Merge with stable
Wed, 23 Dec 2009 12:04:17 +0000 Christian Ebert keyword: go into restricted mode when transplanting stable
Wed, 23 Dec 2009 12:04:04 +0000 Christian Ebert keyword: do not monkeypatch diff when in restricted mode stable
Fri, 27 Nov 2009 18:26:25 +0000 timeless keyword: clarify object of backwards compatibility
Thu, 26 Nov 2009 10:51:17 +0100 Christian Ebert keyword: the CVS keyword is $RCSfile$, not $RCSFile$ stable
Thu, 26 Nov 2009 20:50:16 +0100 Martin Geisler keyword: sort demo output to ensure deterministic output stable
Thu, 01 Oct 2009 00:00:18 +0200 Christian Ebert keyword: uppercase short option for kwfiles --all, like hg status -A
Wed, 30 Sep 2009 23:59:03 +0200 Christian Ebert keyword: make kwfiles -u show untracked files only (like status)
Wed, 30 Sep 2009 23:59:03 +0200 Christian Ebert keyword: make kwfiles --all show unknown files too
Wed, 30 Sep 2009 22:39:56 +0200 Christian Ebert keyword: kwfiles --unknown instead of --untracked
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Wed, 05 Aug 2009 17:20:47 +0200 Christian Ebert keyword: use util.datestr for utcdate filter, expose through variable
Wed, 05 Aug 2009 17:20:47 +0200 Christian Ebert keyword: reference templating help, add utcdate filter example
Wed, 29 Jul 2009 09:28:45 +0200 Christian Ebert keyword: update copyright
Sun, 26 Jul 2009 10:45:35 +0100 Christian Ebert keyword: refactor kwdemo and make output translatable
Sun, 26 Jul 2009 01:53:06 +0200 Martin Geisler keyword: wrap docstrings at 70 characters
Thu, 23 Jul 2009 20:44:26 +0200 Dirkjan Ochtman merge with crew-stable
Wed, 22 Jul 2009 08:28:30 +0100 Christian Ebert keyword: reformat kwfiles help for minirst parser
Wed, 22 Jul 2009 19:12:34 +0100 Christian Ebert keyword: argument to "kwdemo --rcfile" must be string (bugfix) 1.3.1
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler commands: use minirst parser when displaying help
Thu, 09 Jul 2009 22:52:39 +0200 Martin Geisler keyword: use all caps for 'note:' in help string
Thu, 09 Jul 2009 19:49:02 -0500 Matt Mackall Merge with stable
Thu, 09 Jul 2009 11:59:12 +0200 Christian Ebert keyword: eliminate potential reference cycles from kwrepo
Tue, 07 Jul 2009 23:30:53 +0200 Christian Ebert keyword: collect kwmaps using a generator expression
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler keyword: wrapped docstrings at 78 characters
Sat, 04 Jul 2009 15:26:14 +0200 Christian Ebert keyword: remove unused import
Mon, 29 Jun 2009 23:46:28 +0200 Christian Ebert keyword: break overlong line
Tue, 30 Jun 2009 11:30:03 +0200 Christian Ebert keyword: make repo.commit use a custom commitctx wrapper
Sun, 28 Jun 2009 16:23:23 +0200 Christian Ebert keyword: improve help for kwfiles
Sun, 28 Jun 2009 16:11:27 +0200 Christian Ebert keyword: lowercase status flags of untracked files in kwfile output
Sat, 27 Jun 2009 13:05:25 +0200 Christian Ebert keyword: improve help for kwfiles
Thu, 25 Jun 2009 09:53:47 +0200 Christian Ebert keyword: make kwdemo more translation friendly
Wed, 24 Jun 2009 15:32:37 +0200 Dirkjan Ochtman change wiki/bts URLs to point to new hostname
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Sat, 20 Jun 2009 20:57:13 +0200 Cédric Duval help: remove per-extension paragraph on how to enable it
Thu, 18 Jun 2009 01:21:26 +0100 Christian Ebert keyword: concise help title
Mon, 15 Jun 2009 00:03:26 +0200 Patrick Mezard Add patch.eol to ignore EOLs when patching (issue1019)
Tue, 09 Jun 2009 09:25:34 -0400 timeless keyword: improve English
Mon, 01 Jun 2009 14:11:32 -0500 Matt Mackall commit: drop the now-unused files parameter
Sun, 31 May 2009 14:55:51 +0200 Martin Geisler fixed typos found in translatable strings
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)
less more (0) -100 -60 tip