Mercurial > evolve
graph
-
packaging: update version number for 9.1.0 release stable 9.1.0Mon, 29 Jul 2019 16:47:17 +0200, by Pierre-Yves David
-
changelog: add missing entry for dfd88e3fa90a stableTue, 30 Jul 2019 02:44:08 +0200, by Pierre-Yves David
-
packaging: groom changelog prior to release stableMon, 29 Jul 2019 16:41:19 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Mon, 29 Jul 2019 14:43:20 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Mon, 29 Jul 2019 14:43:17 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7Mon, 29 Jul 2019 14:43:15 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8Mon, 29 Jul 2019 14:43:12 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-5.0 into mercurial-4.9 mercurial-4.9Mon, 29 Jul 2019 14:43:10 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-5.0 mercurial-5.0Mon, 29 Jul 2019 14:42:57 +0200, by Pierre-Yves David
-
branching: merge the two mercurial-5.0 heads mercurial-5.0Mon, 29 Jul 2019 14:42:49 +0200, by Pierre-Yves David
-
test-compat: reverte output change from 4764e8436b2a (hg-5.1) mercurial-5.0Mon, 29 Jul 2019 13:19:54 +0200, by Pierre-Yves David
-
test-compat: reverte output change from f802a75da585 (hg-5.1) mercurial-5.0Mon, 29 Jul 2019 13:19:48 +0200, by Pierre-Yves David
-
test-compat: reverte output change from c7d236b55a3e (hg-5.1) mercurial-5.0Mon, 29 Jul 2019 13:17:56 +0200, by Pierre-Yves David
-
branching: merge default into stable to prepare 9.1.0 stableMon, 29 Jul 2019 14:38:31 +0200, by Pierre-Yves David
-
branching: merge stable into defaultMon, 29 Jul 2019 13:54:57 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Mon, 29 Jul 2019 11:40:24 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Mon, 29 Jul 2019 11:40:22 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7Mon, 29 Jul 2019 11:40:20 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8Mon, 29 Jul 2019 11:40:18 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-5.0 into mercurial-4.9 mercurial-4.9Mon, 29 Jul 2019 11:40:16 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-5.0 mercurial-5.0Mon, 29 Jul 2019 11:40:14 +0200, by Pierre-Yves David
-
test-compat: opening test compatibility branch for mercurial 5.0 mercurial-5.0Thu, 25 Jul 2019 18:29:59 +0200, by Pierre-Yves David
-
test-compat: close branch for mercurial-4.0 mercurial-4.4Mon, 29 Jul 2019 12:45:29 +0200, by Pierre-Yves David
-
prune: fix small grammatical issues in help text stableThu, 25 Jul 2019 09:59:41 -0700, by Kyle Lippincott
-
docs: update evolve-faq.rst with new prune flag and proper vocabulary stableFri, 19 Jul 2019 17:40:45 +0800, by Anton Shestakov
-
prune: spell --successor flag without any unnecessary shortcuts stableFri, 19 Jul 2019 17:25:29 +0800, by Anton Shestakov
-
py3: redefine "troublecategories" in evolve as a dictWed, 17 Jul 2019 12:47:37 -0700, by Martin von Zweigbergk
-
py3: store to __doc__ as str (unicode on py3)Fri, 12 Jul 2019 08:11:39 -0700, by Martin von Zweigbergk
-
py3: also catch ImportError when relative import failsWed, 17 Jul 2019 12:47:20 -0700, by Martin von Zweigbergk
-
py3: convert exceptions to bytes using pycompat.bytestr()Fri, 12 Jul 2019 10:26:41 -0700, by Martin von Zweigbergk
-
py3: use "%d" for formatting integersThu, 11 Jul 2019 16:00:25 -0700, by Martin von Zweigbergk
-
py3: avoid "%s" for formatting NoneFri, 12 Jul 2019 08:17:25 -0700, by Martin von Zweigbergk
-
py3: use "%f" for formatting floating point numberFri, 12 Jul 2019 08:16:30 -0700, by Martin von Zweigbergk
-
py3: fix progress() functions to not use "%s" with intThu, 11 Jul 2019 15:30:43 -0700, by Martin von Zweigbergk
-
py3: make random topic name generation consistent across py2/py3Wed, 17 Jul 2019 11:45:37 -0700, by Martin von Zweigbergk
-
py3: convert str to bytes before passing to core exceptionFri, 12 Jul 2019 17:02:35 -0700, by Martin von Zweigbergk
-
py3: convert opts keys to bytes before passing to core APIsWed, 17 Jul 2019 11:03:09 -0700, by Martin von Zweigbergk
-
py3: avoid comparing int and NoneThu, 11 Jul 2019 15:30:40 -0700, by Martin von Zweigbergk
-
py3: avoid "%r" for list of byte strings, which produces b'' on py3Thu, 11 Jul 2019 21:48:37 -0700, by Martin von Zweigbergk
-
py3: avoid "%r" for byte string, which produces b'' on py3Thu, 11 Jul 2019 21:48:02 -0700, by Martin von Zweigbergk
-
py3: replace str(ctx) by bytes(ctx)Thu, 11 Jul 2019 14:46:17 -0700, by Martin von Zweigbergk
-
py3: use inspect.signature() instead of inspect.getargspec() on py3Thu, 11 Jul 2019 16:04:17 -0700, by Martin von Zweigbergk
-
py3: use array.array.{to,from}bytes() on py3Tue, 09 Jul 2019 10:56:42 -0700, by Martin von Zweigbergk
-
py3: config values can be bytes, but never unicodeThu, 11 Jul 2019 14:31:32 -0700, by Martin von Zweigbergk
-
py3: call branchmap.items() on py3 and continue to call iteritems() on py2Sat, 13 Jul 2019 00:17:03 -0700, by Martin von Zweigbergk
-
py3: switch from iteritems() to items() in the topics extensionFri, 12 Jul 2019 23:24:04 -0700, by Martin von Zweigbergk
-
py3: filter() now returns a generator, so wrap when we need a listSun, 14 Jul 2019 22:34:36 -0700, by Martin von Zweigbergk
-
py3: don't depend on map() iterating over its inputFri, 12 Jul 2019 23:19:50 -0700, by Martin von Zweigbergk
-
py3: implement __bool__ in addition to __nonzero__Thu, 11 Jul 2019 16:49:01 -0700, by Martin von Zweigbergk
-
py3: replace iter.next() by next(iter)Thu, 11 Jul 2019 14:21:23 -0700, by Martin von Zweigbergk
-
py3: replace xrange() by range()Thu, 11 Jul 2019 14:16:48 -0700, by Martin von Zweigbergk
-
py3: read sqlite3 data as bytesThu, 11 Jul 2019 12:19:49 -0700, by Martin von Zweigbergk
-
py3: sqlite3.connect() expects str argumentsThu, 11 Jul 2019 12:11:43 -0700, by Martin von Zweigbergk
-
cleanup: remove check only needed for hg versions before 4.4Fri, 12 Jul 2019 23:00:11 -0700, by Martin von Zweigbergk
-
split: remove an unnecessary (and confusingly typed) fallback revisionFri, 12 Jul 2019 08:20:24 -0700, by Martin von Zweigbergk
-
evolve: rename variable "children" to "child" where it's clearly singularThu, 11 Jul 2019 22:23:32 -0700, by Martin von Zweigbergk
-
evolve: remove some unused variablesThu, 11 Jul 2019 16:24:13 -0700, by Martin von Zweigbergk
-
py3: back out 23323092f0a7Thu, 11 Jul 2019 09:38:42 -0700, by Martin von Zweigbergk
-
branching: merge with stableWed, 17 Jul 2019 18:06:14 +0200, by Pierre-Yves David
-
touch: fix the inconsistent behavior of divergence catching logic (issue6107) stableWed, 17 Jul 2019 17:58:44 +0200, by Sushil khanchi
-
touch: add test which shows touch can fail to warn about divergence stableSat, 29 Jun 2019 14:28:35 +0530, by Sushil khanchi
-
tests: update output for new branch cache messsages from MercurialMon, 15 Jul 2019 16:53:07 -0700, by Martin von Zweigbergk
-
metaedit: allow operations on merge commits with some conditionsSat, 13 Jul 2019 18:22:34 +0800, by Anton Shestakov
-
fold: allow operations on merge commits with some conditionsThu, 11 Jul 2019 18:07:03 +0800, by Anton Shestakov
-
rewind: make sure merge commits include files from p1 and p2Thu, 11 Jul 2019 17:04:08 +0800, by Anton Shestakov
-
touch: make sure merge commits include files from p1 and p2Wed, 10 Jul 2019 18:16:38 +0800, by Anton Shestakov
-
py3: make `import hgext3rd.evolve` workTue, 09 Jul 2019 10:56:42 -0700, by Martin von Zweigbergk
-
py3: use bytes for template keyword registrationsTue, 09 Jul 2019 10:56:42 -0700, by Martin von Zweigbergk
-
py3: convert _origdoc to sysstr to match __doc__Tue, 09 Jul 2019 10:56:42 -0700, by Martin von Zweigbergk
-
py3: use bytes for revset predicate registrationsTue, 09 Jul 2019 10:56:42 -0700, by Martin von Zweigbergk
-
py3: use bytes for wireprotocol command registrationTue, 09 Jul 2019 10:56:42 -0700, by Martin von Zweigbergk
-
py3: use byte strings for @command registrationsTue, 09 Jul 2019 10:56:42 -0700, by Martin von Zweigbergk
-
py3: switch from iteritems() to items()Wed, 03 Jul 2019 11:13:47 -0700, by Martin von Zweigbergk
-
py3: make metadata values be byte strings as Mercurial expectsWed, 03 Jul 2019 11:37:29 -0700, by Martin von Zweigbergk
-
tests: update output for shorted prompts from MercurialTue, 09 Jul 2019 21:49:37 -0700, by Martin von Zweigbergk
-
tests: update output for shorted prompts from MercurialThu, 11 Jul 2019 10:07:39 +0200, by Pierre-Yves David
-
rewriteutil: allow rewriting merge commits (issue4561)Tue, 09 Jul 2019 17:08:34 +0800, by Anton Shestakov
-
tests: show what happens when trying to hg touch a merge commitTue, 09 Jul 2019 17:02:44 +0800, by Anton Shestakov
-
evolve: further clarify that update is performed only when requested stableThu, 04 Jul 2019 17:32:58 +0200, by kevpeng
-
touch: let's not use util.acceptintervention() as it's not requiredFri, 14 Jun 2019 22:46:58 +0530, by Sushil khanchi
-
branching: merge with stableThu, 04 Jul 2019 16:55:57 +0200, by Pierre-Yves David
-
evolve: use right value for branch name when finding branch headsWed, 26 Jun 2019 21:11:25 +0530, by Sushil khanchi
-
evolve: fix confusion in branch heads checking logic when topic in playTue, 25 Jun 2019 21:54:22 +0530, by Sushil khanchi
-
topic: add tests to demonstrate topic confuses the branchhead checking logicSun, 14 Apr 2019 12:55:46 +0530, by Sushil khanchi
-
evolve: fix the inconsistent behaviour of prune (issue6137) stableMon, 01 Jul 2019 19:15:57 +0530, by Sushil khanchi
-
compat: fix `setupevolveunfinished` for upstreamSun, 30 Jun 2019 23:50:57 +0530, by Sushil khanchi
-
prune: update to the successor of wdir also with --pair/--biject (issue6142) stableSat, 29 Jun 2019 18:21:57 +0800, by Anton Shestakov
-
tests: demonstrate prune --pair not moving bookmark correctly stableSat, 22 Jun 2019 18:37:21 +0800, by Anton Shestakov
-
oops: backed out changeset 7ac40b4ea24cTue, 02 Jul 2019 10:17:42 +0200, by Pierre-Yves David
-
compat: fix `setupevolveunfinished` for upstreamSun, 30 Jun 2019 23:50:57 +0530, by Sushil khanchi
-
evolve: fix the code flow pattern of solving obswdir par and troubled revsSun, 16 Jun 2019 23:39:55 +0530, by Sushil khanchi
-
evolve: refactor for consistent behavior of evolve when wdp is obsoleteSun, 09 Jun 2019 12:07:08 +0530, by Sushil khanchi
-
evolve: backout 3027005c42c3 to reintroduce a bug for right fixSat, 15 Jun 2019 17:17:19 +0530, by Sushil khanchi
-
pick: register pickstate as an unfinished state stableFri, 14 Jun 2019 18:17:03 +0800, by Anton Shestakov
-
pick: rename variable for unfinishedstates stableFri, 14 Jun 2019 18:14:57 +0800, by Anton Shestakov
-
pick: actually delete pickstate if --abort is given stableFri, 14 Jun 2019 18:26:24 +0800, by Anton Shestakov
-
evolve: orphans that evolve into nothing don't need successors (issue5967) stableTue, 18 Jun 2019 17:17:31 +0800, by Anton Shestakov
-
tests: demonstrate obsmarker creation after discarding conflicting changes stableSat, 22 Dec 2018 18:31:32 +0800, by Anton Shestakov
-
pick: remove transaction on the whole command (issue6037) stableFri, 07 Jun 2019 18:14:48 +0800, by Anton Shestakov
-
tests: demonstrate hg pick forgetting files after conflicts stableSun, 23 Dec 2018 01:02:36 +0800, by Anton Shestakov
-
packaging: follow hg's supported python version (>= 2.7) stableThu, 13 Jun 2019 13:27:26 +0800, by Anton Shestakov
-
packaging: require hg 4.5 also for usage, not just for building stableThu, 13 Jun 2019 13:19:44 +0800, by Anton Shestakov
-
evolve: clarify why returning by adding inline docSat, 08 Jun 2019 16:03:05 +0530, by Sushil khanchi
-
evolve: move a code block to have right value in has_some_valSat, 08 Jun 2019 15:59:31 +0530, by Sushil khanchi
-
topic: add tests which demonstrate topicset failure of FilteredRepoLookupErrorSat, 27 Apr 2019 13:09:34 +0530, by Sushil khanchi
-
pick: reduce configoverride() scopeSat, 08 Jun 2019 16:57:34 +0800, by Anton Shestakov
-
evolve: correct action verb in a messageSat, 08 Jun 2019 16:09:37 +0800, by Anton Shestakov
-
evolve: internationalize a messageSat, 08 Jun 2019 16:06:24 +0800, by Anton Shestakov
-
evolvecmd: the proper way to deal with conflicts is to resolve themThu, 06 Jun 2019 17:37:42 +0800, by Anton Shestakov
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Wed, 05 Jun 2019 17:56:44 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Wed, 05 Jun 2019 17:46:06 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Wed, 05 Jun 2019 17:45:45 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7Wed, 05 Jun 2019 17:42:50 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8Wed, 05 Jun 2019 17:39:32 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.9 mercurial-4.9Wed, 05 Jun 2019 17:38:32 +0200, by Pierre-Yves David
-
branching: merge with 9.0.0Fri, 07 Jun 2019 02:25:02 +0200, by Pierre-Yves David