Mercurial > evolve
graph
-
evolvecmd: fix broken `evolve --continue` ran after `next --evolve`Wed, 07 Feb 2018 13:42:30 +0530, by Pulkit Goyal
-
tests: add test showing `evolve --continue` after `next --evolve` is brokenWed, 07 Feb 2018 22:41:30 +0530, by Pulkit Goyal
-
color: add some colors to evolve command itselfWed, 17 May 2017 09:39:15 +0200, by Boris Feld
-
wireproto: fix *_capabilities for change of API typesWed, 14 Feb 2018 14:53:43 +0100, by Boris Feld
-
obsfate: fix changeset description diff computingWed, 14 Feb 2018 09:46:56 +0100, by Boris Feld
-
evolve: add comptability to read old evolvestate filesTue, 30 Jan 2018 15:11:35 +0530, by Pulkit Goyal
-
state: bring back the function to read old evolvestate filesTue, 30 Jan 2018 15:02:40 +0530, by Pulkit Goyal
-
evolve: add entry in CHANGELOG about fixed behavior of `hg evolve --continue`Tue, 30 Jan 2018 00:02:29 +0530, by Pulkit Goyal
-
evolve: store the skippedrevs in evolvestateTue, 30 Jan 2018 00:00:45 +0530, by Pulkit Goyal
-
evolve: show the updated working directory after `hg evolve --continue`Mon, 29 Jan 2018 00:09:44 +0530, by Pulkit Goyal
-
evolve: make `hg evolve --continue` respect `--confirm`Sun, 28 Jan 2018 23:49:46 +0530, by Pulkit Goyal
-
evolve: make `--continue` continue evolving all remaining revisionsWed, 24 Jan 2018 13:20:18 +0530, by Pulkit Goyal
-
tests: add more tests to test-evolve-continue.tSun, 04 Feb 2018 20:58:03 +0530, by Pulkit Goyal
-
evolve: handle case when newnode can be None while continuing evolveMon, 22 Jan 2018 18:52:27 +0530, by Pulkit Goyal
-
tests: add tests for `hg evolve --continue`Sun, 28 Jan 2018 19:28:08 +0530, by Pulkit Goyal
-
merge with stableTue, 06 Feb 2018 13:00:28 +0100, by Pierre-Yves David
-
CHANGELOG: add an entry about resolve showing how to continue evolveSun, 04 Feb 2018 21:05:03 +0530, by Pulkit Goyal
-
test: explicitly run HGEDITOR shell command with `sh` stableSun, 21 Jan 2018 16:55:02 -0500, by Matt Harbison
-
test: conditionalize blackbox output for Windows stableSun, 21 Jan 2018 16:46:31 -0500, by Matt Harbison
-
branching: merge with stableMon, 05 Feb 2018 14:36:34 +0100, by Pierre-Yves David
-
compat: add wrapper for logcmdutil functions stableMon, 05 Feb 2018 20:58:46 +0900, by Yuya Nishihara
-
evolve: store the revs to be processed in the evolvestateMon, 22 Jan 2018 18:35:50 +0530, by Pulkit Goyal
-
evolve: store the replacements in the evolvestateMon, 22 Jan 2018 18:18:11 +0530, by Pulkit Goyal
-
evolve: store the target category in evolvestateMon, 22 Jan 2018 18:13:52 +0530, by Pulkit Goyal
-
evolvecmd: use the evolvestate object passed as argument in _solveunstableMon, 22 Jan 2018 17:54:27 +0530, by Pulkit Goyal
-
evolvecmd: pass evolvestate object to _solve* functionsMon, 22 Jan 2018 17:44:57 +0530, by Pulkit Goyal
-
evolve: create a state object in all caseMon, 22 Jan 2018 17:29:56 +0530, by Pulkit Goyal
-
branching: merge with stableSun, 04 Feb 2018 14:29:18 +0100, by Pierre-Yves David
-
grab: preserve phase of the grabbed changesetFri, 02 Feb 2018 13:59:33 +0530, by Pulkit Goyal
-
tests: add a test showing grabbing of secret changeset turn it into draftFri, 02 Feb 2018 13:45:47 +0530, by Pulkit Goyal
-
grab: add grab info to cmdutil.afterresolvedstatesFri, 02 Feb 2018 15:37:00 +0530, by Pulkit Goyal
-
evolve: add evolve info to cmdutil.afterresolvedstatesSat, 27 Jan 2018 21:15:27 +0530, by Pulkit Goyal
-
evolve: move the evolve command to evolvecmd.pyFri, 19 Jan 2018 19:32:34 +0530, by Pulkit Goyal
-
evolve: move _orderrevs() function evolvecmd.pySun, 21 Jan 2018 20:33:39 +0530, by Pulkit Goyal
-
evolve: move builddependencies() and _singlesuccessor() to utility moduleSun, 21 Jan 2018 20:28:06 +0530, by Pulkit Goyal
-
utility: move MultipleSuccessorsError from __init__.pyFri, 19 Jan 2018 17:29:48 +0530, by Pulkit Goyal
-
evolvecmd: move more core from __init__.py to evolvecmd.pyFri, 19 Jan 2018 16:44:00 +0530, by Pulkit Goyal
-
evolvecmd: move code from __init__.py to evolvecmd.pyFri, 19 Jan 2018 16:00:21 +0530, by Pulkit Goyal
-
evolvecmd: move more code from __init__.py to evolvecmd.pyFri, 19 Jan 2018 15:55:38 +0530, by Pulkit Goyal
-
evolvecmd: move more chunks of code from __init__.py to evolvecmd.pyFri, 19 Jan 2018 15:22:28 +0530, by Pulkit Goyal
-
evolvecmd: move more functions from __init__.py to evolvecmd.pyFri, 19 Jan 2018 15:04:12 +0530, by Pulkit Goyal
-
evolvecmd: introduce a new module to handle `hg evolve` related codeFri, 19 Jan 2018 14:42:46 +0530, by Pulkit Goyal
-
evolve: remove not required calls to phases.retractboundary()Thu, 18 Jan 2018 16:57:19 +0530, by Pulkit Goyal
-
evolve: store the replacements occurred during `hg evolve` at top levelTue, 16 Jan 2018 17:14:32 +0530, by Pulkit Goyal
-
evolve: make the _solve* functions return a tupleSat, 27 Jan 2018 16:13:19 +0530, by Pulkit Goyal
-
evolvestate: rename the file to state.py and class name to cmdstateWed, 17 Jan 2018 19:12:32 +0530, by Pulkit Goyal
-
branching: merge with stableFri, 26 Jan 2018 17:55:16 +0100, by Pierre-Yves David
-
update: show "use 'hg evolve' to..." hint iff evolve command enabled stableWed, 24 Jan 2018 09:55:12 -0800, by Martin von Zweigbergk
-
obslog: drop period from summary line in accordance with conventionThu, 25 Jan 2018 17:29:21 -0800, by Martin von Zweigbergk
-
grab: add a command to grab a commit and update to itThu, 11 Jan 2018 20:03:20 +0530, by Pulkit Goyal
-
amend: query the wdir parent after taking lock (issue5266) stableMon, 22 Jan 2018 14:10:59 +0530, by Pulkit Goyal
-
fold: make sure we move bookmarks after folding (issue5772) stableMon, 22 Jan 2018 13:44:32 +0530, by Pulkit Goyal
-
tests: add a test showing bookmark not moving in-case of `hg fold` stableMon, 22 Jan 2018 13:33:58 +0530, by Pulkit Goyal
-
branching: merge stable back into defaultWed, 24 Jan 2018 15:20:29 +0100, by Pierre-Yves David
-
test: update test output ot reply caps size change stableWed, 24 Jan 2018 15:19:17 +0100, by Pierre-Yves David
-
branching: merge default test output into stable stableWed, 24 Jan 2018 15:11:20 +0100, by Pierre-Yves David
-
branching: open Mercurial 4.4 compatibility branch mercurial-4.4Wed, 24 Jan 2018 15:08:09 +0100, by Pierre-Yves David
-
branching: merge release 7.2.1 into defaultSat, 20 Jan 2018 12:55:23 +0100, by Pierre-Yves David
-
packaging: mark source as development version stableSat, 20 Jan 2018 12:48:26 +0100, by Pierre-Yves David
-
Added tag 7.2.1 for changeset 6c772398eb4e stableSat, 20 Jan 2018 12:53:25 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Sat, 20 Jan 2018 12:38:11 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Sat, 20 Jan 2018 12:38:10 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Sat, 20 Jan 2018 12:38:09 +0100, by Pierre-Yves David
-
branching: merge with tutorial output updateSat, 20 Jan 2018 12:44:02 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Sat, 20 Jan 2018 12:28:53 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Sat, 20 Jan 2018 12:28:52 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Sat, 20 Jan 2018 12:28:40 +0100, by Pierre-Yves David
-
tutorial: docgraph output seems to have been dedented stableSat, 20 Jan 2018 12:26:39 +0100, by Boris Feld
-
test: update output for more verbose blackboxSat, 20 Jan 2018 12:17:06 +0100, by Pierre-Yves David
-
test: update with new 'update' hint about obsfateSat, 20 Jan 2018 11:59:36 +0100, by Pierre-Yves David
-
evolve: update output for wider reporting of troubled changesetsSat, 13 Jan 2018 14:35:49 -0800, by Martin von Zweigbergk
-
test: update output for new `merge --abort` messageFri, 19 Jan 2018 19:18:05 +0100, by Boris Feld
-
branching: merge with stableSat, 20 Jan 2018 11:13:21 +0100, by Pierre-Yves David
-
trouble-reports: yield to in code reporting of new troubles stableSat, 20 Jan 2018 11:07:18 +0100, by Martin von Zweigbergk
-
changelog: mention the packaging bugfix stableSat, 20 Jan 2018 11:02:44 +0100, by Pierre-Yves David
-
packaging: properly install the evolve.thirdparty module stableWed, 17 Jan 2018 20:16:26 +0100, by Pierre-Yves David
-
branching: merge release tags into defaultTue, 16 Jan 2018 04:53:09 +0100, by Pierre-Yves David
-
packaging: mark source as development version stableTue, 16 Jan 2018 04:50:38 +0100, by Pierre-Yves David
-
Added tag 7.2.0 for changeset bf6b859807ba stableTue, 16 Jan 2018 04:48:57 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Tue, 16 Jan 2018 04:41:48 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Tue, 16 Jan 2018 04:38:04 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Tue, 16 Jan 2018 04:35:34 +0100, by Pierre-Yves David
-
branching: merge stable back into defaultTue, 16 Jan 2018 04:32:43 +0100, by Pierre-Yves David
-
branching: merge further compat change into stable stable 7.2.0Tue, 16 Jan 2018 03:35:24 +0100, by Pierre-Yves David
-
branching: merge further compat change into stable stableTue, 16 Jan 2018 02:23:35 +0100, by Pierre-Yves David
-
branching: merge more compatibility fix into stable stableTue, 16 Jan 2018 01:18:05 +0100, by Pierre-Yves David
-
branching: backed out test output changes from core-1905aac253f0 stableMon, 15 Jan 2018 19:52:00 +0100, by Pierre-Yves David
-
branching: backed out test output changes from core-02fdb8c018aa stableMon, 15 Jan 2018 19:42:44 +0100, by Pierre-Yves David
-
compat: fix argument check for marker readingTue, 16 Jan 2018 03:34:31 +0100, by Pierre-Yves David
-
cachevfs: use a compatibility later for all accessTue, 16 Jan 2018 02:21:44 +0100, by Pierre-Yves David
-
diff: drop default argument valueTue, 16 Jan 2018 01:11:47 +0100, by Pierre-Yves David
-
test: use hash in test-evolve-topic.tTue, 16 Jan 2018 00:58:02 +0100, by Pierre-Yves David
-
packaging: prepare version 7.2.0Mon, 15 Jan 2018 21:45:46 +0100, by Pierre-Yves David
-
changelog: prepare for coming releaseMon, 15 Jan 2018 21:44:22 +0100, by Pierre-Yves David
-
stablerange: add missing licence and copyright headerMon, 15 Jan 2018 20:51:22 +0100, by Pierre-Yves David
-
obshistory: pass the csets description in getmarkerdescriptionpatchThu, 11 Jan 2018 18:07:09 +0530, by Pulkit Goyal
-
obshistory: remove the unused functionThu, 11 Jan 2018 17:54:34 +0530, by Pulkit Goyal
-
obslog: add header to the changeset description diffThu, 11 Jan 2018 17:11:10 +0530, by Pulkit Goyal
-
obslog: colorize the description diff shown in obslog -pThu, 11 Jan 2018 16:30:46 +0530, by Pulkit Goyal
-
obslog: colorize the patch shown using `hg obslog -p`Wed, 10 Jan 2018 19:47:43 +0530, by Pulkit Goyal
-
topic: suggest using topic when user creates a new head on branchWed, 27 Dec 2017 04:09:50 +0530, by Pulkit Goyal
-
changelog: update changelog with some of the benefit from the new formatMon, 15 Jan 2018 18:41:29 +0100, by Pierre-Yves David
-
evolve: use better words in conflict markers of `hg evolve`Thu, 11 Jan 2018 18:36:05 +0530, by Pulkit Goyal
-
tests: add a test demonstrating we still use graft in conflict markersThu, 11 Jan 2018 18:38:09 +0530, by Pulkit Goyal
-
evolve: remove the old functions for writing evolvestateWed, 10 Jan 2018 15:59:35 +0530, by Pulkit Goyal
-
evolve: use the new evolvestate class in place of old methodsWed, 10 Jan 2018 15:57:43 +0530, by Pulkit Goyal
-
evolvestate: add a class to wrap the state of `hg evolve` commandWed, 10 Jan 2018 14:53:01 +0530, by Pulkit Goyal
-
evolve: start vendoring third party package cborFri, 12 Jan 2018 19:23:29 +0530, by Pulkit Goyal
-
uncommit: add a new flag `--revert` to discard wdir changes after uncommitTue, 09 Jan 2018 20:01:50 +0530, by Pulkit Goyal
-
evolve: use phases.new-commit config to retain phase information (issue5720)Tue, 09 Jan 2018 15:39:47 +0530, by Pulkit Goyal
-
tests: add a test demonstarting lose of phase in `hg evolve`Tue, 09 Jan 2018 15:33:57 +0530, by Pulkit Goyal
-
evolve: add a utility fn to check validity of opts passed to `hg evolve`Sat, 06 Jan 2018 19:07:43 +0530, by Pulkit Goyal
-
evolve: don't use graftstate for continuing `hg evolve`Sat, 06 Jan 2018 18:48:15 +0530, by Pulkit Goyal
-
topics: add a new templatekeyword `topic`Tue, 09 Jan 2018 23:42:57 +0530, by Pulkit Goyal