log hgext/record.py @ 20083:c69e5911888d

age author description
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