hgext/record.py
Sat, 31 Mar 2012 14:04:39 -0500 Matt Mackall record: fix up test issues
Fri, 30 Mar 2012 22:08:46 +0100 A. S. Budden record: allow splitting of hunks by manually editing patches
Sat, 01 Oct 2011 15:47:03 -0500 Matt Mackall record: use command wrapper properly for qnew/qrefresh (issue3001) stable 1.9.3
Fri, 10 Jun 2011 10:58:10 +0200 Ingo Proetel record: add white space diff options
Thu, 26 May 2011 19:00:47 +0300 Idan Kamara record: fix options placeholder
Tue, 24 May 2011 19:17:22 +0300 Idan Kamara record: alias qrecord to qnew -i/--interactive
Tue, 24 May 2011 19:17:19 +0300 Idan Kamara record: add qrefresh -i/--interactive
Tue, 24 May 2011 19:17:04 +0300 Idan Kamara record: add an option to backup all wc modifications
Tue, 24 May 2011 19:17:02 +0300 Idan Kamara record: check patch name is valid before prompting in qrecord
Sun, 22 May 2011 16:10:03 +0300 Idan Kamara record: use cmdutil.command decorator
Sun, 22 May 2011 16:10:02 +0300 Idan Kamara record: suggest the right command when running non interactively
Wed, 18 May 2011 23:48:17 +0200 Patrick Mezard patch: add a workingbackend dirstate layer on top of fsbackend
Sun, 08 May 2011 17:48:31 +0200 Patrick Mezard patch: make patch()/internalpatch() always update the dirstate
Sun, 08 May 2011 17:48:30 +0200 Patrick Mezard patch: move updatedir() from cmdutil into patch
Sun, 08 May 2011 17:48:29 +0200 Patrick Mezard record: unconditionally update the working dir after patching
Thu, 14 Apr 2011 10:00:15 +0200 timeless qrecord: provide help when mq is not enabled
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Sun, 27 Mar 2011 12:41:55 +0200 Martin Geisler record: replace poor man's if-statement with real if-statement
Mon, 24 Jan 2011 23:25:46 +0100 Patrick Mezard record: do not include files into changes count
Sun, 23 Jan 2011 15:21:56 +0100 Patrick Mezard record: simplify header methods with util.any
Sun, 23 Jan 2011 15:21:37 +0100 Patrick Mezard record: refactor the prompt loop
Sun, 23 Jan 2011 13:01:17 +0100 Patrick Mezard record: turn prompt() into a pure function
Sun, 23 Jan 2011 12:44:05 +0100 Patrick Mezard record: turn consumefile() into a pure function
Tue, 21 Dec 2010 15:27:58 -0600 Kevin Bullock record: clean up command table
Tue, 21 Dec 2010 15:23:48 -0600 Kevin Bullock record: clean up comments and docstrings
Wed, 08 Dec 2010 22:14:18 -0600 Steve Borho record: teach parsepatch() about non-git style headers
Tue, 07 Dec 2010 20:03:05 +1100 Brodie Rao record: move copystat() hack out of util.copyfile() and into record
Fri, 03 Dec 2010 11:30:45 +0100 Thomas Arendsen Hein coding style: fix gratuitous whitespace after Python keywords
Sun, 21 Nov 2010 05:07:06 -0600 timeless record: quote command in use hg commit message
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: always raise PatchError with a message, simplify handling
Mon, 13 Sep 2010 13:08:09 +0200 Martin Geisler patch: break import cycle with cmdutil
Thu, 22 Jul 2010 18:47:46 +0300 timeless record: count lines changed as the number of lines added or removed
Wed, 14 Jul 2010 22:58:29 -0300 Renato Cunha record: removed 'has_key' usage
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha record: removed 'reduce' calls (unsupported by py3k)
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha record: tuple parameter unpacking is deprecated in py3k
Mon, 31 May 2010 13:55:47 +0200 Martin Geisler Merge with stable
Mon, 31 May 2010 17:13:15 +0900 Nicolas Dumazet record: check that we are not committing a merge before patch selection stable
Mon, 31 May 2010 13:43:03 +0200 Martin Geisler record: better way to find help in docstring stable
Mon, 31 May 2010 14:48:26 +0900 Nicolas Dumazet record: docstring typo stable
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
Sun, 11 Apr 2010 14:25:02 -0500 Matt Mackall mq: promote qnew, demote qinit in short help
Fri, 02 Apr 2010 15:22:15 -0500 Brodie Rao record: make use of output labeling
Sun, 14 Mar 2010 23:10:52 +0100 Martin Geisler record: separate each hunk with a blank line
Fri, 05 Feb 2010 18:46:22 +0100 Dan Villiom Podlaski Christiansen record: function variable naming & signature cleanup.
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Wed, 11 Nov 2009 22:53:01 +0100 Martin Geisler record: handle translated prompt correctly
Thu, 05 Nov 2009 01:10:43 +0100 Martin Geisler record: use uisetup instead of extsetup to register qrecord
Sun, 01 Nov 2009 02:57:11 +0100 Benoit Boissinot record: get the right position (account for skipped files)
Fri, 16 Oct 2009 11:19:39 +0200 Mads Kiilerich Merge with redone c655432c2c24 (issue1860)
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Sun, 13 Sep 2009 03:04:40 +0300 timeless record: remove superfluous space
Sun, 26 Jul 2009 02:00:58 +0200 Martin Geisler record: wrap docstrings at 70 characters
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler commands: use minirst parser when displaying help
Wed, 08 Jul 2009 23:17:10 +0200 Martin Geisler typos: "it's" -> "its"
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler record: wrapped docstrings at 78 characters
Sun, 21 Jun 2009 01:13:19 +0200 Simon Heimberg ui: extract choice from prompt
Wed, 24 Jun 2009 13:42:02 +0200 Dirkjan Ochtman extensions: change descriptions for extensions providing a few commands
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Mon, 15 Jun 2009 00:03:27 +0200 Patrick Mezard Make mq, record and transplant honor patch.eol
Sun, 17 May 2009 03:26:08 +0200 Benoit Boissinot record: use set instead of dict
Sun, 10 May 2009 01:18:38 +0200 Martin Geisler record: better formatting for qrecord help
Thu, 30 Apr 2009 10:15:32 -0500 Steve Borho ui: replace regexp pattern with sequence of choices
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 ui: make interactive a method
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Sat, 04 Apr 2009 21:09:43 +0200 Martin Geisler Change double spaces to single spaces in help texts.
Sun, 29 Mar 2009 00:08:33 +0100 Benoit Boissinot record: fix indentation
Sat, 28 Mar 2009 23:09:36 +0100 Rocco Rutte record: Give user a hint about chunk selection progress
Thu, 12 Feb 2009 11:52:31 +0100 Dirkjan Ochtman record: minimize number of status calls
Tue, 27 Jan 2009 09:58:48 -0600 Steve Borho record: do not lose permission changes on commit
Mon, 03 Nov 2008 16:48:23 +0100 Dirkjan Ochtman patch: turn patch.diff() into a generator
Tue, 09 Sep 2008 21:32:39 +0200 Martin Geisler i18n, record: improve use of translated docstring in prompts
Sun, 31 Aug 2008 16:12:03 +0200 Martin Geisler i18n: mark strings for translation in record extension
Sun, 31 Aug 2008 12:05:29 +0200 Dirkjan Ochtman merge with crew-stable
Sun, 31 Aug 2008 11:36:07 +0200 Dirkjan Ochtman record: catch PatchErrors from internalpatch and display error message
Sun, 31 Aug 2008 11:34:52 +0200 Dirkjan Ochtman record: take diff lines for lack of trailing newlines into account (issue1282)
Fri, 27 Jun 2008 13:43:29 -0500 Matt Mackall status: clean up all users for unknown files
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files argument from patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: stop passing files through commitfunc
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Fri, 07 Mar 2008 00:24:36 +0100 Thomas Arendsen Hein Removed trailing spaces from everything except test output
Fri, 22 Feb 2008 21:18:48 +0100 Thomas Arendsen Hein Document log date ranges and mention 'hg help dates' for all commands (issue998)
Wed, 23 Jan 2008 21:49:39 +0300 Kirill Smelkov qrecord: record complements commit, so qrecord should complement qnew
Thu, 10 Jan 2008 12:07:18 +0300 Kirill Smelkov hg qrecord -- like record, but for mq
Thu, 10 Jan 2008 12:07:13 +0300 Kirill Smelkov record: refactor record into generic record driver
Thu, 10 Jan 2008 11:43:30 +0300 Kirill Smelkov record: some docs
Fri, 28 Dec 2007 00:03:55 -0600 Kirill Smelkov prompt: kill matchflags
Thu, 06 Sep 2007 10:52:54 -0700 Bryan O'Sullivan record: change wording of initial per-file prompt
Thu, 09 Aug 2007 17:29:16 -0700 Bryan O'Sullivan record: improve docs, improve prompts
Wed, 08 Aug 2007 12:27:20 +0200 Benoit Boissinot refactor options from cmdtable
Tue, 07 Aug 2007 10:28:43 +0200 Thomas Arendsen Hein Remove trailing spaces, fix indentation
Mon, 06 Aug 2007 12:53:49 -0700 Bryan O'Sullivan record: raise an exception correctly if we can't create a backup directory
Mon, 06 Aug 2007 12:53:17 -0700 Bryan O'Sullivan record: work properly if invoked in a subdirectory
Wed, 01 Aug 2007 10:42:42 +0200 Thomas Arendsen Hein Update style of record's cmdtable to match mercurial/commands.py
Tue, 31 Jul 2007 16:28:05 -0700 Bryan O'Sullivan Add record extension, giving darcs-like interactive hunk picking
less more (0) tip