Mercurial > evolve
graph
-
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
-
branching: merge back with stableFri, 07 Jun 2019 02:24:08 +0200, by Pierre-Yves David
-
packaging: mark as development versions stableFri, 07 Jun 2019 02:22:05 +0200, by Pierre-Yves David
-
Added tag 9.0.0 for changeset 756db65030c6 stableFri, 07 Jun 2019 02:15:50 +0200, by Pierre-Yves David
-
doc: clarify the status of configuration of the obshashrange protocol stableThu, 06 Jun 2019 14:32:25 +0200, by Pierre-Yves David
-
templatekw: keep compatibility with Mercurial 4.5 stableWed, 05 Jun 2019 19:45:35 +0200, by Pierre-Yves David
-
branching: merge with stableTue, 04 Jun 2019 11:08:44 +0200, by Pierre-Yves David
-
templates: don't alias keywords directly stableSat, 01 Jun 2019 02:30:14 +0200, by Joerg Sonnenberger
-
stack: remove 'topic.' prefix from colors/labelsTue, 28 May 2019 16:46:18 +0800, by Anton Shestakov
-
stack: handle hash sizes when --debug flag is providedSat, 18 May 2019 16:56:47 +0800, by Anton Shestakov
-
stack: always provide (full) node hash to non-default --templateFri, 17 May 2019 17:50:25 +0800, by Anton Shestakov
-
stack: remove unnecessary prefix from stack output with non-default --templateFri, 17 May 2019 17:42:06 +0800, by Anton Shestakov
-
stack: provide context to formatter with non-default --templateFri, 17 May 2019 17:59:58 +0800, by Anton Shestakov
-
stack: leverage labelsgen() to produce all needed labels for fm.write()Sat, 11 May 2019 17:14:32 +0800, by Anton Shestakov
-
stack: check if stack is empty more pythonicallyWed, 08 May 2019 16:00:34 +0800, by Anton Shestakov
-
stack: implement __bool__ and __nonzero__Wed, 08 May 2019 15:57:54 +0800, by Anton Shestakov
-
stack: get stack data directly from stack and remove stackdata()Sun, 05 May 2019 17:39:46 +0800, by Anton Shestakov
-
stack: use stack._revs instead of stack.revs[1:] in external children revsetSun, 05 May 2019 16:14:53 +0800, by Anton Shestakov
-
test: update output to match the parent changesetsTue, 04 Jun 2019 10:30:56 +0200, by Pierre-Yves David
-
topic: add a simple option to reject publishingMon, 27 May 2019 03:42:35 +0200, by Pierre-Yves David
-
compat: adjust `wrapadd` for upstreamTue, 04 Jun 2019 10:07:08 +0200, by Pierre-Yves David
-
debian: override default value for SPHINXBUILD in docs/makefile stableSun, 05 May 2019 22:48:41 +0530, by Faheem Mitha
-
obshashtree: move obshashtree in its own moduleMon, 27 May 2019 02:19:48 +0200, by Pierre-Yves David
-
obsdiscovery: drop `obshash` discovery protocol (issue6136)Mon, 27 May 2019 01:53:36 +0200, by Pierre-Yves David
-
cmdrewrite: use context manager for some locks and transactionsThu, 09 May 2019 09:42:51 -0700, by Martin von Zweigbergk
-
evolve: mention that --all is default, in list of optionsMon, 29 Apr 2019 23:43:16 +0530, by Sushil khanchi
-
touch: use util.acceptintervention() for closing the transactionMon, 13 May 2019 18:47:58 +0530, by Sushil khanchi
-
touch: use context manager for locksMon, 13 May 2019 18:45:00 +0530, by Sushil khanchi
-
touch: extract the logic of touching rev's to its own functionMon, 13 May 2019 18:39:43 +0530, by Sushil khanchi
-
changelog: mention user merging in the changelogMon, 27 May 2019 02:42:11 +0200, by Pierre-Yves David
-
evolve: consider using three way merge to get the user for div resolutionSun, 05 May 2019 18:24:59 +0530, by Sushil khanchi
-
evolve: add tests for the case when div csets has different usersSun, 05 May 2019 18:24:50 +0530, by Sushil khanchi
-
branching: merge with stableFri, 03 May 2019 01:23:12 +0200, by Pierre-Yves David
-
evolve: move status msg to verbose mode in content-divergence resolutionFri, 26 Apr 2019 01:20:08 +0530, by Sushil khanchi
-
debian: Override default value for SPHINXBUILD in docs/makefile stableFri, 03 May 2019 03:52:44 +0530, by Faheem Mitha
-
topic: add test to increase code coverage in case of multiple topics stableSat, 27 Apr 2019 20:56:37 +0530, by Sushil khanchi
-
changelog: --no-update is the default, recommend --update insteadSat, 27 Apr 2019 17:11:12 +0800, by Anton Shestakov
-
topic: drop support for accessing csets in branch stack using bxx (issue6119)Sat, 27 Apr 2019 01:18:08 +0300, by Pulkit Goyal
-
legacy: drop the check for `obsolete._enabled` stableMon, 29 Apr 2019 23:16:29 -0400, by Matt Harbison
-
docs: drop references to the old temporary commit that was created with amendSun, 28 Apr 2019 00:21:28 -0400, by Matt Harbison
-
templatekw: add `instabilities` alias for `troubles`Sat, 27 Apr 2019 22:45:16 -0400, by Matt Harbison
-
revset: switch internal uses and tests to `predecessors` from legacy nameSat, 27 Apr 2019 22:59:48 -0400, by Matt Harbison
-
revset: add `predecessor` aliases for `precursors` and `allprecursors`Sat, 27 Apr 2019 22:33:16 -0400, by Matt Harbison
-
revset: add `unstable` alias for `troubled`Sat, 27 Apr 2019 22:24:30 -0400, by Matt Harbison
-
docs: change `bumped` references to `phase-divergent`Sat, 27 Apr 2019 21:54:52 -0400, by Matt Harbison
-
docs: change `divergent` references to `content-divergent`Sat, 27 Apr 2019 21:41:04 -0400, by Matt Harbison
-
docs: change `troubled` references to `unstable`Sat, 27 Apr 2019 21:27:54 -0400, by Matt Harbison
-
docs: change `unstable` references to `orphan`Sat, 27 Apr 2019 21:24:18 -0400, by Matt Harbison
-
doc: correct a typoSat, 27 Apr 2019 21:09:47 -0400, by Matt Harbison
-
docs: change `troubles` references to `instability`Sat, 27 Apr 2019 19:42:42 -0400, by Matt Harbison
-
docs: change `precursors` references to `predecessors`Sat, 27 Apr 2019 19:32:03 -0400, by Matt Harbison
-
docs: import figure diagrams with inkscape 0.92Sat, 27 Apr 2019 14:42:48 -0400, by Matt Harbison
-
messages: standardize on "working copy is now at" including "is"Thu, 25 Apr 2019 15:14:21 -0700, by Martin von Zweigbergk
-
evolve: move more of the progress-related variables togetherThu, 25 Apr 2019 13:58:29 -0700, by Martin von Zweigbergk
-
evolve: delete dead calculation of number of troubled revisionsThu, 25 Apr 2019 14:02:11 -0700, by Martin von Zweigbergk
-
evolve: drop nested locks and transactionsFri, 19 Apr 2019 10:23:53 -0700, by Martin von Zweigbergk
-
next: start transaction before calling _solveone()Fri, 19 Apr 2019 11:12:00 -0700, by Martin von Zweigbergk
-
evolve: use single transaction also when continuingFri, 19 Apr 2019 10:22:25 -0700, by Martin von Zweigbergk
-
evolve: run in a single transactionFri, 19 Apr 2019 09:41:39 -0700, by Martin von Zweigbergk
-
evolve: extract function for solving one revision, including mergesFri, 19 Apr 2019 10:01:32 -0700, by Martin von Zweigbergk
-
evolve: mention that --all is the default behavior nowThu, 25 Apr 2019 17:20:32 +0800, by Anton Shestakov
-
evolve: mention that not all successful operations currently update wdirThu, 25 Apr 2019 17:19:41 +0800, by Anton Shestakov
-
evolve: add progress support for --continueTue, 23 Apr 2019 11:07:28 -0700, by Martin von Zweigbergk
-
evolve: reduce scope of progress-related variablesTue, 23 Apr 2019 10:56:42 -0700, by Martin von Zweigbergk
-
evolve: move progress-clearing out of _cleanup()Tue, 23 Apr 2019 10:49:47 -0700, by Martin von Zweigbergk
-
evolve: stop passing no-op "progresscb" into continueevolve()Tue, 23 Apr 2019 10:52:33 -0700, by Martin von Zweigbergk
-
evolve: _solveunstable() update progress only onceTue, 23 Apr 2019 09:45:45 -0700, by Martin von Zweigbergk
-
evolve: don't update progress just before clearing itTue, 23 Apr 2019 09:35:34 -0700, by Martin von Zweigbergk
-
evolve: clean up progress bar also when using -rTue, 23 Apr 2019 09:31:32 -0700, by Martin von Zweigbergk
-
tests: add some basic testing of progressTue, 23 Apr 2019 10:20:03 -0700, by Martin von Zweigbergk
-
evolve: increment progress *after* a whole merge commit is doneFri, 19 Apr 2019 10:03:39 -0700, by Martin von Zweigbergk
-
evolve: use util.acceptintervention() for closing transactionsFri, 19 Apr 2019 11:02:35 -0700, by Martin von Zweigbergk
-
evolve: use context manager for transactionsFri, 19 Apr 2019 10:32:32 -0700, by Martin von Zweigbergk
-
evolve: use consistent message and just re-raise InterventionRequiredFri, 19 Apr 2019 10:52:16 -0700, by Martin von Zweigbergk
-
evolve: use standard InterventionRequired instead of MergeFailureFri, 19 Apr 2019 10:47:12 -0700, by Martin von Zweigbergk
-
evolve: don't use exception for local flow controlFri, 19 Apr 2019 10:41:56 -0700, by Martin von Zweigbergk
-
evolve: reduce indentation with an early return statementTue, 23 Apr 2019 11:02:08 -0700, by Martin von Zweigbergk
-
evolve: remove a useless return statement at end of functionTue, 23 Apr 2019 11:01:44 -0700, by Martin von Zweigbergk
-
test: move a test to an appropriate test fileSun, 21 Apr 2019 13:04:40 +0530, by Sushil khanchi
-
test: improve the title of a testSun, 21 Apr 2019 12:07:26 +0530, by Sushil khanchi
-
test: remove duplicated testSun, 21 Apr 2019 12:06:31 +0530, by Sushil khanchi
-
evolve: warn user for the metadata being lost in public divergence resolutionSat, 09 Mar 2019 19:35:45 +0530, by Sushil khanchi
-
evolve: show a status message when merging leads to public csetWed, 17 Apr 2019 21:16:17 +0530, by Sushil khanchi
-
test: use a shorter test nameWed, 24 Apr 2019 20:32:01 +0200, by Pierre-Yves David
-
stack: rename troubledcount to unstablecountWed, 10 Apr 2019 18:20:33 +0800, by Anton Shestakov
-
evolve: use --all by default (BC)Wed, 24 Apr 2019 17:21:21 +0800, by Anton Shestakov
-
tests: add --rev to hg evolve to reduce test changes for the next patchWed, 24 Apr 2019 17:02:27 +0800, by Anton Shestakov
-
tests: add --no-all to hg evolve to reduce test changesWed, 24 Apr 2019 16:35:01 +0800, by Anton Shestakov
-
evolve: don't update after instability resolution by default (BC)Wed, 24 Apr 2019 15:59:02 +0200, by Anton Shestakov
-
tests: add --update to hg evolve to reduce test changes for the next patchSun, 14 Apr 2019 02:18:19 +0800, by Anton Shestakov
-
tests: don't create a nested repo for no reasonWed, 24 Apr 2019 15:57:49 +0200, by Anton Shestakov
-
branching: merge with stableWed, 24 Apr 2019 14:38:26 +0200, by Pierre-Yves David
-
Added tag 8.5.1 for changeset 05c9dcf5512e stableTue, 23 Apr 2019 15:57:04 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Tue, 23 Apr 2019 14:18:12 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Tue, 23 Apr 2019 14:18:11 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Tue, 23 Apr 2019 14:18:10 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7Tue, 23 Apr 2019 14:18:08 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8Tue, 23 Apr 2019 14:18:06 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.9 mercurial-4.9Tue, 23 Apr 2019 14:18:05 +0200, by Pierre-Yves David
-
evolve: fix progress display with hg<4.7 stableMon, 22 Apr 2019 22:14:26 -0700, by Martin von Zweigbergk
-
packaging: mark extensions as tested with 5.0 stableSat, 20 Apr 2019 05:21:14 +0200, by Pierre-Yves David
-
branching: merge with stableTue, 23 Apr 2019 13:26:35 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Tue, 23 Apr 2019 12:29:50 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Tue, 23 Apr 2019 12:29:48 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Tue, 23 Apr 2019 12:29:47 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7Tue, 23 Apr 2019 12:29:45 +0200, by Pierre-Yves David
-
evolve: use merge.update() for resolving phase divergenceMon, 11 Mar 2019 23:57:12 -0700, by Martin von Zweigbergk
-
test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8Tue, 23 Apr 2019 12:29:44 +0200, by Pierre-Yves David
-
compat: drop support for Mercurial 4.4Tue, 23 Apr 2019 12:24:22 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.9 mercurial-4.9Tue, 23 Apr 2019 12:29:42 +0200, by Pierre-Yves David
-
compat: backed out changeset cfcb7eedc666 stableTue, 23 Apr 2019 12:20:12 +0200, by Pierre-Yves David
-
test-compat: adapt test output to 4.4 mercurial-4.4Tue, 23 Apr 2019 12:28:32 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Sat, 20 Apr 2019 03:55:11 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Sat, 20 Apr 2019 03:55:10 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Sat, 20 Apr 2019 03:55:09 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7Sat, 20 Apr 2019 03:55:07 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.9 into mercurial-4.8 mercurial-4.8Sat, 20 Apr 2019 03:55:06 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.9 mercurial-4.9Sat, 20 Apr 2019 03:55:04 +0200, by Pierre-Yves David
-
changelog: mention extensions isolation (issue6121) stableThu, 18 Apr 2019 23:51:13 +0200, by Pierre-Yves David
-
topic: only wrap wireprotocaps for repo with topic stableThu, 18 Apr 2019 13:03:01 +0200, by Pierre-Yves David
-
topic: only wrap _pushb2phases for repo with topic stableThu, 18 Apr 2019 13:02:52 +0200, by Pierre-Yves David
-
topic: only wrap handlecheckheads for repo with topic stableThu, 18 Apr 2019 13:02:44 +0200, by Pierre-Yves David
-
topic: only wrap wireprotobranchmap for repo with topic stableThu, 18 Apr 2019 13:02:06 +0200, by Pierre-Yves David
-
topic: only wrap _headssummary for repo with topic stableThu, 18 Apr 2019 13:01:39 +0200, by Pierre-Yves David
-
topic: only wrap desthistedit for repo with topic stableThu, 18 Apr 2019 12:41:41 +0200, by Pierre-Yves David
-
topic: only wrap _destupdatetopic for repo with topic stableThu, 18 Apr 2019 12:40:53 +0200, by Pierre-Yves David
-
topic: only wrap _destmergebranch for repo with topic stableThu, 18 Apr 2019 12:39:41 +0200, by Pierre-Yves David
-
topic: only wrap gettopicrepo for repo with topic stableThu, 18 Apr 2019 12:36:11 +0200, by Pierre-Yves David
-
topic: only wrap mergeupdate for repo with topic stableThu, 18 Apr 2019 11:13:49 +0200, by Pierre-Yves David
-
topic: only wrap committext for repo with topic stableThu, 18 Apr 2019 11:13:39 +0200, by Pierre-Yves David
-
topic: only affect `hg commit` behavior for repo with topic stableThu, 18 Apr 2019 11:13:24 +0200, by Pierre-Yves David
-
topic: only wrap workingctx.__init__ for repo with topic stableThu, 18 Apr 2019 11:13:14 +0200, by Pierre-Yves David
-
topic: introduce a `hastopicext(repo)` function stableThu, 18 Apr 2019 11:12:58 +0200, by Pierre-Yves David
-
tests: consolidate the public-content-divergent test casesWed, 17 Apr 2019 00:20:44 +0530, by Sushil khanchi
-
evolve: improve inline documentation for the public divergence resolutionWed, 17 Apr 2019 12:31:17 +0530, by Sushil khanchi
-
cleanup: remove a duplicated lineSun, 14 Apr 2019 20:26:05 +0530, by Sushil khanchi
-
branching: merge stable back into defaultWed, 17 Apr 2019 20:58:10 +0200, by Pierre-Yves David
-
tescompat: revert test change for mercurial-4.9 mercurial-4.9Wed, 17 Apr 2019 20:56:24 +0200, by Pierre-Yves David
-
branching: merge 8.5.0 expected output in stable stableWed, 17 Apr 2019 20:54:28 +0200, by Pierre-Yves David
-
testcompat: open a branch dedicated to mercurial 4.9 mercurial-4.9Wed, 17 Apr 2019 20:52:15 +0200, by Pierre-Yves David
-
topic: add compatibility for writing copy metadata in changelog.add() stableWed, 17 Apr 2019 18:46:41 +0800, by Anton Shestakov
-
serverminitopic: add compatibility for branchcache that now uses self._entries stableWed, 17 Apr 2019 16:18:22 +0800, by Anton Shestakov
-
branching: merge stable into defaultFri, 12 Apr 2019 02:21:09 +0200, by Pierre-Yves David
-
packaging: mark version as development version stableFri, 12 Apr 2019 02:20:24 +0200, by Pierre-Yves David
-
Added tag 8.5.0 for changeset 33c617626fd9 stableFri, 12 Apr 2019 02:17:03 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Thu, 11 Apr 2019 22:44:53 +0200, by Pierre-Yves David
-
branching: merge stable back into defaultFri, 12 Apr 2019 02:07:53 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Thu, 11 Apr 2019 22:42:14 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Thu, 11 Apr 2019 22:42:13 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7Thu, 11 Apr 2019 22:41:41 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.8 mercurial-4.8Thu, 11 Apr 2019 22:41:25 +0200, by Pierre-Yves David
-
changelog: merge 8.4.1 and 8.5.1 entries stableThu, 11 Apr 2019 22:41:06 +0200, by Pierre-Yves David
-
branching: merge default change into stable stableThu, 11 Apr 2019 21:12:09 +0200, by Pierre-Yves David
-
branching: merge default branch in stable to prepare 8.5.0 release stableThu, 11 Apr 2019 22:13:55 +0200, by Pierre-Yves David
-
uncommit: abort if an explicitly given file cannot be uncommitted (BC)Tue, 02 Apr 2019 22:42:01 -0400, by Matt Harbison
-
evolve: store --update flag state in evolvestate fileThu, 11 Apr 2019 17:45:36 +0800, by Anton Shestakov
-
state: implement cmdstate.__contains__()Fri, 12 Apr 2019 02:55:34 +0800, by Anton Shestakov
-
changelog: mention Martin work on phase-divergenceThu, 11 Apr 2019 21:19:01 +0200, by Pierre-Yves David
-
test: revert update from 5.0 record logic stableThu, 11 Apr 2019 21:09:31 +0200, by Pierre-Yves David
-
tests: remove note about already implemented --confirm with --continueThu, 11 Apr 2019 17:42:48 +0800, by Anton Shestakov
-
evolve: use merge.update() for resolving phase divergenceMon, 11 Mar 2019 23:57:12 -0700, by Martin von Zweigbergk
-
evolve: compat patch for recordfilter change in mercurialWed, 10 Apr 2019 23:19:29 +0530, by Sushil khanchi
-
test: add file cancelation scenario for phase-divergenceWed, 10 Apr 2019 21:03:56 +0200, by Pierre-Yves David
-
test: introduce a more complete test for phase-divergenceWed, 10 Apr 2019 20:43:42 +0200, by Pierre-Yves David
-
test: rename test about content divergent meta dataWed, 10 Apr 2019 20:24:55 +0200, by Pierre-Yves David
-
test: cleanup title and doc phase-divergent casesWed, 10 Apr 2019 20:18:14 +0200, by Pierre-Yves David
-
test: remove remaining duplicated fileWed, 10 Apr 2019 20:03:07 +0200, by Pierre-Yves David
-
test: add test for content-divergence with file removalWed, 10 Apr 2019 17:57:11 +0200, by Pierre-Yves David
-
test: clarify changeset concent in the first content-divergence testWed, 10 Apr 2019 17:29:40 +0200, by Pierre-Yves David
-
branching: merge with stableWed, 10 Apr 2019 16:59:58 +0200, by Pierre-Yves David
-
branching: merge with test consolidationWed, 10 Apr 2019 16:59:28 +0200, by Pierre-Yves David
-
branching: merge with stableWed, 10 Apr 2019 16:40:58 +0200, by Pierre-Yves David
-
compat: drop getcachevfs, repo.cachevfs is supported in hg 4.4Sun, 07 Apr 2019 20:00:16 +0200, by Joerg Sonnenberger
-
evolve: when using evolve, cache files belong into the master repoSun, 07 Apr 2019 19:53:53 +0200, by Joerg Sonnenberger
-
evolve: make sure div resolution don't replace the initial author (issue6113) stableWed, 10 Apr 2019 15:37:29 +0200, by Sushil khanchi
-
evolve: add test which demonstrate issue6113 stableWed, 10 Apr 2019 15:26:41 +0200, by Sushil khanchi
-
test: consolidate the content-divergent test cases stableWed, 10 Apr 2019 14:32:00 +0200, by Pierre-Yves David
-
changelog: mention the fix to issue6057 stableTue, 09 Apr 2019 21:16:49 +0200, by Pierre-Yves David
-
extensions: avoid enabling evolve for unrelated repositories (issue6057) stableTue, 09 Apr 2019 20:45:36 +0200, by Pierre-Yves David
-
stack: improve set combination logicSat, 06 Apr 2019 15:50:15 +0200, by Anton Shestakov
-
stack: fix phasecache._phasesets check logicSat, 06 Apr 2019 15:49:22 +0200, by Anton Shestakov
-
evolve: remove todo markers from a test which has been fixedTue, 02 Apr 2019 12:41:57 +0530, by Sushil khanchi
-
next: clarify tests related to `commands.update.check` testFri, 05 Apr 2019 22:28:07 +0200, by Pierre-Yves David
-
stack: simplify phasecache checks in _stackcandidates()Wed, 03 Apr 2019 17:20:34 +0800, by Anton Shestakov
-
evolve: fix divergence resolution when not merging a descendantFri, 05 Apr 2019 17:45:59 +0200, by Pierre-Yves David
-
test: fix a phase divergence test case to actually not contains conflictFri, 29 Mar 2019 15:15:07 +0100, by Pierre-Yves David
-
tests: use current instability names everywhereFri, 05 Apr 2019 16:31:45 +0200, by Pierre-Yves David
-
test: apply unstability resolution to `test-unstability-resolution-result.t`Thu, 04 Apr 2019 12:24:28 +0200, by Pierre-Yves David
-
test: rename and clarify content of test-unstable-content-divergent.tThu, 04 Apr 2019 12:06:33 +0200, by Pierre-Yves David
-
test: rename and clarify content of test-unstable-orphan.tThu, 04 Apr 2019 11:53:05 +0200, by Pierre-Yves David
-
evolve: refactor the code which swap two nodes (in divergence resolution)Wed, 03 Apr 2019 01:00:33 +0530, by Sushil khanchi
-
evolve: remove tmpctx arg from _resolvephasedivergent()Tue, 02 Apr 2019 18:01:43 +0530, by Sushil khanchi
-
doc: clarify _resolvephasedivergent role and constraintFri, 29 Mar 2019 11:48:36 +0100, by Pierre-Yves David
-
branching: merge with stableTue, 02 Apr 2019 20:32:15 +0200, by Pierre-Yves David
-
evolve: unindent some lines caught by flake8 stableWed, 13 Feb 2019 21:39:10 +0800, by Anton Shestakov
-
obsexchange: avoid importing io/StringIO module with a different name stableWed, 13 Feb 2019 21:56:29 +0800, by Anton Shestakov
-
compat: add support for new arg name in memfilectx.__init__ stableFri, 22 Mar 2019 09:45:07 -0700, by Martin von Zweigbergk
-
topic: make topics compatible with branchmap refactor stableWed, 21 Nov 2018 12:00:46 +0000, by Martijn Pieters
-
evolve: compat patch to fix broken evolve obsdiscoveryFri, 29 Mar 2019 11:19:24 +0100, by Sushil khanchi
-
tests: add obslog output to some tests for divergence resolutionThu, 28 Mar 2019 15:05:57 -0700, by Martin von Zweigbergk
-
tests: add tests for divergence resolution with split+amendThu, 28 Mar 2019 14:54:46 -0700, by Martin von Zweigbergk
-
test: use 'split' instead of 'splitted' in the testsTue, 26 Mar 2019 12:53:50 +0100, by Pierre-Yves David
-
evolve: drop the "computing new diff message" for phase-divergenceTue, 26 Mar 2019 12:30:10 +0100, by Pierre-Yves David
-
evolve: clarify output when phase-divergence resolution results in no changeWed, 20 Mar 2019 09:19:02 -0700, by Martin von Zweigbergk
-
tests: reduce dependence on previous tests for setupTue, 12 Mar 2019 09:44:05 -0700, by Martin von Zweigbergk
-
branching: merge with stableThu, 28 Mar 2019 12:37:55 +0100, by Pierre-Yves David
-
topicmap: add compatibility for branchcache that now uses self._entries stableWed, 27 Mar 2019 20:52:30 +0800, by Anton Shestakov
-
tests: create "private" repository in already-updated stateTue, 12 Mar 2019 09:48:05 -0700, by Martin von Zweigbergk
-
branching: merge with stableTue, 26 Mar 2019 11:23:09 +0100, by Pierre-Yves David
-
touch: use action "touch", not "<function touch at ...>", in precheck stableMon, 25 Mar 2019 15:45:11 -0700, by Martin von Zweigbergk
-
prune: use action "prune", not "touch", in precheck stableMon, 25 Mar 2019 15:44:44 -0700, by Martin von Zweigbergk
-
evolve: test a common case of public divergenceSun, 24 Mar 2019 21:30:12 +0530, by Pierre-Yves David
-
evolve: add condition in case of pubdiv to not swap the two div csetsSun, 24 Mar 2019 21:29:44 +0530, by Sushil khanchi
-
evolve: add logic to handle a particular case in divergence resolutionSat, 23 Mar 2019 02:10:31 +0530, by Sushil khanchi
-
evolve: add a test reflecting wrong behaviour of content-div resolutionFri, 22 Mar 2019 00:16:44 +0530, by Sushil khanchi
-
compat: add support for new arg name in memfilectx.__init__Fri, 22 Mar 2019 09:45:07 -0700, by Martin von Zweigbergk
-
evolve: preserve compatibility for hg < 4.8 versionsWed, 13 Mar 2019 17:32:14 +0530, by Sushil khanchi
-
evolve: warn user if cset desc is being lostSat, 09 Mar 2019 19:25:34 +0530, by Sushil khanchi
-
changelog: mention latest improvementSun, 10 Mar 2019 18:00:08 +0100, by Pierre-Yves David
-
stack: make @ (current) more important than $ (some sort of unstable)Sun, 10 Mar 2019 18:50:00 +0800, by Anton Shestakov
-
stack: show content and phase divergent state and symbolSat, 09 Mar 2019 13:13:53 +0800, by Anton Shestakov
-
stack: handle external-children just like other statesSat, 09 Mar 2019 12:54:00 +0800, by Anton Shestakov
-
stack: optimize revset used for stack --childrenThu, 07 Mar 2019 22:50:56 +0800, by Anton Shestakov
-
stack: rename unstable -> orphanThu, 07 Mar 2019 19:13:45 +0800, by Anton Shestakov
-
evolvecmd: compatibility with older geteffectflag() that took a tupleWed, 06 Mar 2019 21:47:08 +0800, by Anton Shestakov
-
obshistory: remove unused geteffectflag(), it's been in core since 4.4Wed, 06 Mar 2019 21:42:32 +0800, by Anton Shestakov
-
compat: remove old vocabulary change fallbacksWed, 06 Mar 2019 16:56:25 +0800, by Anton Shestakov
-
branching: merge with stableThu, 07 Mar 2019 10:51:48 +0100, by Pierre-Yves David
-
evolve: fix a typo from directory to dirty stableThu, 07 Mar 2019 01:57:43 +0530, by Sushil khanchi
-
evolve: fix the dirstate after setting parents with dirty wdir (issue5930) stableThu, 07 Mar 2019 01:47:14 +0530, by Sushil khanchi
-
evolve: add tests which shows evolve can get confused about copies (issue5930) stableThu, 07 Mar 2019 01:02:05 +0530, by Sushil khanchi
-
test: include some documentation to describe the case briefly stableTue, 05 Mar 2019 21:15:05 +0530, by Sushil khanchi
-
split: use ui.configoverride to preserve phase while commiting stableTue, 05 Mar 2019 20:07:23 +0530, by Sushil khanchi
-
branching: merge with stableMon, 04 Mar 2019 12:30:15 +0100, by Pierre-Yves David
-
changelog: add entries for the recent fixes stableMon, 04 Mar 2019 11:54:49 +0100, by Pierre-Yves David
-
evolve: make sure user can recover from conflict (issue6053) stableMon, 04 Mar 2019 03:16:51 +0530, by Sushil khanchi
-
evolve: add test which shows unrecoverable evolve state (issue6053) stableMon, 04 Mar 2019 02:55:38 +0530, by Sushil khanchi
-
evolve: add a test in pubdiv where only merging leads to conflictSat, 02 Mar 2019 02:34:29 +0530, by Sushil khanchi
-
evolve: cover continue case in pubdiv when merging results in same as publicThu, 28 Feb 2019 03:12:39 +0530, by Sushil khanchi
-
evolve: handle a case in pubic-div when merging results in same as publicFri, 22 Feb 2019 01:02:51 +0530, by Sushil khanchi
-
evolve: rename npublicdiv to publicnodeThu, 28 Feb 2019 02:08:58 +0530, by Sushil khanchi
-
evolve: in pubdiv resolution make sure that transaction get closedThu, 28 Feb 2019 02:02:18 +0530, by Sushil khanchi
-
evolve: pin the public cset to local side in merging when solving public divMon, 25 Feb 2019 22:50:24 +0530, by Sushil khanchi
-
evolve: add tests of relocation case in public divergenceSat, 23 Feb 2019 00:47:14 +0530, by Sushil khanchi
-
branching: merge with stableSun, 03 Mar 2019 16:29:32 +0100, by Pierre-Yves David
-
split: make sure hg split preserve the phase of splitting cset (issue6048) stableSat, 02 Mar 2019 01:43:14 +0530, by Sushil khanchi
-
split: add tests which demonstrate the issue6048 stableSat, 02 Mar 2019 01:37:04 +0530, by Sushil khanchi
-
evolve: fix the broken behaviour on div resolution in relocation caseFri, 22 Feb 2019 21:01:06 +0530, by Sushil khanchi
-
evolve: change in a test which demonstrate divergence resolution can breakFri, 22 Feb 2019 23:49:37 +0530, by Sushil khanchi
-
tests: update the title of a test as it's not what it saysFri, 22 Feb 2019 23:57:18 +0530, by Sushil khanchi
-
obsexchange: avoid importing io/StringIO module with a different nameWed, 13 Feb 2019 21:56:29 +0800, by Anton Shestakov
-
evolve: remove unused StringIO importWed, 13 Feb 2019 21:56:05 +0800, by Anton Shestakov
-
evolve: unindent some lines caught by flake8Wed, 13 Feb 2019 21:39:10 +0800, by Anton Shestakov
-
branching: overwrite broken merge with a correct oneWed, 13 Feb 2019 12:46:57 +0100, by Pierre-Yves David
-
branching: merge with stableWed, 13 Feb 2019 19:18:17 +0800, by Anton Shestakov
-
branching: merge with stableTue, 12 Feb 2019 15:03:14 +0100, by Pierre-Yves David
-
obshistory: omit keyword arguments with default values in patch.diffui() calls stableMon, 11 Feb 2019 21:33:02 +0800, by Anton Shestakov
-
branching: merge with stableFri, 08 Feb 2019 17:52:49 +0100, by Pierre-Yves David
-
test: wider another time matching in prev/next lock testing stableFri, 08 Feb 2019 10:21:09 +0100, by Pierre-Yves David
-
branching: merge with stableFri, 08 Feb 2019 09:29:54 +0100, by Pierre-Yves David
-
test: wider time matching in prev/next lock testing stableFri, 08 Feb 2019 09:26:48 +0100, by Pierre-Yves David
-
topic: make topics compatible with branchmap refactorWed, 21 Nov 2018 12:00:46 +0000, by Martijn Pieters
-
prompts: use 1-indexing in revselectionprompt()Wed, 30 Jan 2019 10:03:00 -0800, by Martin von Zweigbergk
-
test-split: split now ignores diff.* settingsThu, 07 Feb 2019 16:24:59 +0800, by Anton Shestakov
-
pick: add --tool for hg pick to specify mergetoolSun, 03 Feb 2019 17:03:02 +0530, by Sangeet Kumar Mishra
-
revset: use getintrange() to parse relation subscriptWed, 06 Feb 2019 13:49:29 +0800, by Anton Shestakov
-
branching: merge with stableSun, 03 Feb 2019 12:04:50 +0100, by Pierre-Yves David
-
compat: pass contexts to _findlimit() (issue6066) stableThu, 31 Jan 2019 15:38:48 +0530, by Sushil khanchi
-
changelog: add relevant entriesWed, 30 Jan 2019 04:45:40 +0100, by Pierre-Yves David
-
evolve: add test for the case where public divergence on difference parentsTue, 22 Jan 2019 18:40:10 +0530, by Sushil khanchi
-
evolve: update the public divergence resolution logic to cover --continue caseMon, 21 Jan 2019 23:06:10 +0530, by Sushil khanchi
-
evolve: add logic to resolve content-divergence with a public csetMon, 21 Jan 2019 23:06:34 +0530, by Sushil khanchi
-
evolve: introduce function to create a obsmarker relation even for public csetSun, 13 Jan 2019 19:33:19 +0530, by Sushil khanchi
-
topic: make ranges work in revset relations like 'foo#stack[1:2]'Tue, 29 Jan 2019 20:45:14 +0800, by Anton Shestakov
-
topic: simplify #stack index check/accessMon, 28 Jan 2019 22:31:31 +0800, by Anton Shestakov
-
topic: make ranges work in revset relations like 'foo#topic[1:2]'Sun, 27 Jan 2019 17:39:09 +0800, by Anton Shestakov
-
evolve: add description of function solveobswdpFri, 25 Jan 2019 16:51:36 +0530, by Sushil khanchi
-
evolve: document the "if not shouldupdate" blockWed, 23 Jan 2019 12:11:36 -0800, by Martin von Zweigbergk
-
evolve: make "startnode" consistently be a node, not a contextWed, 23 Jan 2019 11:55:20 -0800, by Martin von Zweigbergk
-
evolve: use context managers for locks and transactionTue, 22 Jan 2019 22:36:29 -0800, by Martin von Zweigbergk
-
prune: use scmutil.cleanupnodes()Tue, 22 Jan 2019 10:17:58 -0800, by Martin von Zweigbergk
-
uncommit: use scmtutil.cleanupnodes()Tue, 22 Jan 2019 10:45:16 -0800, by Martin von Zweigbergk
-
amend: use scmutil.cleanupnodes() with --patchTue, 22 Jan 2019 10:33:02 -0800, by Martin von Zweigbergk
-
pick: use scmutil.cleanupnodes()Tue, 22 Jan 2019 10:32:44 -0800, by Martin von Zweigbergk
-
fold: use scmutil.cleanupnodes()Tue, 22 Jan 2019 09:45:25 -0800, by Martin von Zweigbergk
-
revset: subscriptrelations functions now have two boundsSat, 26 Jan 2019 23:58:18 +0800, by Anton Shestakov
-
branching: merge with stableWed, 23 Jan 2019 15:49:44 -0500, by Pierre-Yves David
-
Added tag 8.4.0 for changeset 8c4289d0e91e stableWed, 23 Jan 2019 15:46:38 -0500, by Pierre-Yves David
-
minitopic: add warning about extensions state and testing stableWed, 23 Jan 2019 09:05:12 -0500, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Tue, 22 Jan 2019 12:57:25 -0500, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Tue, 22 Jan 2019 12:55:09 -0500, by Pierre-Yves David
-
branching: closing test-compat branch for mercurial-4.3 mercurial-4.3Tue, 22 Jan 2019 12:59:33 -0500, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Tue, 22 Jan 2019 12:54:44 -0500, by Pierre-Yves David
-
test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7Tue, 22 Jan 2019 12:54:43 -0500, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.8 mercurial-4.8Tue, 22 Jan 2019 12:54:41 -0500, by Pierre-Yves David
-
changelog: explicit the part related to topic stableTue, 22 Jan 2019 12:50:54 -0500, by Pierre-Yves David
-
branching: merge with future version mercurial-4.8Tue, 22 Jan 2019 10:46:02 -0500, by Pierre-Yves David
-
branching: start branch for test compat with Mercurial 4.8 mercurial-4.8Tue, 22 Jan 2019 10:43:44 -0500, by Pierre-Yves David
-
test-compat: reverse test change from 9bce7e6c18b3 mercurial-4.8Tue, 22 Jan 2019 10:45:09 -0500, by Pierre-Yves David
-
test-compat: reverse test change from db87432df8de mercurial-4.8Tue, 22 Jan 2019 10:44:49 -0500, by Pierre-Yves David
-
test-compat: reverse test change from ac39cfb5bddd mercurial-4.8Tue, 22 Jan 2019 10:44:33 -0500, by Pierre-Yves David
-
branching: merge stable into default prior to new version stableTue, 22 Jan 2019 10:41:53 -0500, by Pierre-Yves David
-
branching: merge wit stableSat, 19 Jan 2019 21:41:15 +0100, by Pierre-Yves David
-
obsdiscovery: use consistent filtering during discoveryThu, 17 Jan 2019 12:37:40 +0100, by Pierre-Yves David
-
evolve: make sure we don't stop after evolution of obsparent (issue5881)Fri, 18 Jan 2019 23:09:44 +0530, by Sushil khanchi
-
evolve: extract "update" code into its own functionFri, 18 Jan 2019 23:08:43 +0530, by Sushil khanchi
-
evolve: add test case for issue 5881Tue, 25 Dec 2018 16:08:05 +0530, by Sushil khanchi
-
evolve: add test which shows fixed behaviour of `hg evolve` (issue5686)Fri, 18 Jan 2019 13:54:30 +0530, by Sushil khanchi
-
evolve: cover the orphanmerge part missed by lastsolvedTue, 25 Dec 2018 14:35:54 +0530, by Sushil khanchi
-
evolve: add test which shows orphan-merge resolution can result to crashThu, 17 Jan 2019 16:20:35 +0530, by Sushil khanchi
-
next: populate stacktemplate to the missed _nextevolve functionTue, 25 Dec 2018 10:10:12 +0530, by Sushil khanchi
-
evolve: adapt for deprecated ui.progress()Mon, 14 Jan 2019 09:14:38 -0800, by Martin von Zweigbergk
-
fold: sort concatenated commit messages in topological orderFri, 11 Jan 2019 09:26:41 -0800, by Martin von Zweigbergk
-
topic: make revsets like 'foo#topic[0]' workWed, 26 Dec 2018 14:52:07 +0800, by Anton Shestakov
-
changelog: add an entry about the revset stack indexingThu, 10 Jan 2019 17:30:01 +0100, by Pierre-Yves David
-
test: adapt output to minor behavior changeThu, 10 Jan 2019 17:36:59 +0100, by Pierre-Yves David
-
tests: remove unused variable and needless subshell in testlib/pythonpath.sh stableSun, 06 Jan 2019 00:27:54 +0800, by Anton Shestakov
-
branching: merge with stableSat, 05 Jan 2019 05:21:37 +0100, by Pierre-Yves David
-
tests: conditionalize some output for Windows stableFri, 04 Jan 2019 19:17:38 -0500, by Matt Harbison
-
test-pyflakes: use '/' when printing the files to check stableFri, 04 Jan 2019 18:49:53 -0500, by Matt Harbison
-
tests: fix PYTHONPATH manipulation on Windows stableFri, 04 Jan 2019 18:46:46 -0500, by Matt Harbison
-
exthelper: update documentation with some examples for using registrar aliasesThu, 03 Jan 2019 00:01:54 -0500, by Matt Harbison
-
exthelper: simplify the ability to register filesetsThu, 27 Dec 2018 23:46:35 -0500, by Matt Harbison
-
exthelper: simplify the ability to register templatesThu, 27 Dec 2018 21:55:22 -0500, by Matt Harbison
-
exthelper: simplify the ability to register revsetsThu, 27 Dec 2018 21:26:17 -0500, by Matt Harbison
-
exthelper: support the option argument when registering a commandSun, 23 Dec 2018 21:54:56 -0500, by Matt Harbison
-
exthelper: simplify configitem registrationSat, 22 Dec 2018 22:26:36 -0500, by Matt Harbison
-
exthelper: avoid a [] default arg to wrapcommand()Thu, 27 Dec 2018 21:26:17 -0500, by Matt Harbison
-
configitems: move the default values to the registrar decoratorFri, 04 Jan 2019 00:10:44 -0500, by Matt Harbison
-
topic: make revsets like foo#stack[-1] work tooWed, 26 Dec 2018 22:14:23 +0800, by Anton Shestakov
-
topic: make revsets like 'foo#stack[0]' workSun, 16 Dec 2018 11:22:04 +0800, by Anton Shestakov
-
exthelper: remove '_' in final_xxx() function names to conform to hg styleSat, 22 Dec 2018 01:29:59 -0500, by Matt Harbison
-
branching: merge with stableMon, 24 Dec 2018 18:38:25 +0100, by Pierre-Yves David
-
Added tag 8.3.3 for changeset 97b18934d6db stableMon, 24 Dec 2018 18:01:30 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Mon, 24 Dec 2018 17:47:40 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Mon, 24 Dec 2018 17:47:31 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Mon, 24 Dec 2018 17:47:29 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Mon, 24 Dec 2018 17:47:28 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.7 mercurial-4.7Mon, 24 Dec 2018 17:47:27 +0100, by Pierre-Yves David
-
evolve: detect unresolved conflict during evolve --continue (issue5966) stableFri, 21 Dec 2018 13:14:59 +0800, by Pierre-Yves David
-
tests: filter out uninteresting log eventsThu, 20 Dec 2018 13:59:07 +0800, by Anton Shestakov
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Fri, 21 Dec 2018 20:14:26 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Fri, 21 Dec 2018 20:14:23 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Fri, 21 Dec 2018 20:14:21 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Fri, 21 Dec 2018 20:14:20 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.7 mercurial-4.7Fri, 21 Dec 2018 20:14:18 +0100, by Pierre-Yves David
-
linter: silence rightful complains about unused variable stableFri, 21 Dec 2018 19:48:01 +0100, by Pierre-Yves David
-
topic: merge _showlasttouched logic into _listtopicsMon, 03 Dec 2018 14:41:03 +0800, by Anton Shestakov
-
topic: simplify _showlasttouched and _getlasttouched (and its data structure)Mon, 03 Dec 2018 14:15:00 +0800, by Anton Shestakov
-
branching: merge with stableThu, 13 Dec 2018 18:57:49 +0100, by Pierre-Yves David
-
split: add a --interactive flagThu, 13 Dec 2018 17:40:41 +0000, by Boris Feld
-
split: take file patterns to limit selection on matching file patternsWed, 21 Feb 2018 14:39:48 +0100, by Boris Feld
-
split: only accept explicit revision through the `-r` optionWed, 21 Feb 2018 12:39:17 +0100, by Boris Feld
-
issue-6028: resolves 6028 - return (False, ".") instead of (False, '') stableThu, 13 Dec 2018 17:41:06 +0100, by James Reynolds
-
branching: merge with stableThu, 13 Dec 2018 17:26:26 +0100, by Pierre-Yves David
-
tests: add sparserevlog cap since hg now has sparse revlogs by defaultWed, 12 Dec 2018 01:19:30 +0800, by Anton Shestakov
-
split: rework the prompt to be more standardWed, 12 Dec 2018 17:22:58 +0100, by Pierre-Yves David
-
split: add a option to discard remaining change during splitTue, 20 Feb 2018 09:35:16 +0100, by Pierre-Yves David
-
split: add a way to abort a split from the promptTue, 20 Feb 2018 09:35:16 +0100, by Pierre-Yves David
-
split: add a help entry to the final promptTue, 20 Feb 2018 09:36:55 +0100, by Pierre-Yves David
-
topic: make revset argument messages be similar to such messages in core stableWed, 05 Dec 2018 23:15:29 +0800, by Anton Shestakov
-
tests: don't forget to add hg serve pid to DAEMON_PIDS in test-wireproto.t stableWed, 05 Dec 2018 23:13:26 +0800, by Anton Shestakov
-
test: adapt to change output change on defaultTue, 04 Dec 2018 13:33:51 +0100, by Pierre-Yves David
-
safeguard: don't reimplement auto-publish if it's in core (will be in 4.9)Sat, 01 Dec 2018 16:08:42 +0800, by Anton Shestakov
-
safeguard: the new default for auto-publish is 'publish'Sat, 01 Dec 2018 16:07:55 +0800, by Anton Shestakov
-
stack: add a --children flag to stackFri, 21 Sep 2018 11:44:34 -0400, by James Reynolds
-
extensions: avoid shadowing imported module names with exthelper methodsSun, 02 Dec 2018 16:52:14 +0100, by Matt Harbison
-
extensions: add fileset support to exthelperFri, 30 Nov 2018 22:10:39 -0500, by Matt Harbison
-
extensions: add uipopulate() support to exthelperSun, 02 Dec 2018 16:48:05 +0100, by Matt Harbison