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
|