hgext/record.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 22 Feb 2019 00:54:06 +0530 Navaneeth Suresh mq: disable qrecord during histedit (issue5981)
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Sun, 10 Dec 2017 06:36:48 +0530 Pulkit Goyal py3: handle keyword arguments correctly in hgext/record.py
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Thu, 16 Mar 2017 14:34:35 -0700 Jun Wu record: get rid of ui.backupconfig
Thu, 23 Feb 2017 11:23:17 -0800 eloimorlaas record: update help to describe ui.interface stable
Wed, 12 Oct 2016 12:22:54 +0200 Philippe Pepiot record: return code from underlying commit
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Mon, 28 Mar 2016 12:50:56 -0700 Pierre-Yves David record: deprecate the extension
Wed, 02 Mar 2016 21:38:32 +0000 timeless record: use absolute_import
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 15 Jul 2015 04:45:58 +0900 FUJIWARA Katsunori record: omit meaningless 'qrefresh' suggestion at 'hg qrefresh -i'
Wed, 15 Jul 2015 04:45:58 +0900 FUJIWARA Katsunori record: omit meaningless 'qnew' suggestion at 'hg qnew -i'
Wed, 15 Jul 2015 04:45:58 +0900 FUJIWARA Katsunori record: omit meaningless 'commit' suggestion at 'hg commit -i'
Wed, 13 May 2015 20:30:12 -0700 Laurent Charignon record: make hg record always use the non curses interface
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Wed, 11 Mar 2015 16:39:38 -0700 Laurent Charignon record: change interface of dorecord to accept new filters
Wed, 11 Mar 2015 15:54:11 -0700 Laurent Charignon record: make record use commit -i
Wed, 11 Mar 2015 15:22:04 -0700 Laurent Charignon record: add interactive option to the commit command
Tue, 10 Mar 2015 17:14:33 -0700 Laurent Charignon record: move dorecord from record to cmdutil
Tue, 10 Mar 2015 17:09:07 -0700 Laurent Charignon record: remove dependency on hg module in record
Tue, 10 Mar 2015 17:03:40 -0700 Laurent Charignon record: remove dependency on extensions module in dorecord
Tue, 10 Mar 2015 14:42:07 -0700 Laurent Charignon record: move filterpatch from record to patch
Tue, 10 Mar 2015 17:34:42 -0700 Siddharth Agarwal patch.internalpatch: add a default value for prefix
Mon, 09 Mar 2015 13:16:25 -0700 Laurent Charignon record: move parsepatch from record to patch
Mon, 09 Mar 2015 13:14:31 -0700 Laurent Charignon record: move scanpatch from record to patch
Mon, 09 Mar 2015 13:09:15 -0700 Laurent Charignon record: move hunk class from record to patch
Mon, 09 Mar 2015 13:08:19 -0700 Laurent Charignon record: move countChanges in the hunk class
Mon, 09 Mar 2015 13:04:50 -0700 Laurent Charignon record: move header class from record to patch
Fri, 06 Mar 2015 22:43:47 -0800 Siddharth Agarwal patch.internalpatch: accept a prefix parameter
Fri, 06 Mar 2015 15:57:43 -0800 Laurent Charignon record: allow editing new files (issue4304)
Tue, 18 Nov 2014 20:00:37 -0800 Siddharth Agarwal record: don't honor format-changing diffopts (issue4459)
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Fri, 03 Oct 2014 10:44:07 -0700 Martin von Zweigbergk record: access status fields by name rather than index
Thu, 26 Jun 2014 11:10:28 -0400 Jordi Gutiérrez Hermoso record: update comment to match code
Sun, 04 May 2014 22:36:07 -0700 Gregory Szorc record: define inferrepo in command decorator
Sun, 04 May 2014 22:35:37 -0700 Gregory Szorc record: declare commands using decorator
Fri, 31 Jan 2014 14:52:53 -0800 Pierre-Yves David record: use absolute path instead of os.chdir stable
Thu, 16 Jan 2014 15:05:03 -0500 Jordi Gutiérrez Hermoso record: re-enable whitespace-ignoring options
Thu, 16 Jan 2014 14:57:52 -0500 Jordi Gutiérrez Hermoso record: use commands.diffwsopts instead of ad-hoc diffopts
Mon, 02 Dec 2013 00:50:30 +0900 FUJIWARA Katsunori record: use "ui.extractchoices()" to get the list of available responses
Thu, 12 Dec 2013 12:25:56 +0530 Prasoon Shukla record: --user/-u now works with record when ui.username not set (issue3857)
Thu, 25 Jul 2013 02:34:09 -0500 Matt Mackall record: add checkunfinished support (issue3955) stable
Wed, 22 May 2013 17:31:43 -0500 Matt Mackall ui: merge prompt text components into a singe string
Wed, 13 Jun 2012 23:06:34 +0200 Mads Kiilerich record: ignore trailing content when parsing patches - introduce 'other' lines
Thu, 11 Apr 2013 19:03:33 +0200 Mads Kiilerich record: abort on malformed patches instead of crashing
Wed, 09 Jan 2013 21:13:52 +0200 Idan Kamara record: remove unused import
Tue, 08 Jan 2013 21:16:39 +0100 Denis Laxalde record: use patch.diffopts to account for user diffopts
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Sat, 15 Sep 2012 00:06:08 +0400 Nikolaj Sjujskij record: fix display of non-ASCII names in chunk selection
Mon, 27 Aug 2012 12:41:10 -0700 Sumeet record: checks for valid username before starting recording process (issue3456)
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sun, 01 Jul 2012 21:20:30 -0500 Matt Mackall merge with stable
Sun, 01 Jul 2012 13:10:54 -0500 Matt Mackall record: fix display of non-ASCII names stable 2.2.3
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
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
less more (0) -120 tip