Wed, 15 Oct 2014 17:11:54 -0700 |
David Soria Parra |
histedit: let the state expose a context but serialize correctly to nodes
|
Wed, 15 Oct 2014 17:30:57 -0700 |
David Soria Parra |
histedit: add clear method to remove state
|
Tue, 14 Oct 2014 20:35:17 -0700 |
David Soria Parra |
histedit: use state object where necessary
|
Wed, 15 Oct 2014 17:17:12 -0700 |
David Soria Parra |
histedit: add histedit state class
|
Tue, 14 Oct 2014 13:25:13 -0700 |
Durham Goode |
obsolete: add allowunstable option
|
Tue, 14 Oct 2014 13:23:52 -0700 |
Durham Goode |
obsolete: add createmarkers option
|
Sat, 04 Oct 2014 21:19:44 -0700 |
Martin von Zweigbergk |
histedit: access status fields by name rather than index
|
Mon, 13 Oct 2014 17:12:47 -0500 |
Matt Mackall |
histedit: use merge.graft
|
Mon, 13 Oct 2014 14:33:13 -0500 |
Matt Mackall |
duplicatecopies: move from cmdutil to copies
|
Mon, 13 Oct 2014 14:04:11 -0500 |
Matt Mackall |
histedit: fix indent
|
Fri, 10 Oct 2014 13:31:00 -0700 |
Pierre-Yves David |
histedit: stabilise the order nodes that are stripped
|
Tue, 19 Aug 2014 14:33:01 -0400 |
Augie Fackler |
histedit: check mutability of contexts correctly
|
Fri, 05 Sep 2014 11:36:20 -0700 |
Durham Goode |
dirstate: wrap setparent calls with begin/endparentchange (issue4353)
|
Sun, 07 Sep 2014 11:46:11 -0500 |
Kevin Bullock |
merge with stable
|
Wed, 03 Sep 2014 20:42:51 +0200 |
Siddharth Agarwal |
histedit: abort gracefully on --continue/--abort with no state
stable
|
Tue, 26 Aug 2014 22:03:32 +0200 |
Mads Kiilerich |
convert: use None value for missing files instead of overloading IOError
|
Fri, 22 Aug 2014 16:40:34 -0400 |
Mike Edgar |
histedit: use str.startswith to check for comments in action list
|
Fri, 22 Aug 2014 16:37:55 -0400 |
Mike Edgar |
histedit: drop duplicate line extracting keep option
|
Thu, 14 Aug 2014 15:21:48 -0500 |
Matt Mackall |
merge with stable
|
Wed, 06 Aug 2014 16:51:41 -0400 |
Mike Edgar |
histedit: add "roll" command to fold commit data and drop message (issue4256)
|
Wed, 13 Aug 2014 11:50:13 -0700 |
Martin von Zweigbergk |
histedit: preserve initial author on fold (issue4296)
stable
|
Thu, 07 Aug 2014 14:58:12 -0500 |
Matt Mackall |
whitespace: nuke triple blank lines in **.py
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
histedit: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Mon, 28 Jul 2014 19:20:13 -0400 |
Augie Fackler |
histedit: respect revsetalias entries (issue4311)
stable
|
Sun, 06 Jul 2014 02:56:41 +0900 |
FUJIWARA Katsunori |
histedit: use 'util.ellipsis' to trim description of each changesets
|
Thu, 15 Aug 2013 16:49:27 -0500 |
Sean Farley |
memfilectx: call super.__init__ instead of duplicating code
|
Sun, 11 May 2014 00:49:35 +0900 |
FUJIWARA Katsunori |
histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"
|
Sun, 11 May 2014 00:49:35 +0900 |
FUJIWARA Katsunori |
histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"
|
Sun, 11 May 2014 00:49:35 +0900 |
FUJIWARA Katsunori |
histedit: use the editor gotten by "getcommiteditor()" for "message"
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
histedit: pass "editor" argument to "memctx.__init__()" for "collapse" command
|