Fri, 16 Mar 2018 10:22:27 -0700 |
Martin von Zweigbergk |
compat: add wrapper for obsolete.createmarkers() that accepts "operation" arg
|
Fri, 16 Mar 2018 17:00:01 +0530 |
Pulkit Goyal |
evolve: de-duplicate some function calls
|
Fri, 16 Mar 2018 16:11:22 +0530 |
Pulkit Goyal |
evolve: move deletion of evolvestate out of continueevolve() function
|
Fri, 16 Mar 2018 16:04:28 +0530 |
Pulkit Goyal |
evolve: load evolvestate before passing to continueevolve()
|
Fri, 16 Mar 2018 15:56:05 +0530 |
Pulkit Goyal |
evolve: move the handling for non-continue part in else conditional
|
Wed, 14 Mar 2018 21:21:10 +0530 |
Pulkit Goyal |
evolve: move the logic of continuation handling of `hg evolve` in own fn
|
Sun, 18 Mar 2018 01:27:02 +0530 |
Pulkit Goyal |
evolve: make sure we consider all cases in if-else
|
Mon, 19 Mar 2018 13:47:07 +0100 |
Pierre-Yves David |
evolve: fix missing negation
|
Mon, 19 Mar 2018 12:01:07 +0100 |
Pierre-Yves David |
evolve: clarify message for ambiguous destination from split
|
Wed, 14 Mar 2018 18:24:22 +0530 |
Pulkit Goyal |
evolve: prompt user to select destination for stabilization in case of split
|
Tue, 13 Mar 2018 18:17:50 +0530 |
Pulkit Goyal |
evolve: fix stabilization of orphan merge changesets in case of conflicts
|
Mon, 26 Feb 2018 13:59:30 +0100 |
Boris Feld |
evolve: update code for not implicitly converting ctx to revision
|
Wed, 07 Feb 2018 13:42:30 +0530 |
Pulkit Goyal |
evolvecmd: fix broken `evolve --continue` ran after `next --evolve`
|
Wed, 17 May 2017 09:39:15 +0200 |
Boris Feld |
color: add some colors to evolve command itself
|
Tue, 30 Jan 2018 00:00:45 +0530 |
Pulkit Goyal |
evolve: store the skippedrevs in evolvestate
|
Mon, 29 Jan 2018 00:09:44 +0530 |
Pulkit Goyal |
evolve: show the updated working directory after `hg evolve --continue`
|
Sun, 28 Jan 2018 23:49:46 +0530 |
Pulkit Goyal |
evolve: make `hg evolve --continue` respect `--confirm`
|
Wed, 24 Jan 2018 13:20:18 +0530 |
Pulkit Goyal |
evolve: make `--continue` continue evolving all remaining revisions
|
Mon, 22 Jan 2018 18:52:27 +0530 |
Pulkit Goyal |
evolve: handle case when newnode can be None while continuing evolve
|
Mon, 05 Feb 2018 14:36:34 +0100 |
Pierre-Yves David |
branching: merge with stable
|
Mon, 22 Jan 2018 18:35:50 +0530 |
Pulkit Goyal |
evolve: store the revs to be processed in the evolvestate
|
Mon, 22 Jan 2018 18:18:11 +0530 |
Pulkit Goyal |
evolve: store the replacements in the evolvestate
|
Mon, 22 Jan 2018 18:13:52 +0530 |
Pulkit Goyal |
evolve: store the target category in evolvestate
|
Mon, 22 Jan 2018 17:54:27 +0530 |
Pulkit Goyal |
evolvecmd: use the evolvestate object passed as argument in _solveunstable
|
Mon, 22 Jan 2018 17:44:57 +0530 |
Pulkit Goyal |
evolvecmd: pass evolvestate object to _solve* functions
|
Mon, 22 Jan 2018 17:29:56 +0530 |
Pulkit Goyal |
evolve: create a state object in all case
|
Fri, 19 Jan 2018 19:32:34 +0530 |
Pulkit Goyal |
evolve: move the evolve command to evolvecmd.py
|
Sun, 21 Jan 2018 20:33:39 +0530 |
Pulkit Goyal |
evolve: move _orderrevs() function evolvecmd.py
|
Fri, 19 Jan 2018 16:44:00 +0530 |
Pulkit Goyal |
evolvecmd: move more core from __init__.py to evolvecmd.py
|
Fri, 19 Jan 2018 16:00:21 +0530 |
Pulkit Goyal |
evolvecmd: move code from __init__.py to evolvecmd.py
|
Fri, 19 Jan 2018 15:55:38 +0530 |
Pulkit Goyal |
evolvecmd: move more code from __init__.py to evolvecmd.py
|
Fri, 19 Jan 2018 15:22:28 +0530 |
Pulkit Goyal |
evolvecmd: move more chunks of code from __init__.py to evolvecmd.py
|
Fri, 19 Jan 2018 15:04:12 +0530 |
Pulkit Goyal |
evolvecmd: move more functions from __init__.py to evolvecmd.py
|
Fri, 19 Jan 2018 14:42:46 +0530 |
Pulkit Goyal |
evolvecmd: introduce a new module to handle `hg evolve` related code
|