Mercurial > evolve
graph
-
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
-
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
-
exthelper: clarify copyright and licence for the moduleSun, 02 Dec 2018 16:45:08 +0100, by Pierre-Yves David
-
packaging: merge with version 8.3.2Tue, 27 Nov 2018 04:46:35 +0100, by Pierre-Yves David
-
Added tag 8.3.2 for changeset 7edc5c148df0 stableTue, 27 Nov 2018 12:53:24 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Tue, 27 Nov 2018 04:07:38 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Tue, 27 Nov 2018 04:07:36 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Tue, 27 Nov 2018 04:07:35 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Tue, 27 Nov 2018 04:07:33 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.7 mercurial-4.7Tue, 27 Nov 2018 04:07:31 +0100, by Pierre-Yves David
-
changelog: add information about the topic message improvementsTue, 27 Nov 2018 03:57:30 +0100, by Pierre-Yves David
-
branching: merge with stableTue, 27 Nov 2018 03:56:27 +0100, by Pierre-Yves David
-
evolve: update the abort to a ProgrammingError stableTue, 27 Nov 2018 03:46:06 +0100, by Sushil khanchi
-
topics: improve the message around topic changingMon, 26 Nov 2018 16:43:39 +0300, by Pulkit Goyal
-
tests: fix for POSIX complianceWed, 21 Nov 2018 11:13:21 +0000, by Martijn Pieters
-
style: remove unused variablesWed, 21 Nov 2018 10:47:07 +0000, by Martijn Pieters
-
compat: drop 4.3 related obsfate codeMon, 19 Nov 2018 02:34:39 +0000, by Pierre-Yves David
-
compat: drop code dealing with incompatibility for --publish with 4.3Mon, 19 Nov 2018 02:27:13 +0000, by Pierre-Yves David
-
compat: clarify when some conditional are usedMon, 19 Nov 2018 02:25:37 +0000, by Pierre-Yves David
-
compat: drop 4.3 "new troubles" report codeMon, 19 Nov 2018 02:20:44 +0000, by Pierre-Yves David
-
compat: drop 4.3 wrapping of createmarker for effect flag supportMon, 19 Nov 2018 02:18:58 +0000, by Pierre-Yves David
-
compat: drop 4.3 monkey patch of `copies.mergecopies`Mon, 19 Nov 2018 01:52:45 +0000, by Pierre-Yves David
-
compat: drop 4.3 compatiblity code for `obsutil.allprecursors` functionMon, 19 Nov 2018 01:45:34 +0000, by Pierre-Yves David
-
compat: drop 4.3 compatiblity code for `ui.edit` methodMon, 19 Nov 2018 01:44:28 +0000, by Pierre-Yves David
-
compat: drop 4.3 compatiblity code for 'successors' revsetMon, 19 Nov 2018 01:42:50 +0000, by Pierre-Yves David
-
compat: drop 4.3 compatiblity code for 'precursors' revsetMon, 19 Nov 2018 01:41:36 +0000, by Pierre-Yves David
-
compat: drop Mercurial 4.3 support for exthelperSat, 10 Nov 2018 23:54:46 -0500, by Matt Harbison
-
compat: update metadata about minimum ag versionMon, 19 Nov 2018 01:49:34 +0000, by Pierre-Yves David
-
next: solve the issue of `next` get confused by splitTue, 06 Nov 2018 10:41:50 +0530, by Sushil khanchi
-
next: add test which shows that `next` get confused by splitTue, 06 Nov 2018 15:10:56 +0530, by Sushil khanchi
-
cleanup: avoid a Yoda conditionWed, 31 Oct 2018 14:08:56 +0530, by Sushil khanchi
-
evolve: modify and move the comment to appropriate positionWed, 31 Oct 2018 14:06:17 +0530, by Sushil khanchi
-
next: update the command descriptionWed, 31 Oct 2018 14:01:58 +0530, by Sushil khanchi
-
next: make next command --evolve by defaultSat, 10 Nov 2018 15:50:05 +0100, by Sushil khanchi
-
safeguard: allow push to succeed (and without warning) with --publishMon, 05 Nov 2018 19:56:33 +0800, by Anton Shestakov
-
topic: only add --publish flag to push if it's not already thereSun, 04 Nov 2018 22:06:23 +0800, by Anton Shestakov
-
safeguard: check auto-publish value before sending listkeys commandMon, 05 Nov 2018 16:04:01 +0800, by Anton Shestakov
-
style: silence another flak8 warningSat, 10 Nov 2018 17:54:28 +0100, by Pierre-Yves David
-
oops: backed out changeset df22f010cf24 pushed by errorSat, 10 Nov 2018 16:11:19 +0100, by Pierre-Yves David
-
next: make next command --evolve by defaultSat, 10 Nov 2018 15:50:05 +0100, by Sushil khanchi
-
next: improve the message for dirty working copy with --evolveSat, 10 Nov 2018 16:05:34 +0100, by Pierre-Yves David
-
next: use the `hint` argument of bail if changedSat, 10 Nov 2018 16:01:31 +0100, by Pierre-Yves David
-
prev: use the `hint` argument of bail if changedSat, 10 Nov 2018 15:59:16 +0100, by Pierre-Yves David
-
next: explicitly specify --no-evolve in the testsSat, 10 Nov 2018 15:28:44 +0100, by Pierre-Yves David
-
branching: merge with stableSat, 10 Nov 2018 15:47:46 +0100, by Pierre-Yves David
-
next: set if we need to evolve or not; also move logic to appropriate posSat, 10 Nov 2018 15:30:10 +0100, by Sushil khanchi
-
next: move some code to prepare for `next --evolve` by defaultTue, 06 Nov 2018 11:22:39 +0530, by Sushil khanchi
-
branching: merge with stableSat, 10 Nov 2018 00:55:34 +0100, by Pierre-Yves David
-
topic: improve UX by using pager only when we should stableTue, 06 Nov 2018 15:53:18 +0530, by Sushil khanchi
-
evolvecmd: _possibledestination() skip visiting empty parent stableTue, 06 Nov 2018 10:43:35 +0530, by Sushil khanchi
-
pick: `hg help` was not showing the full cmd desc of `pick` stableSat, 03 Nov 2018 12:21:19 +0530, by Sushil khanchi
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Fri, 09 Nov 2018 20:19:01 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Fri, 09 Nov 2018 20:18:59 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Fri, 09 Nov 2018 20:18:58 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Fri, 09 Nov 2018 20:18:57 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.7 mercurial-4.7Fri, 09 Nov 2018 20:18:55 +0100, by Pierre-Yves David
-
compat: fix fixedcopytracing compatibility with mercurial 4.8 and narrow stableWed, 07 Nov 2018 19:35:48 +0100, by Boris Feld
-
utility: don't translate commit messages in revselection prompt (issue6016) stableThu, 01 Nov 2018 21:33:15 +0300, by Pulkit Goyal
-
evolve: use stack template in --continue case alsoFri, 26 Oct 2018 12:54:40 +0530, by Sushil khanchi
-
evolve: add test showing currently stackalias fails in --continue caseWed, 24 Oct 2018 19:38:02 +0530, by Sushil khanchi
-
branching; merge with stableThu, 25 Oct 2018 18:51:55 +0200, by Pierre-Yves David
-
packaging: mark version as devel version stableThu, 25 Oct 2018 18:50:42 +0200, by Pierre-Yves David
-
Added tag 8.3.1 for changeset b90422a11a88 stableThu, 25 Oct 2018 18:44:07 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Thu, 25 Oct 2018 18:32:54 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Thu, 25 Oct 2018 18:32:52 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Thu, 25 Oct 2018 18:32:51 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Thu, 25 Oct 2018 18:32:50 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.7 mercurial-4.7Thu, 25 Oct 2018 18:32:49 +0200, by Pierre-Yves David
-
evolve: do not try to display stack index of changeset who do not have one stableThu, 25 Oct 2018 18:09:08 +0200, by Pierre-Yves David
-
evolve: check if we should use stack template for each item in the stack stableThu, 25 Oct 2018 18:08:34 +0200, by Pierre-Yves David
-
branching: merge stable back into defaultThu, 25 Oct 2018 17:03:34 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Thu, 25 Oct 2018 16:33:10 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Thu, 25 Oct 2018 13:05:14 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Thu, 25 Oct 2018 13:04:08 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6Thu, 25 Oct 2018 13:03:30 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.7 mercurial-4.7Thu, 25 Oct 2018 13:03:03 +0200, by Pierre-Yves David
-
branching: revert test outptu change for 4.7 mercurial-4.7Thu, 25 Oct 2018 13:24:34 +0200, by Pierre-Yves David
-
pullbundle: drop erroneous flagging of the command as basic stableThu, 25 Oct 2018 10:01:58 +0200, by Pierre-Yves David
-
test-compat: backed out changeset ba1e83c841f2 stableThu, 25 Oct 2018 12:55:37 +0200, by Pierre-Yves David
-
test-compat: backed out changeset b0084d599112 stableThu, 25 Oct 2018 12:55:22 +0200, by Pierre-Yves David
-
test-compat: backed out changeset e2d083cc447e stableThu, 25 Oct 2018 12:55:12 +0200, by Pierre-Yves David
-
test-compat: backed out changeset ccbfbeee6cf3 stableThu, 25 Oct 2018 12:53:48 +0200, by Pierre-Yves David
-
test-compat: backed out changeset 7091f7215651 stableThu, 25 Oct 2018 12:53:09 +0200, by Pierre-Yves David
-
test-compat: backed out changeset 8eec9422bd8e stableThu, 25 Oct 2018 12:52:34 +0200, by Pierre-Yves David
-
branching: merge stable into defaultThu, 25 Oct 2018 12:49:48 +0200, by Pierre-Yves David
-
branching: start test compatibility branch for Mercurial 4.7 mercurial-4.7Thu, 25 Oct 2018 12:41:16 +0200, by Pierre-Yves David
-
topic: add the changelog argument to branchinfo() stableSun, 21 Oct 2018 00:08:27 +0300, by Pulkit Goyal
-
evolve: adapt for changed @command decorator stableThu, 18 Oct 2018 22:11:43 -0700, by Martin von Zweigbergk
-
topicidx: stop assigning index number to obsolete changesets stableWed, 17 Oct 2018 14:47:38 +0200, by Pierre-Yves David
-
stack-index: add some test featuring content diversion stableThu, 25 Oct 2018 11:32:43 +0200, by Pierre-Yves David
-
pullbundle: drop erroneous flagging of the command as basicThu, 25 Oct 2018 10:01:58 +0200, by Pierre-Yves David
-
topic: add the changelog argument to branchinfo()Sun, 21 Oct 2018 00:08:27 +0300, by Pulkit Goyal
-
topics: "prairie" is a not an animal (AFAIK, anyway)Fri, 19 Oct 2018 09:02:35 -0700, by Martin von Zweigbergk
-
tests: remove a"| head -n 2" that just hides an error codeThu, 18 Oct 2018 21:59:24 -0700, by Martin von Zweigbergk
-
evolve: adapt for changed @command decoratorThu, 18 Oct 2018 22:11:43 -0700, by Martin von Zweigbergk
-
commands: adjust metavariables as appropriateWed, 17 Oct 2018 23:10:30 +0800, by Anton Shestakov
-
branching: merge with defaultWed, 17 Oct 2018 14:02:18 +0200, by Pierre-Yves David
-
branching: preserve the expected output on defaultWed, 17 Oct 2018 13:44:06 +0200, by Pierre-Yves David
-
evolvecmd: use modern vocabulary in help text for evolve stableSun, 14 Oct 2018 13:37:11 +0200, by Anton Shestakov
-
evolvecmd: mark flags with old instability names as deprecated stableSun, 14 Oct 2018 13:35:13 +0200, by Anton Shestakov
-
Added tag 8.3.0 for changeset 45d4b49d81d9 stableFri, 12 Oct 2018 16:31:20 +0200, by Pierre-Yves David
-
pullbundle: document working version and update changelog to mention it stableFri, 12 Oct 2018 16:25:06 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Fri, 12 Oct 2018 15:20:54 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Fri, 12 Oct 2018 15:15:09 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Fri, 12 Oct 2018 15:15:07 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Fri, 12 Oct 2018 15:15:05 +0200, by Pierre-Yves David
-
topic: fix '{topicidx}' keyword registration for mercurial <= 4.5 stableFri, 12 Oct 2018 15:37:22 +0200, by Pierre-Yves David
-
changelog: mention the fix of cache warming on hg strip stableFri, 12 Oct 2018 15:02:51 +0200, by Pierre-Yves David
-
test: backed out output changes from changeset 6f391c2a773b stableFri, 12 Oct 2018 14:56:00 +0200, by Pierre-Yves David
-
test: backed out test output changes from changeset ef22eef37ecc stableFri, 12 Oct 2018 14:55:46 +0200, by Pierre-Yves David
-
test: backed out output changes from changeset 0171a7ceb574 stableFri, 12 Oct 2018 14:55:37 +0200, by Pierre-Yves David
-
test: backed out output changes from changeset dfa69b5ece87 stableFri, 12 Oct 2018 14:55:27 +0200, by Pierre-Yves David
-
test: backed out output changes from changeset 01ad46551d7c stableFri, 12 Oct 2018 14:55:20 +0200, by Pierre-Yves David
-
prev: also use stack shortcut in output when possibleFri, 12 Oct 2018 14:40:03 +0200, by Pierre-Yves David
-
next: also use stack shortcut in output when possibleFri, 12 Oct 2018 14:33:03 +0200, by Pierre-Yves David
-
branching: merge stable into defaultFri, 12 Oct 2018 11:33:30 +0200, by Pierre-Yves David
-
rewind: alias the command to undoFri, 12 Oct 2018 02:12:23 +0300, by Pulkit Goyal
-
changelog: add a line about the usage of s# in evolveFri, 12 Oct 2018 01:23:16 +0200, by Pierre-Yves David
-
caches: no longer warm the cache on strip in "auto" mode stableThu, 11 Oct 2018 13:38:38 +0200, by Pierre-Yves David
-
evolve: use stack alias s# in `hg evolve` msgsTue, 02 Oct 2018 12:55:29 +0530, by Sushil khanchi
-
evolve: extract displayer to _solveone()Mon, 01 Oct 2018 19:59:17 +0530, by Sushil khanchi
-
utility: add a template alias that will be used in evolve msgsMon, 01 Oct 2018 13:20:30 +0530, by Sushil khanchi
-
topic: add topicidx template keywordMon, 01 Oct 2018 12:37:42 +0530, by Sushil khanchi
-
changelog: fix version numberTue, 09 Oct 2018 15:14:32 +0200, by Pierre-Yves David
-
tests: update the test-topic.t with changes in core mercurialTue, 02 Oct 2018 20:38:37 +0300, by Pulkit Goyal
-
pullbundle: fix style warningWed, 26 Sep 2018 19:17:04 +0200, by Pierre-Yves David
-
pullbundle: improves management of multiple branch while dealing with a headWed, 26 Sep 2018 18:41:55 +0200, by Pierre-Yves David
-
pullbundle: deal with head in a predicable orderWed, 26 Sep 2018 18:42:44 +0200, by Pierre-Yves David
-
pullbundle: deal with another special case introduced by arbitrary rangesWed, 26 Sep 2018 17:17:11 +0200, by Pierre-Yves David
-
pullbundle: compat with Mercurial 4.7Wed, 26 Sep 2018 13:15:40 +0200, by Pierre-Yves David
-
pullbundle: add some information on the cached changeTue, 25 Sep 2018 19:35:33 +0200, by Pierre-Yves David
-
pullbundle: add data about the cached bundle size and hitTue, 25 Sep 2018 18:41:51 +0200, by Pierre-Yves David
-
pullbundle: add a command to generate cache hit statisticTue, 25 Sep 2018 18:23:46 +0200, by Pierre-Yves David
-
pullbundle: point out the output flooding issue from coreTue, 25 Sep 2018 13:44:32 +0200, by Pierre-Yves David
-
pullbundle: issue local branches in the right orderTue, 25 Sep 2018 13:29:49 +0200, by Pierre-Yves David
-
pullbundle: delay cache file openingTue, 25 Sep 2018 12:53:34 +0200, by Pierre-Yves David
-
pullbundle: improve slicing of the lower part of rangeTue, 25 Sep 2018 12:20:26 +0200, by Pierre-Yves David
-
stablerange: fix slicing of arbitrary rangesTue, 25 Sep 2018 12:19:41 +0200, by Pierre-Yves David
-
pullbundle: attempt to save stablerange cache after each computationMon, 24 Sep 2018 01:16:00 +0200, by Pierre-Yves David
-
pullbundle: add basic extension metadataMon, 24 Sep 2018 00:51:39 +0200, by Pierre-Yves David
-
pullbundle: add a config option for the cache directoryMon, 24 Sep 2018 00:28:10 +0200, by Pierre-Yves David
-
pullbundle: add an output about the time spent slicing the setSun, 23 Sep 2018 22:58:11 +0200, by Pierre-Yves David
-
pullbundle: add extension documentationSun, 23 Sep 2018 22:45:23 +0200, by Pierre-Yves David
-
pullbundle: add an extra test showing how cache are reusableSun, 23 Sep 2018 23:46:49 +0200, by Pierre-Yves David
-
pullbundle: add caching logicSun, 23 Sep 2018 00:08:02 +0200, by Pierre-Yves David
-
pullbundle: slice pull into multiple rangesSun, 23 Sep 2018 23:41:08 +0200, by Pierre-Yves David
-
pullbundle: initial commitSun, 23 Sep 2018 23:53:23 +0200, by Pierre-Yves David
-
test: update output to make streamv2 capabilitiesFri, 21 Sep 2018 20:02:03 +0200, by Pierre-Yves David
-
branching: merge with stableFri, 21 Sep 2018 18:33:55 +0200, by Pierre-Yves David
-
topic: respect preexisting 'topic' value on workingcommitctx stableSat, 22 Sep 2018 13:09:06 +0200, by Pierre-Yves David
-
topic: add a compatibility to access transaction's names stableFri, 21 Sep 2018 19:49:28 +0200, by Pierre-Yves David
-
topic: add a compatibility to access transaction's validator stableFri, 21 Sep 2018 17:50:28 +0200, by Pierre-Yves David
-
evovle: remove redundancy in evolve outputFri, 21 Sep 2018 15:52:53 +0530, by Sushil khanchi
-
amend: handle crash before transaction initialization with --patch stableFri, 21 Sep 2018 11:58:42 +0200, by Pierre-Yves David
-
branching: merge with stableTue, 18 Sep 2018 02:14:10 +0200, by Pierre-Yves David
-
obsdiscovery: adopt to calling convention change stableMon, 17 Sep 2018 09:25:28 -0700, by Gregory Szorc
-
branching: merge stable into defaultFri, 14 Sep 2018 12:21:32 +0200, by Pierre-Yves David
-
Added tag 8.2.1 for changeset c6362c4abd69 stableFri, 14 Sep 2018 12:17:21 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Fri, 14 Sep 2018 10:51:44 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Fri, 14 Sep 2018 10:51:43 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Fri, 14 Sep 2018 10:51:42 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Fri, 14 Sep 2018 10:51:40 +0200, by Pierre-Yves David
-
branching: merge stable into defaultFri, 14 Sep 2018 10:47:57 +0200, by Pierre-Yves David
-
caches: issue both debug and blackbox log message stableFri, 14 Sep 2018 10:39:01 +0200, by Pierre-Yves David
-
cmdrewrite: rename variable and move it closer to where it is usedThu, 13 Sep 2018 00:04:17 +0800, by Anton Shestakov
-
changelog: mention the cache improvements stableThu, 13 Sep 2018 19:46:05 +0200, by Pierre-Yves David
-
obshashrangecache: be more paranoid in the errors we catch stableThu, 13 Sep 2018 17:09:44 +0200, by Pierre-Yves David
-
stablerangecache: be more paranoid in the errors we catch stableThu, 13 Sep 2018 17:09:34 +0200, by Pierre-Yves David
-
stablesortcache: update the variable tracking on-disk state after write stableThu, 13 Sep 2018 19:22:03 +0200, by Pierre-Yves David
-
stablesortcache: ignore permission and OS errors when writing stableThu, 13 Sep 2018 19:22:39 +0200, by Pierre-Yves David
-
firstmergecache: update the variable tracking on-disk state after write stableThu, 13 Sep 2018 19:09:48 +0200, by Pierre-Yves David
-
firstmergecache: ignore permission and OS errors when writing stableThu, 13 Sep 2018 17:08:18 +0200, by Pierre-Yves David
-
depthcache: update the variable tracking on disk state after write stableThu, 13 Sep 2018 18:56:04 +0200, by Pierre-Yves David
-
depthcache: ignore permission and OS errors when writing stableThu, 13 Sep 2018 17:08:05 +0200, by Pierre-Yves David
-
obscache: update the variable tracking on disk state after write stableThu, 13 Sep 2018 18:20:50 +0200, by Pierre-Yves David
-
obscache: ignore permission and OS errors when writing stableThu, 13 Sep 2018 18:21:07 +0200, by Pierre-Yves David
-
obshashrange: force reset if many changes stableThu, 13 Sep 2018 02:49:58 +0200, by Pierre-Yves David
-
topic: refactor revset.py slightlyTue, 04 Sep 2018 19:30:19 +0800, by Anton Shestakov
-
test: update output to match new `hg verify` reportsWed, 12 Sep 2018 12:02:17 +0200, by Pierre-Yves David
-
test: update output to match new "pull" phase reportWed, 12 Sep 2018 11:53:41 +0200, by Pierre-Yves David
-
test: adapt to change in revert messages orderWed, 12 Sep 2018 10:37:14 +0200, by Pierre-Yves David
-
rewind: fix help text (mostly grammar, but also s/precursor/predecessor) stableFri, 07 Sep 2018 11:08:47 -0700, by Martin von Zweigbergk
-
branching: merge back with stableMon, 03 Sep 2018 23:30:28 +0200, by Pierre-Yves David
-
Added tag 8.2.0 for changeset 8d8f08245f97 stableMon, 03 Sep 2018 23:27:54 +0200, by Pierre-Yves David
-
branching: merge back with stableMon, 03 Sep 2018 23:21:39 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Mon, 03 Sep 2018 22:59:20 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Mon, 03 Sep 2018 22:59:19 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Mon, 03 Sep 2018 22:59:18 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Mon, 03 Sep 2018 22:59:16 +0200, by Pierre-Yves David
-
topic: rework topic templatekw declaration to be 4.5 compatible again stableMon, 03 Sep 2018 22:47:18 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Mon, 03 Sep 2018 22:09:26 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Mon, 03 Sep 2018 22:06:12 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Mon, 03 Sep 2018 22:05:12 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Mon, 03 Sep 2018 21:59:24 +0200, by Pierre-Yves David
-
test-output: backout test output update in 8fcee1e65e29 stableMon, 03 Sep 2018 17:21:16 +0200, by Pierre-Yves David
-
test-output: backout test output update in 503ae2689df8 stableMon, 03 Sep 2018 17:20:28 +0200, by Pierre-Yves David
-
topic: update the changelog with the 's#' alias changeMon, 03 Sep 2018 20:54:17 +0200, by Pierre-Yves David
-
topic: update other occurrence of 't0' is 's0' in the codeMon, 03 Sep 2018 20:53:12 +0200, by Pierre-Yves David
-
topic: mention t0 in topic documentation stableMon, 03 Sep 2018 17:28:50 +0200, by Pierre-Yves David
-
stack: display 's#' instead of 't#' and 'b#'Mon, 03 Sep 2018 17:07:36 +0200, by Pierre-Yves David
-
stack: clarify s# error message in case of branchMon, 03 Sep 2018 16:41:32 +0200, by Pierre-Yves David
-
alias: allow reference through 's#'Mon, 03 Sep 2018 16:29:02 +0200, by Pierre-Yves David
-
topic-revset: get the list of revset through the official localrepo APISat, 01 Sep 2018 14:00:41 +0200, by Pierre-Yves David
-
topic-revset: strictly read stringSat, 01 Sep 2018 21:47:00 +0200, by Pierre-Yves David
-
test: search for empty topic as a stringSat, 01 Sep 2018 21:45:15 +0200, by Pierre-Yves David
-
topic: handle ambiguous arguments to topic() revsetThu, 30 Aug 2018 21:05:17 +0800, by Anton Shestakov
-
topic: handle revsets passed to topic() revsetThu, 30 Aug 2018 20:21:17 +0800, by Anton Shestakov
-
topic: handle string argument to topic() revset earlierThu, 30 Aug 2018 19:13:56 +0800, by Anton Shestakov
-
topic: prepare to handle non-string arguments to topic() revsetThu, 30 Aug 2018 18:02:41 +0800, by Anton Shestakov
-
topic: return result early if there are no arguments to topic() revsetThu, 30 Aug 2018 17:42:11 +0800, by Anton Shestakov
-
obshashrange: enable by defaultFri, 31 Aug 2018 00:31:01 +0200, by Pierre-Yves David
-
obshashrange: issue a warning if the cache takes a long time to loadThu, 30 Aug 2018 22:50:26 +0200, by Pierre-Yves David
-
pick: fix last references of grab in codeFri, 31 Aug 2018 14:26:37 +0200, by Boris Feld
-
pick: replace `hg grab` invocation in test with `hg pick`Fri, 31 Aug 2018 09:21:19 +0200, by Pierre-Yves David
-
pick: replace "grabstate" with "pickstate"Fri, 31 Aug 2018 09:20:21 +0200, by Pierre-Yves David
-
pick: use "pick" as operation name in obsolescence markersFri, 31 Aug 2018 09:19:13 +0200, by Pierre-Yves David
-
pick: use "pick" instead of "grab" for various internal APIFri, 31 Aug 2018 12:45:56 +0200, by Pierre-Yves David
-
pick: update command output to mention pick instead of grabFri, 31 Aug 2018 09:13:11 +0200, by Pierre-Yves David
-
pick: rename the grab command to pickFri, 31 Aug 2018 09:11:04 +0200, by Pierre-Yves David
-
grab: prefix function with 'cmd' as for the other command in the extensionFri, 31 Aug 2018 09:08:13 +0200, by Pierre-Yves David
-
readme: document the purpose of the evolve extensionThu, 30 Aug 2018 19:40:18 +0200, by Pierre-Yves David
-
prune: replace --biject with --pairThu, 30 Aug 2018 19:50:39 +0200, by Pierre-Yves David
-
topic: check that repo.currenttopic is set before using it as an argumentTue, 28 Aug 2018 21:28:41 +0800, by Anton Shestakov
-
test: update output after merge message changeWed, 29 Aug 2018 18:59:07 +0200, by Pierre-Yves David
-
readme: document the tag we use on output changeWed, 29 Aug 2018 17:32:47 +0200, by Pierre-Yves David
-
branching: merge with stableWed, 29 Aug 2018 17:23:25 +0200, by Pierre-Yves David
-
packaging: fix debian version numbersWed, 29 Aug 2018 10:46:37 +0200, by Pierre-Yves David
-
branching: merge stable into defaultTue, 28 Aug 2018 21:53:42 +0200, by Pierre-Yves David
-
packaging: mark in progress work as development version stableTue, 28 Aug 2018 21:53:07 +0200, by Pierre-Yves David
-
Added tag 8.1.2 for changeset f1cde4c97806 stableTue, 28 Aug 2018 20:30:57 +0200, by Pierre-Yves David
-
obshashrange: force obshashrange invalidation by bumping schema stableTue, 28 Aug 2018 20:00:46 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Tue, 28 Aug 2018 11:25:32 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Tue, 28 Aug 2018 11:24:52 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Tue, 28 Aug 2018 11:24:50 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Tue, 28 Aug 2018 11:24:49 +0200, by Pierre-Yves David
-
branching: merge with stableTue, 28 Aug 2018 11:18:58 +0200, by Pierre-Yves David
-
changelog: mention the database robutness fix in the changelog stableTue, 28 Aug 2018 10:24:18 +0200, by Pierre-Yves David
-
sqlcache: also catch malformed database error stableMon, 27 Aug 2018 12:40:47 +0200, by Pierre-Yves David
-
stablerange: rework saving logic to be clearer and safer stableMon, 27 Aug 2018 12:40:41 +0200, by Pierre-Yves David
-
obshashrange: rework saving branching to be clearer and safer stableMon, 27 Aug 2018 12:12:49 +0200, by Pierre-Yves David
-
obshashrange: always check in base cachekey against the recorded one stableMon, 27 Aug 2018 10:20:15 +0200, by Pierre-Yves David
-
stablerangecache: fix output in the drifted case stableMon, 27 Aug 2018 10:16:12 +0200, by Pierre-Yves David
-
sqlcache: cache OperationError when saving stableMon, 27 Aug 2018 00:28:19 +0200, by Pierre-Yves David
-
sqlcache: passe better connection option stableMon, 27 Aug 2018 00:18:06 +0200, by Pierre-Yves David
-
contrib: introduce a small script to stress tests obsolescence exchange stableSun, 26 Aug 2018 20:55:26 +0200, by Pierre-Yves David
-
changelog: mention the database robutness fix in the changelogTue, 28 Aug 2018 10:24:18 +0200, by Pierre-Yves David
-
sqlcache: also catch malformed database errorMon, 27 Aug 2018 12:40:47 +0200, by Pierre-Yves David
-
stablerange: rework saving logic to be clearer and saferMon, 27 Aug 2018 12:40:41 +0200, by Pierre-Yves David
-
obshashrange: rework saving branching to be clearer and saferMon, 27 Aug 2018 12:12:49 +0200, by Pierre-Yves David
-
sqlcache: protect read query tooMon, 27 Aug 2018 11:40:32 +0200, by Pierre-Yves David
-
sqlite: fast path when nothing to saveMon, 27 Aug 2018 11:33:09 +0200, by Pierre-Yves David
-
sqlcache: initialize meta table lastMon, 27 Aug 2018 11:27:04 +0200, by Pierre-Yves David
-
obshashrange: always check in base cachekey against the recorded oneMon, 27 Aug 2018 10:20:15 +0200, by Pierre-Yves David
-
stablerangecache: fix output in the drifted caseMon, 27 Aug 2018 10:16:12 +0200, by Pierre-Yves David
-
sqlcache: also ignore integrity errorMon, 27 Aug 2018 00:35:51 +0200, by Pierre-Yves David
-
sqlcache: cache OperationError when savingMon, 27 Aug 2018 00:28:19 +0200, by Pierre-Yves David
-
sqlcache: passe better connection optionMon, 27 Aug 2018 00:18:06 +0200, by Pierre-Yves David
-
contrib: introduce a small script to stress tests obsolescence exchangeSun, 26 Aug 2018 20:55:26 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Tue, 21 Aug 2018 14:09:33 +0200, by Pierre-Yves David
-
test: adjust glob in previous changeset mercurial-4.4Tue, 21 Aug 2018 13:59:27 +0200, by Pierre-Yves David
-
branching: merge with stableTue, 21 Aug 2018 15:32:02 +0200, by Pierre-Yves David
-
Added tag 8.1.1 for changeset e7abf863e113 stableTue, 21 Aug 2018 15:29:32 +0200, by Pierre-Yves David
-
branching: merge with stableTue, 21 Aug 2018 14:23:47 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Tue, 21 Aug 2018 13:26:35 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Tue, 21 Aug 2018 13:25:29 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Tue, 21 Aug 2018 13:25:28 +0200, by Pierre-Yves David
-
changelog: add a line about improved prune documentation stableTue, 21 Aug 2018 13:18:52 +0200, by Pierre-Yves David
-
prune: more human-friendly documentation stableTue, 21 Aug 2018 12:13:28 +0200, by Dan Villiom Podlaski Christiansen
-
prune: improve help first line stableTue, 21 Aug 2018 12:14:04 +0200, by Dan Villiom Podlaski Christiansen
-
prune: try to clarify the "multi" revisions case stableTue, 21 Aug 2018 12:21:05 +0200, by Pierre-Yves David
-
prune: move help about biject after the one about split and fold stableTue, 21 Aug 2018 12:21:59 +0200, by Pierre-Yves David
-
prune: no longer consider dropping --biject stableTue, 21 Aug 2018 12:18:11 +0200, by Pierre-Yves David
-
prune: more human-friendly documentation for --biject stableTue, 21 Aug 2018 12:13:01 +0200, by Dan Villiom Podlaski Christiansen
-
prune: use ``-s/--succ`` in documentation stableTue, 21 Aug 2018 11:56:49 +0200, by Dan Villiom Podlaski Christiansen
-
branching: merge with stableTue, 21 Aug 2018 04:08:38 +0200, by Pierre-Yves David
-
compat: import the module dagutil module in evolveTue, 21 Aug 2018 04:05:12 +0200, by Pierre-Yves David
-
evolve: delete evolvestate after aborting interrupted `next --evolve` stableMon, 20 Aug 2018 12:21:39 +0300, by Pulkit Goyal
-
tests: check that we delete evolvestate correctly after abort/stop stableMon, 20 Aug 2018 12:19:05 +0300, by Pulkit Goyal
-
evolve: set the second parent if we get conflicts while evolving stableSat, 18 Aug 2018 21:03:45 +0530, by Pulkit Goyal
-
evolvecmd: import mercurial.node module as nodemod stableSat, 18 Aug 2018 21:01:14 +0530, by Pulkit Goyal
-
tests: demonstrate the interrupted evolve does not set p2 stableSat, 18 Aug 2018 20:24:41 +0530, by Pulkit Goyal
-
cleanup: remove unused importSat, 18 Aug 2018 01:32:52 +0200, by Pierre-Yves David
-
cleanup: remove old comment that lost all meaningSat, 18 Aug 2018 01:03:19 +0200, by Pierre-Yves David
-
template: remove compatibility layer for `showobsolete`Sat, 18 Aug 2018 01:02:52 +0200, by Pierre-Yves David
-
exthelper: drop compatibility layer for `command`Sat, 18 Aug 2018 01:06:30 +0200, by Pierre-Yves David
-
topic: drop compat layer for `command`Sat, 18 Aug 2018 01:05:00 +0200, by Pierre-Yves David
-
legacy: drop compat layer for "command"Sat, 18 Aug 2018 01:00:08 +0200, by Pierre-Yves David
-
drophack: drop compat layer for "command"Sat, 18 Aug 2018 00:59:44 +0200, by Pierre-Yves David
-
compat: drop compatibility layer for updatecachesSat, 18 Aug 2018 00:53:12 +0200, by Pierre-Yves David
-
branching: merge with stableSat, 18 Aug 2018 00:48:05 +0200, by Pierre-Yves David
-
obshashrange: force saving of stablesort and firstmerge cache stableFri, 17 Aug 2018 16:26:44 +0200, by Pierre-Yves David
-
stablerange: save stablesort cache alongside the stablerange one stableFri, 17 Aug 2018 12:56:13 +0200, by Pierre-Yves David
-
obshashrange: always save stable range cache alongside the obshashrange one stableFri, 17 Aug 2018 12:07:55 +0200, by Pierre-Yves David
-
obshashrange: clear in-memory cache alongside the sqlite one stableFri, 17 Aug 2018 12:06:43 +0200, by Pierre-Yves David
-
branching: merge with fixes on stableFri, 17 Aug 2018 01:07:37 +0200, by Pierre-Yves David
-
changelog: summarize the recent improvement stableFri, 17 Aug 2018 01:04:49 +0200, by Pierre-Yves David
-
obshashrange: re-enabled more selective pruning of affected range stableFri, 17 Aug 2018 00:27:10 +0200, by Pierre-Yves David
-
obshashrange: fix computation of affected ranges stableFri, 17 Aug 2018 00:23:20 +0200, by Pierre-Yves David
-
obshashrange: add more validation output to tests stableThu, 16 Aug 2018 22:45:36 +0200, by Pierre-Yves David
-
obshashrange: correctly detect changeset directly affected by prune stableThu, 16 Aug 2018 21:12:57 +0200, by Pierre-Yves David
-
obshashrange: do not search for affected ranges above the highest we have stableThu, 16 Aug 2018 21:18:18 +0200, by Pierre-Yves David
-
obshashrange: do not search for affected stable range cache is unavailable stableThu, 16 Aug 2018 20:49:55 +0200, by Pierre-Yves David
-
stablerange: build closure a bit less inefficiently stableThu, 16 Aug 2018 20:22:19 +0200, by Pierre-Yves David
-
discovery: make sure repository wrapping happens in the right order stableThu, 16 Aug 2018 22:19:19 +0200, by Pierre-Yves David
-
branching: merge with stableThu, 16 Aug 2018 11:58:07 +0200, by Pierre-Yves David
-
changelog: add an entry about the next --evolve fix stableThu, 16 Aug 2018 11:54:30 +0200, by Pierre-Yves David
-
next: fix topic constraint in the --evolve case stableThu, 16 Aug 2018 11:44:32 +0200, by Pierre-Yves David
-
test: adapt to core output change on unknown commandTue, 14 Aug 2018 19:22:54 +0200, by Pierre-Yves David
-
compat: use new style template keyword declarationTue, 14 Aug 2018 19:15:35 +0200, by Pierre-Yves David
-
test: fix previous changeset outputTue, 14 Aug 2018 18:32:30 +0200, by Pierre-Yves David
-
obshashrange: add a test for `hg debugupdatecache`Tue, 14 Aug 2018 15:24:22 +0200, by Pierre-Yves David
-
branching: merge with stableTue, 14 Aug 2018 18:21:23 +0200, by Pierre-Yves David
-
templatekw: do not override in-core {obsolete} keyword stableWed, 08 Aug 2018 20:21:34 +0900, by Yuya Nishihara
-
packaging: mark version as development version stableMon, 13 Aug 2018 12:55:10 +0200, by Pierre-Yves David
-
Added tag 8.1.0 for changeset 2c5d79c6459c stableFri, 03 Aug 2018 05:43:54 +0200, by Pierre-Yves David
-
branching: merge stable into defaultFri, 03 Aug 2018 01:16:51 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Fri, 03 Aug 2018 00:22:50 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Fri, 03 Aug 2018 00:19:47 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Fri, 03 Aug 2018 00:19:46 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Fri, 03 Aug 2018 00:19:45 +0200, by Pierre-Yves David
-
compat: add a fixed version of mergecopies for hg<=4.3 stableThu, 02 Aug 2018 16:54:40 +0300, by Pulkit Goyal
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Thu, 02 Aug 2018 02:47:44 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Thu, 02 Aug 2018 02:42:15 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Thu, 02 Aug 2018 02:42:14 +0200, by Pierre-Yves David
-
compat: make compatible call to ui.edit for hg <= 4.3 stableThu, 02 Aug 2018 04:11:54 +0200, by Pierre-Yves David
-
compat: ignore extra status feature for hg <= 4.3 stableThu, 02 Aug 2018 03:08:52 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5Thu, 02 Aug 2018 01:58:44 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Thu, 02 Aug 2018 01:57:13 +0200, by Pierre-Yves David
-
compat: disable empty topic warning on `hg phases` for hg <=4.5 stableThu, 02 Aug 2018 02:15:48 +0200, by Pierre-Yves David
-
compat: restore compatibility with Mercurial <= 4.5 stableThu, 02 Aug 2018 01:31:02 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Thu, 02 Aug 2018 01:53:01 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.6 mercurial-4.6Tue, 31 Jul 2018 12:54:46 +0200, by Pierre-Yves David
-
branching: merge stable back into defaultWed, 01 Aug 2018 23:52:10 +0200, by Pierre-Yves David
-
compat: improve detection of Mercurial 4.6 stableTue, 31 Jul 2018 07:38:37 -0500, by Andrew Fischer
-
cleanup: use NotImplementedError instead of NotImplemented stableTue, 31 Jul 2018 13:06:20 +0200, by Pierre-Yves David
-
CHANGELOG: add some entries and remove duplicated entries stableTue, 24 Jul 2018 00:52:14 +0530, by Pulkit Goyal
-
branching: merge with the other head mercurial-4.6Tue, 31 Jul 2018 12:07:39 +0200, by Pierre-Yves David
-
test-compat: backed out changeset 8fe8152ff071 mercurial-4.6Tue, 31 Jul 2018 11:48:15 +0200, by Pierre-Yves David
-
test-compat: backed out changeset 41fc764bf28c mercurial-4.6Tue, 31 Jul 2018 11:47:20 +0200, by Pierre-Yves David
-
test-compat: backed out changeset dda5b2134b32 mercurial-4.6Tue, 31 Jul 2018 11:46:30 +0200, by Pierre-Yves David
-
test-compat: backout change to 1e103c7f7663 mercurial-4.6Tue, 31 Jul 2018 11:45:01 +0200, by Pierre-Yves David
-
compat: use older API for older versionTue, 31 Jul 2018 11:25:57 +0200, by Pierre-Yves David
-
branching: create mercurial-4.6 branch for updated test output mercurial-4.6Tue, 31 Jul 2018 09:28:19 +0200, by Pierre-Yves David
-
builddependencies: extract function for getting successorsWed, 25 Jul 2018 16:12:01 -0700, by Martin von Zweigbergk
-
builddependencies: share code between single- and multi-successor casesWed, 25 Jul 2018 16:23:25 -0700, by Martin von Zweigbergk
-
builddependencies: build inverse dict from forward dictWed, 25 Jul 2018 14:33:48 -0700, by Martin von Zweigbergk
-
builddependencies: remove a use of defaultdictWed, 25 Jul 2018 14:21:49 -0700, by Martin von Zweigbergk
-
branching: merge with stableTue, 31 Jul 2018 09:03:35 +0200, by Pierre-Yves David
-
builddependencies: don't remove found deps when divergence found (issue5946) stableWed, 25 Jul 2018 15:30:37 -0700, by Martin von Zweigbergk
-
builddependencies: don't add dependency on revision outside input set stableWed, 25 Jul 2018 14:47:16 -0700, by Martin von Zweigbergk
-
builddependencies: consider all divergent successors stableWed, 25 Jul 2018 15:16:25 -0700, by Martin von Zweigbergk
-
obslog: check filtered output with folded changesetsFri, 25 May 2018 17:17:56 +0200, by Boris Feld
-
obslog: check filtered output with splitted changesetsFri, 25 May 2018 16:50:04 +0200, by Boris Feld
-
obslog: check filtered output with pruned changesetsFri, 25 May 2018 11:52:48 +0200, by Boris Feld
-
obslog: check filtered output with amended changesetsTue, 22 May 2018 16:48:35 +0200, by Boris Feld
-
tests: add a content-divergent obshistory testFri, 25 May 2018 11:48:19 +0200, by Boris Feld
-
tests: extract the obshistory amend then fold test case into a separate fileTue, 22 May 2018 17:44:05 +0200, by Boris Feld
-
tests: extract the content-divergence test case into a separate fileTue, 22 May 2018 17:42:56 +0200, by Boris Feld
-
tests: extract the obshistory fold test case into a separate fileTue, 22 May 2018 17:41:57 +0200, by Boris Feld
-
tests: extract the obshistory lots of split test case into a separate fileTue, 22 May 2018 17:40:56 +0200, by Boris Feld
-
tests: extract the obshistory split test case into a separate fileTue, 22 May 2018 17:37:51 +0200, by Boris Feld
-
tests: extract the obshistory prune test case into a separate fileTue, 22 May 2018 17:37:40 +0200, by Boris Feld
-
tests: extract the obshistory amend test case into a separate fileTue, 22 May 2018 15:40:29 +0200, by Boris Feld
-
tests: extract obshistory setup in a separate fileTue, 22 May 2018 15:35:54 +0200, by Boris Feld
-
obslog: add a new flag to filter out non-local nodesTue, 22 May 2018 12:07:24 +0200, by Boris Feld
-
compat: drop compatibility hack for mercurial <4.3Thu, 26 Jul 2018 18:28:44 +0200, by Pierre-Yves David
-
compat: temporarily move copies fix to compat.pySat, 21 Jul 2018 02:42:29 +0530, by Pulkit Goyal
-
evolve: continue conflicted relocation content-divergenceThu, 07 Jun 2018 18:18:30 +0530, by Pulkit Goyal
-
topic: use self instead of repo in topicrepo methods stableWed, 18 Jul 2018 18:17:16 +0800, by Anton Shestakov
-
evolvecmd: introduce fn to be wrapped by extensions resolving content-divSun, 08 Jul 2018 22:16:17 +0530, by Pulkit Goyal
-
evolvecmd: move remaining logic to merge commit desc to existing utility fnSun, 08 Jul 2018 21:18:33 +0530, by Pulkit Goyal
-
amend: allow aborting an `amend --patch` by saving an empty file (issue5925)Sun, 08 Jul 2018 22:52:33 +0530, by Pulkit Goyal
-
tests: add a test to demonstrate issue5925Sun, 08 Jul 2018 22:50:16 +0530, by Pulkit Goyal
-
test: fix possible output change from 4.7Mon, 09 Jul 2018 01:18:40 +0200, by Pierre-Yves David
-
state: add the get() method that evolvecmd:1836 expectsFri, 06 Jul 2018 11:36:24 -0700, by Martin von Zweigbergk
-
rewing: prevent rewind in case of uncommitted changesSun, 17 Jun 2018 03:56:54 +0200, by Pierre-Yves David
-
rewind: default to rewinding the current stackSun, 17 Jun 2018 03:46:46 +0200, by Pierre-Yves David
-
rewing: add the ability to rewind "from" revisionsSun, 17 Jun 2018 03:10:19 +0200, by Pierre-Yves David
-
evolve: exclude "identical" precursors from the precursors setSun, 17 Jun 2018 03:29:34 +0200, by Pierre-Yves David
-
rewind: move revision selection into its own functionSun, 17 Jun 2018 03:07:53 +0200, by Pierre-Yves David
-
rewind: automatically rewind entire stackSun, 17 Jun 2018 02:32:29 +0200, by Pierre-Yves David
-
rewind: add a test about rewinding top of stackSun, 17 Jun 2018 02:22:28 +0200, by Pierre-Yves David
-
rewind: use rewinded parent when creating multiple changesetsSun, 17 Jun 2018 02:03:03 +0200, by Pierre-Yves David
-
rewind: add a test for rewinding a foldSun, 17 Jun 2018 00:22:31 +0200, by Pierre-Yves David
-
rewind: add a test for rewinding a splitSun, 17 Jun 2018 01:36:30 +0200, by Pierre-Yves David
-
rewind: update the working copy if it gets obsoletedSun, 17 Jun 2018 00:33:43 +0200, by Pierre-Yves David
-
rewind: add a message about obsolete changesetSun, 17 Jun 2018 01:04:20 +0200, by Pierre-Yves David
-
rewind: obsolete latest successors unless instructed otherwiseSun, 17 Jun 2018 00:15:18 +0200, by Pierre-Yves David
-
rewind: test rewinding an amended changesetsSat, 16 Jun 2018 23:32:22 +0200, by Pierre-Yves David
-
rewind: add a message about the rewinded changesetsSun, 17 Jun 2018 00:57:09 +0200, by Pierre-Yves David
-
rewind: add a proto version of the commandSat, 16 Jun 2018 23:11:52 +0200, by Pierre-Yves David
-
stablesort: make sure heads are processed in sorted orderFri, 29 Jun 2018 16:51:56 +0200, by Pierre-Yves David
-
evolve: move the bookmarks also when updating to successor (issue5923)Tue, 19 Jun 2018 23:21:54 +0530, by Pulkit Goyal
-
tests: add test to demonstrate issue5923Tue, 19 Jun 2018 23:21:44 +0530, by Pulkit Goyal
-
changelog: add an entry about the new `evolve.interrupted` sectionThu, 28 Jun 2018 17:26:16 +0200, by Pierre-Yves David
-
evolve: make one missed error to align other error messagesFri, 15 Jun 2018 00:50:17 +0530, by Pulkit Goyal
-
evolve: raise error.InterventionRequired instead of Abort when conflictsFri, 15 Jun 2018 00:16:29 +0530, by Pulkit Goyal
-
changelog: add a changelog entry about divergence resolutionThu, 14 Jun 2018 02:58:30 +0200, by Pierre-Yves David
-
evolve: create resolved cset on successors of current parentsThu, 14 Jun 2018 01:39:33 +0530, by Pulkit Goyal
-
tests: fix a test case to not create conflictsThu, 14 Jun 2018 01:39:11 +0530, by Pulkit Goyal
-
evolve: introduce a resolutionparent variable and store it in evolvestateThu, 14 Jun 2018 01:06:12 +0530, by Pulkit Goyal
-
evolve: introduce a dirstatedance() fn to fix dirstate after parent changeWed, 13 Jun 2018 18:08:57 +0530, by Pulkit Goyal
-
evolve: create a new commit instead of amending one of the divergentsWed, 13 Jun 2018 17:15:10 +0530, by Pulkit Goyal
-
evolve: always order the revs to be evolvedTue, 12 Jun 2018 23:20:54 +0530, by Pulkit Goyal
-
tests: add test of resolution of content-divergent stacksTue, 12 Jun 2018 21:13:02 +0530, by Pulkit Goyal
-
evolve: improve error messages when conflicts occurTue, 12 Jun 2018 19:00:12 +0530, by Pulkit Goyal
-
evolve: point to `hg help evolve.interrupted` while resolving content-divTue, 12 Jun 2018 04:01:19 +0530, by Pulkit Goyal
-
tests: add test about aborting content-divergence when multiple parentsTue, 12 Jun 2018 03:29:13 +0530, by Pulkit Goyal
-
CHANGELOG: add an entry about the --update flagWed, 13 Jun 2018 15:47:19 +0530, by Pulkit Goyal
-
evolve: show unfinished information in `hg status -v` (issue5886)Wed, 06 Jun 2018 04:29:05 +0530, by Pulkit Goyal
-
style: drop a (commented) debug printTue, 12 Jun 2018 13:58:14 +0200, by Denis Laxalde
-
tests: update tests output with changes in d0abd7949ea3 in core hgSun, 10 Jun 2018 20:58:55 +0530, by Pulkit Goyal
-
branching: merge with stableTue, 12 Jun 2018 10:40:57 +0200, by Pierre-Yves David
-
changelog: add a couple of missing entry stableMon, 11 Jun 2018 20:24:45 +0200, by Pierre-Yves David
-
evolve: strip the extra obsmarkers if any on `hg evolve --abort`Mon, 11 Jun 2018 20:17:56 +0530, by Pulkit Goyal
-
evolve: store the obsmarkers to be deleted in evolvestateMon, 11 Jun 2018 20:13:36 +0530, by Pulkit Goyal
-
evolve: store obsmarkers to be deleted in evolvestateMon, 11 Jun 2018 15:52:11 +0530, by Pulkit Goyal
-
evolve: factor out logic to merge branches in separate functionMon, 11 Jun 2018 15:38:43 +0530, by Pulkit Goyal
-
tests: add more test of --stop while resolving content-divergenceMon, 11 Jun 2018 01:00:57 +0530, by Pulkit Goyal
-
evolve: strip the relocation commit on `hg evolve --stop`Mon, 11 Jun 2018 00:47:28 +0530, by Pulkit Goyal
-
evolve: declare updated and pctx variables in stopevolve()Mon, 11 Jun 2018 00:43:39 +0530, by Pulkit Goyal
-
evolve: store the old other divergent node after relocation in evolvestateSun, 10 Jun 2018 22:52:11 +0530, by Pulkit Goyal
-
evolve: factor out logic for --stop flag in separate functionSun, 10 Jun 2018 22:42:57 +0530, by Pulkit Goyal
-
tests: add test for --stop flag when resolving multiparents content-divSun, 10 Jun 2018 22:38:08 +0530, by Pulkit Goyal
-
evolve: move logic to continue interrupted content-div resolution to new fnSun, 10 Jun 2018 20:35:48 +0530, by Pulkit Goyal
-
evolve: rename help topic evolve.interrupted-evolve to evolve.interruptedMon, 11 Jun 2018 01:12:12 +0530, by Pulkit Goyal
-
packaging: update tested-with statements in evolve and topic stableSat, 09 Jun 2018 00:15:27 +0530, by Pulkit Goyal
-
CHANGELOG: mention about 4.6.1 compatibility stableSat, 09 Jun 2018 00:12:08 +0530, by Pulkit Goyal
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Fri, 08 Jun 2018 22:52:53 +0530, by Pulkit Goyal
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Fri, 08 Jun 2018 22:52:52 +0530, by Pulkit Goyal
-
test-compat: merge stable into mercurial-4.5 mercurial-4.5Fri, 08 Jun 2018 22:52:51 +0530, by Pulkit Goyal
-
utility: use ui.interactive() instead of checking config value stableTue, 22 May 2018 23:51:57 +0530, by Pulkit Goyal
-
CHANGELOG: add couple of entries about things fixed stableFri, 08 Jun 2018 19:48:53 +0530, by Pulkit Goyal
-
next-prev: add tests showing --merge not respected in some cases stableFri, 08 Jun 2018 18:32:48 +0530, by Pulkit Goyal
-
evolve: store the evolvestate if relocation results in conflictsThu, 07 Jun 2018 22:59:39 +0530, by Pulkit Goyal
-
tests: add more test of resolution of content-divergent changesetsThu, 07 Jun 2018 22:45:54 +0530, by Pulkit Goyal
-
evolvestate: store info about relocation while resolving content-divergenceThu, 07 Jun 2018 18:18:10 +0530, by Pulkit Goyal
-
evolve: factor out logic to merge content divergent csets in separate fnThu, 07 Jun 2018 18:13:54 +0530, by Pulkit Goyal
-
evolve: commit the transaction if conflicts occur while merging content-divThu, 07 Jun 2018 20:27:03 +0530, by Pulkit Goyal
-
tests: add tests for resolving content-divergence when different parentsThu, 07 Jun 2018 15:54:32 +0530, by Pulkit Goyal
-
evolve: implement resolution of content-divergence when on differet parentsFri, 01 Jun 2018 19:52:06 +0530, by Pulkit Goyal
-
tests: add tests for resolving content-divergence with parent changeFri, 01 Jun 2018 19:57:19 +0530, by Pulkit Goyal
-
CHANGELOG: add an entry about fixing issue5877Wed, 06 Jun 2018 03:49:17 +0530, by Pulkit Goyal
-
evolve: pop up editor if conflicts occur while merging commit messagesWed, 06 Jun 2018 03:26:47 +0530, by Pulkit Goyal
-
evolve: merge commit messages while resolving content-divergence (issue5877)Mon, 04 Jun 2018 01:28:02 +0530, by Pulkit Goyal
-
evolve: move if-else block under the right blockWed, 06 Jun 2018 01:19:36 +0530, by Pulkit Goyal
-
tests: make sure we don't result in commit messages conflictTue, 05 Jun 2018 22:02:24 +0530, by Pulkit Goyal
-
tests: don't use mkcommit shell function in test-divergent.tTue, 05 Jun 2018 21:02:09 +0530, by Pulkit Goyal
-
evolve: remove duplicated documentationWed, 06 Jun 2018 14:35:36 +0200, by Pierre-Yves David
-
evolve: show `hg help evolve.interrupted-evolve` in error when conflictsWed, 06 Jun 2018 04:09:49 +0530, by Pulkit Goyal
-
evolve: add a help topic `Interrupted-Evolve`Wed, 23 May 2018 01:11:59 +0530, by Pulkit Goyal
-
branching: merge with stableTue, 05 Jun 2018 03:37:15 +0200, by Pierre-Yves David
-
evolve: return the new node formed only as the replacementThu, 24 May 2018 02:12:14 +0530, by Pulkit Goyal
-
tests: add more test of --abort flag for content-divergence resolutionThu, 24 May 2018 17:04:20 +0530, by Pulkit Goyal
-
evolve: prompt user for branch selection while resolving content-divergenceMon, 04 Jun 2018 04:03:02 +0530, by Pulkit Goyal
-
evolve: pass the base revision in _completecontentdivergent()Tue, 05 Jun 2018 03:51:01 +0530, by Pulkit Goyal
-
evolve: store the base of content-divergents in evolvestateTue, 05 Jun 2018 03:49:49 +0530, by Pulkit Goyal
-
evolve: use cmdrewrite.amend() instead of creating a new commitTue, 05 Jun 2018 00:53:21 +0530, by Pulkit Goyal
-
corecompat: update the tests output to show phase update summarySun, 03 Jun 2018 01:59:41 +0530, by Pulkit Goyal
-
CHANGELOG: add an entry about issue 5808 being fixed stableSun, 03 Jun 2018 03:24:43 +0530, by Pulkit Goyal
-
next-prev: replace the error hint to mention about `--merge` flag stableSun, 03 Jun 2018 03:21:25 +0530, by Pulkit Goyal
-
tests: add tests for conflicts while respecting commands.update.check stableSun, 03 Jun 2018 03:13:47 +0530, by Pulkit Goyal
-
next: respect `commands.update.check` config option in `hg next` (issue5808) stableSun, 03 Jun 2018 02:37:13 +0530, by Pulkit Goyal
-
prev: respect `commands.update.check` config option in `hg prev` (issue5808) stableSun, 03 Jun 2018 02:36:24 +0530, by Pulkit Goyal
-
next: bail out early in `hg next --evolve` if dirty wdir stableSun, 03 Jun 2018 02:26:19 +0530, by Pulkit Goyal
-
tests: add test of `hg next --evolve` with dirty working directory stableSun, 03 Jun 2018 02:24:28 +0530, by Pulkit Goyal
-
CHANGELOG: add an entry about fixing issue5897 stableSun, 03 Jun 2018 03:35:22 +0530, by Pulkit Goyal
-
evolve: fix `hg abort` when hg next --evolve leads to conflicts (issue5897) stableSun, 27 May 2018 02:32:58 +0530, by Pulkit Goyal
-
evolve: add an `--update` flag to `hg evolve` commandThu, 24 May 2018 17:50:02 +0530, by Pulkit Goyal
-
tests: add tests for testing --abort while content-divergence resolutionThu, 24 May 2018 02:02:11 +0530, by Pulkit Goyal
-
evolve: fix storage of replacements and temprevs node in evolvestateThu, 24 May 2018 00:58:50 +0530, by Pulkit Goyal
-
tests: add more tests related to aborting while resolving phase-divergenceThu, 24 May 2018 00:58:35 +0530, by Pulkit Goyal
-
topic: suggest to clear a topic that becomes emptyWed, 23 May 2018 12:16:24 +0200, by Denis Laxalde
-
topic: display a hint pointing at help when a topic becomes non-emptyWed, 23 May 2018 11:37:37 +0200, by Denis Laxalde
-
branching: merge with compat fix on defaultThu, 24 May 2018 18:57:46 +0200, by Pierre-Yves David
-
evolve: add compat for repair.stripbmrevset which is moved to scmutil stableThu, 24 May 2018 01:50:26 +0530, by Pulkit Goyal
-
evolve: update the readme with more information about contribution stableWed, 23 May 2018 11:18:14 +0200, by Pierre-Yves David
-
topic: dedent items about publishing behavior in docstring stableWed, 23 May 2018 11:03:31 +0200, by Denis Laxalde
-
topic: use preformatted block for config snippets documentation stableWed, 23 May 2018 11:00:11 +0200, by Denis Laxalde
-
branching: merge with stableWed, 23 May 2018 01:24:02 +0200, by Pierre-Yves David
-
content-div: add test showing `--stop` works during interrupted resolutionTue, 22 May 2018 21:33:50 +0530, by Pulkit Goyal
-
evolve: create new commit while resolving content-divergenceMon, 23 Apr 2018 14:48:53 +0530, by Pulkit Goyal
-
content-divergence: store the resolved revs in evolvestate['replacements']Tue, 22 May 2018 20:33:42 +0530, by Pulkit Goyal
-
utility: use ui.interactive() instead of checking config valueTue, 22 May 2018 23:51:57 +0530, by Pulkit Goyal
-
evolve: make `--abort` strip the temporary revs created during resolutionWed, 23 May 2018 02:46:20 +0530, by Pulkit Goyal
-
evolve: store a list of temprevs in evolvestateWed, 23 May 2018 02:43:23 +0530, by Pulkit Goyal
-
evolve: check for None before adding in set of revisions to stripWed, 23 May 2018 02:36:14 +0530, by Pulkit Goyal
-
evolve: return the new replacement node to be stored in evolvestateWed, 23 May 2018 02:33:14 +0530, by Pulkit Goyal
-
evolve: don't make values of replacements dict listsWed, 23 May 2018 02:39:38 +0530, by Pulkit Goyal
-
tests: add a test file `--abort` flag while resolving phase-divergenceWed, 23 May 2018 02:41:08 +0530, by Pulkit Goyal
-
evolve: pass revisions as strings to commands.*() stableTue, 15 May 2018 22:17:27 -0700, by Martin von Zweigbergk
-
tests: rename test-evolve-abort.t to test-evolve-abort-orphan.tWed, 23 May 2018 01:27:13 +0530, by Pulkit Goyal
-
branching: merge with branch for stableMon, 21 May 2018 16:56:52 +0200, by Pierre-Yves David
-
compat: update obshashrange test outputMon, 21 May 2018 16:25:29 +0200, by Boris Feld
-
test: update to new outputsMon, 21 May 2018 14:56:51 +0200, by Boris Feld
-
compat: fix obslog with Mercurial 4.6+Mon, 21 May 2018 13:07:49 +0200, by Boris Feld
-
debian: add line to clean-docs target to delete additional docs file stableSat, 19 May 2018 18:26:36 +0530, by Faheem Mitha
-
amend: use context manager for locks (issue5887) stableMon, 14 May 2018 15:25:38 -0700, by Martin von Zweigbergk
-
evolve: point to '--abort' in verbose status message stableThu, 10 May 2018 21:37:28 -0700, by Martin von Zweigbergk
-
evolvecmd: add comments and new lines in content-divergence handling logicSun, 22 Apr 2018 20:14:42 +0530, by Pulkit Goyal
-
evolve: show cset hash in "merging conetnt-divergent changeset"Sun, 29 Apr 2018 19:18:54 +0530, by Pulkit Goyal
-
evolve: show cset hash in "update to local conflict" messageSun, 29 Apr 2018 19:14:41 +0530, by Pulkit Goyal
-
evolve: use hg.updaterepo() instead of hg.update() to hide statsSun, 29 Apr 2018 19:11:29 +0530, by Pulkit Goyal
-
evolve: fix the conflicts error message during content-divergence resolutionSun, 29 Apr 2018 19:04:18 +0530, by Pulkit Goyal
-
evolve: add logic to continue interrupted content-divergence resolutionSun, 29 Apr 2018 18:51:56 +0530, by Pulkit Goyal
-
evolve: store the evolvestate file when encountering conflictsSun, 29 Apr 2018 18:48:36 +0530, by Pulkit Goyal
-
evolve: take out logic to complete phase-divergence in separate fnSun, 29 Apr 2018 18:13:29 +0530, by Pulkit Goyal
-
evolve: store divergent nodes in evolvestate when resolving content-divergenceSun, 29 Apr 2018 17:54:01 +0530, by Pulkit Goyal
-
branching: merge stable into defaultWed, 02 May 2018 11:59:06 +0200, by Pierre-Yves David
-
tests: add test showing `hg evolve --stop` works fine with phase-divergence stableSat, 28 Apr 2018 18:44:07 +0530, by Pulkit Goyal
-
tests: rename the test file to add 'orphan' in the name stableSat, 28 Apr 2018 18:03:32 +0530, by Pulkit Goyal
-
tests: test that `hg obslog wdir()` aborts with a useful message stableFri, 27 Apr 2018 16:28:34 +0800, by Anton Shestakov
-
obshistory: make obslog work when a commit doesn't have any description stableFri, 27 Apr 2018 16:19:45 +0800, by Anton Shestakov
-
obshistory: use a more appropriate type for obslog entries stableFri, 27 Apr 2018 16:14:10 +0800, by Anton Shestakov
-
packaging: mark as development versionWed, 25 Apr 2018 14:19:13 +0100, by Pierre-Yves David
-
branching: merge with latest releaseWed, 25 Apr 2018 14:18:19 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Wed, 25 Apr 2018 14:09:36 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Wed, 25 Apr 2018 14:09:35 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.5 mercurial-4.5Wed, 25 Apr 2018 14:09:34 +0100, by Pierre-Yves David
-
Added tag 8.0.0 for changeset 116cdd8c102a stableWed, 25 Apr 2018 14:09:14 +0100, by Pierre-Yves David
-
packagin: update `tested-with` statement stableWed, 25 Apr 2018 13:55:52 +0100, by Pierre-Yves David
-
testcompat: update output for Mercurial 4.3 mercurial-4.3Wed, 25 Apr 2018 01:58:45 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Mon, 23 Apr 2018 12:23:00 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4Mon, 23 Apr 2018 12:11:10 +0200, by Pierre-Yves David
-
testcompat: revert output change from new capabilities mercurial-4.5Tue, 24 Apr 2018 08:57:18 +0100, by Pierre-Yves David
-
testcompat: revert output change from 54a469cd5b26 mercurial-4.5Tue, 24 Apr 2018 08:42:47 +0100, by Pierre-Yves David
-
testcompat: revert output change from 1de6ba0ac6d7 mercurial-4.5Tue, 24 Apr 2018 08:41:57 +0100, by Pierre-Yves David
-
testcompat: merge stable into mercurial-4.5 mercurial-4.5Mon, 23 Apr 2018 12:10:26 +0200, by Pierre-Yves David
-
compat: handle different `ui.edit` signature with Mercurial 4.3 stableTue, 24 Apr 2018 15:23:15 +0100, by Pierre-Yves David
-
compat: handle lack of allpredecessors for Mercurial 4.3 stableTue, 24 Apr 2018 12:07:35 +0100, by Pierre-Yves David
-
branching: merge further fix into stable stableMon, 23 Apr 2018 12:03:05 +0100, by Pierre-Yves David
-
wrapping: fix a silly error were we checking on module and wrapping the otherMon, 23 Apr 2018 11:44:05 +0100, by Pierre-Yves David
-
brancing: merge next release into default stableMon, 23 Apr 2018 11:04:27 +0200, by Pierre-Yves David
-
test-compat: open mercurial-4.5 branch mercurial-4.5Sat, 21 Apr 2018 11:01:12 +0200, by Pierre-Yves David
-
evolve: point to '--abort' in error messageSun, 22 Apr 2018 11:40:17 +0200, by Pierre-Yves David
-
compat: drop compatibility layer for pagerThu, 19 Apr 2018 16:27:13 +0200, by Pierre-Yves David
-
compat: drop compatibility layer for duplicatecopiesThu, 19 Apr 2018 16:25:17 +0200, by Pierre-Yves David
-
compat: drop compatibility layer for bookmark.applychangesThu, 19 Apr 2018 16:21:44 +0200, by Pierre-Yves David
-
compat: from compatibility layer for allprecursorsThu, 19 Apr 2018 16:15:10 +0200, by Pierre-Yves David
-
compat: drop compatibility layer for successorssetsThu, 19 Apr 2018 16:12:37 +0200, by Pierre-Yves David
-
compat: drop compatibility wrapper for "relevantmarkers"Thu, 19 Apr 2018 16:08:01 +0200, by Pierre-Yves David
-
compat: drop compat layer for cleanupnodesThu, 19 Apr 2018 16:51:53 +0200, by Pierre-Yves David
-
compat: from compatibility layer for createmarkersThu, 19 Apr 2018 16:07:23 +0200, by Pierre-Yves David
-
compat: drop obsutile layerThu, 19 Apr 2018 16:01:49 +0200, by Pierre-Yves David
-
compat: drop vfsmod compat layerThu, 19 Apr 2018 15:59:39 +0200, by Pierre-Yves David
-
evolve: use in code filtered error for 4.6Thu, 19 Apr 2018 14:26:03 +0200, by Pierre-Yves David
-
documentation: refer to 4.3 in the help textThu, 19 Apr 2018 15:51:44 +0200, by Pierre-Yves David
-
topic: remove compatibility for older version in discovery wrappingThu, 19 Apr 2018 14:14:34 +0200, by Pierre-Yves David
-
obscache: drop compat layer to access public changesetThu, 19 Apr 2018 14:01:24 +0200, by Pierre-Yves David
-
obscache: drop compat layer for obsmarkers readingThu, 19 Apr 2018 14:00:12 +0200, by Pierre-Yves David
-
template: drop compatibility layerThu, 19 Apr 2018 13:40:57 +0200, by Pierre-Yves David
-
timer: drop compat layer for timeThu, 19 Apr 2018 13:35:31 +0200, by Pierre-Yves David
-
compat: drop support for Mercurial 4.2Thu, 19 Apr 2018 11:38:13 +0200, by Pierre-Yves David
-
compat: close test-compat branch for mercurial-4.2 mercurial-4.2Thu, 19 Apr 2018 11:39:04 +0200, by Pierre-Yves David
-
evolve: add support for hg >= b4d85bc1Wed, 18 Apr 2018 22:54:11 -0700, by Martin von Zweigbergk
-
discovery: handle deletion of 'wireproto' moduleThu, 19 Apr 2018 10:59:12 +0200, by Pierre-Yves David
-
evolve: handle wireproto module deletion for registering new commandsThu, 19 Apr 2018 10:55:57 +0200, by Pierre-Yves David
-
minitopic: handle wireproto module change from b4d85bc122bdThu, 19 Apr 2018 10:53:59 +0200, by Pierre-Yves David
-
topic: handle wireproto module change from b4d85bc122bdThu, 19 Apr 2018 10:50:24 +0200, by Pierre-Yves David
-
obsexchange: remove unused import of wireprotoserverWed, 18 Apr 2018 22:36:54 -0700, by Martin von Zweigbergk
-
compat: rename resolvepartialhexnodeid to resolvehexnodeidprefixWed, 18 Apr 2018 10:08:05 +0200, by Pierre-Yves David
-
compat: access datestr in a way compatible with verison prior to 4.6Tue, 17 Apr 2018 19:42:46 +0200, by Pierre-Yves David
-
compat: fallback to compatible partial lookup prior to 4.6Tue, 17 Apr 2018 19:42:26 +0200, by Pierre-Yves David
-
import: adapt to fd1dd79cff20Tue, 17 Apr 2018 18:30:56 +0200, by Pierre-Yves David
-
import: grab the expected node value on the flyTue, 17 Apr 2018 18:10:53 +0200, by Pierre-Yves David
-
import: use a less direct approach to store the expected nodeTue, 17 Apr 2018 17:58:12 +0200, by Pierre-Yves David
-
compat: adapt `amend --patch` to the new `patch.extract` APITue, 17 Apr 2018 15:45:58 +0200, by Pierre-Yves David
-
compat: deal with change in the wireproto moduleTue, 17 Apr 2018 15:04:15 +0200, by Pierre-Yves David
-
branching: merge with stableMon, 16 Apr 2018 12:46:23 -0700, by Martin von Zweigbergk
-
topic: allow '.' in topic namesMon, 16 Apr 2018 20:18:10 +0200, by Pierre-Yves David
-
relocate: look up partial nodeids in unfiltered repoMon, 16 Apr 2018 10:58:06 -0700, by Martin von Zweigbergk
-
compat: avoid using partial node ID in lookupMon, 16 Apr 2018 17:11:27 +0200, by Pierre-Yves David
-
test: apply output change from protocapsMon, 16 Apr 2018 00:05:54 +0200, by Pierre-Yves David
-
test: update output to match upstreamSun, 15 Apr 2018 23:24:03 +0200, by Pierre-Yves David
-
evolve: don't pass stringified int to repo.__getitem__Fri, 13 Apr 2018 09:26:28 -0700, by Martin von Zweigbergk
-
patch: offer the user a chance to fix the patch if it fails to applyWed, 11 Apr 2018 07:23:34 +0200, by Pierre-Yves David
-
amend: add a new flag `--patch` to `hg amend`Sun, 18 Mar 2018 23:48:06 +0530, by Pulkit Goyal
-
stablerangecache: include units in ui.progress() callsThu, 12 Apr 2018 13:30:28 +0800, by Anton Shestakov
-
stablerange: include units in ui.progress() callsThu, 12 Apr 2018 13:28:30 +0800, by Anton Shestakov
-
tests: add test demonstarting issue5833 is fixedFri, 06 Apr 2018 20:00:43 +0530, by Pulkit Goyal
-
utility: convert node from MultipleSuccessorsError to rev numbers (issue5832)Fri, 06 Apr 2018 20:13:27 +0530, by Pulkit Goyal
-
tests: add a test demonstarting issue5832 tracebackFri, 06 Apr 2018 15:35:57 +0530, by Pulkit Goyal
-
CHANGELOG: add an entry about `hg evolve --abort`Fri, 06 Apr 2018 14:56:27 +0530, by Pulkit Goyal
-
evolve: restore bookmarks correctly after `hg evolve --abort`Thu, 29 Mar 2018 17:34:51 +0530, by Pulkit Goyal
-
topic-ext: restrict the format of topic namesThu, 29 Mar 2018 17:42:32 +0530, by Pulkit Goyal
-
serverminitopic: wrap context.changectx.branch instead of context.changectxFri, 06 Apr 2018 23:42:47 +0530, by Pulkit Goyal
-
templatekw: remove obsfatedata templatekwFri, 06 Apr 2018 17:53:41 +0200, by Boris Feld
-
evolve: do not exit 1 when there are no troubled changesets (issue5823)Thu, 29 Mar 2018 13:01:05 -0700, by Kyle Lippincott
-
changelog: add an entry about the memory fixesFri, 06 Apr 2018 17:54:58 +0200, by Pierre-Yves David
-
safeguard: use self instead of repo in noautopublishrepo.checkpush()Fri, 06 Apr 2018 14:37:22 +0800, by Anton Shestakov
-
stablerangecache: use self instead of repo in stablerangerepo.stablerange()Fri, 06 Apr 2018 14:36:36 +0800, by Anton Shestakov
-
obscache: use self instead of repo in obscacherepo.updatecaches()Fri, 06 Apr 2018 14:26:24 +0800, by Anton Shestakov
-
templatekw: fix templatedata for 46Wed, 04 Apr 2018 16:29:48 +0200, by Boris Feld
-
style: fix a couple of pyflakes complainsSat, 31 Mar 2018 11:53:09 +0200, by Pierre-Yves David
-
evolve: add a `--abort` flag for `hg evolve` commandThu, 29 Mar 2018 16:43:28 +0530, by Pulkit Goyal
-
evolve: don't allow updating or commiting when there is interrupted evolveThu, 29 Mar 2018 16:38:00 +0530, by Pulkit Goyal
-
evolve: internationalize the entry of --list in hg evolve helpWed, 28 Mar 2018 17:47:49 +0530, by Pulkit Goyal
-
evolve: add evolvestate as an argument to _finalizerelocate()Wed, 28 Mar 2018 17:37:10 +0530, by Pulkit Goyal
-
evolve: add evolvestate as an argument to evolvecmd.relocate()Wed, 28 Mar 2018 17:33:54 +0530, by Pulkit Goyal
-
tests: add test about handling phase-divergent mergesWed, 28 Mar 2018 17:13:08 +0530, by Pulkit Goyal
-
evolve: show a message when evolution leads to no changes to commitWed, 28 Mar 2018 14:11:13 +0530, by Pulkit Goyal
-
evolve: pass the instability category to relocate() and _finalizerelocate()Wed, 28 Mar 2018 13:48:34 +0530, by Pulkit Goyal
-
tests: add more tests for solving phase-divergence using `hg evolve`Wed, 28 Mar 2018 12:56:35 +0530, by Pulkit Goyal
-
evolve: handle interrupted phase-divergence resolution gracefullySat, 24 Mar 2018 17:21:42 +0530, by Pulkit Goyal
-
evolve: move logic to resolve phase-divergence in a new functionSat, 24 Mar 2018 16:41:14 +0530, by Pulkit Goyal
-
evolve: store the precursor of phase-divergent in evolvestateSat, 24 Mar 2018 16:38:03 +0530, by Pulkit Goyal
-
evolve: move logic to complete interrupted relocation to new fnSat, 24 Mar 2018 13:17:05 +0530, by Pulkit Goyal
-
evolve: move logic to complete interrupted orphan resolution to new fnSat, 24 Mar 2018 12:58:12 +0530, by Pulkit Goyal
-
evolve: write data to evolvestate in case on conflicts in phase-divergenceFri, 23 Mar 2018 19:36:08 +0530, by Pulkit Goyal
-
evolve: explicitly turn revs to list before storing into evolvestateFri, 23 Mar 2018 19:16:25 +0530, by Pulkit Goyal
-
tests: add tests of content+parent change creating phase-divergenceFri, 23 Mar 2018 18:58:19 +0530, by Pulkit Goyal
-
tests: show first line of commit message in test-evolve-phase-divergence.tFri, 23 Mar 2018 18:28:37 +0530, by Pulkit Goyal
-
evolve: make sure bookmarks are moved after phase-divergence resolutionFri, 23 Mar 2018 17:49:26 +0530, by Pulkit Goyal
-
evolve: use the new rebased changeset to resolve phase-divergenceFri, 23 Mar 2018 17:46:46 +0530, by Pulkit Goyal
-
evolvecmd: add a detailed comment and some newlinesFri, 23 Mar 2018 17:21:09 +0530, by Pulkit Goyal
-
tests: add one more test case about handling of phase-divergence by evolveFri, 23 Mar 2018 17:20:20 +0530, by Pulkit Goyal
-
tests: add more tests for handling of phase divergence by `hg evolve`Fri, 23 Mar 2018 15:27:26 +0530, by Pulkit Goyal
-
tests: temporary delete the merge test of handling phase divergenceFri, 23 Mar 2018 13:16:42 +0530, by Pulkit Goyal
-
tests: various comment on test-evolve-phase-divergenceFri, 30 Mar 2018 19:38:55 +0200, by Pulkit Goyal
-
tests: make test-evolve-phase-divergence more descriptiveFri, 30 Mar 2018 19:37:06 +0200, by Pulkit Goyal
-
compat: use updateresult API if availableFri, 30 Mar 2018 20:26:54 +0200, by Pierre-Yves David
-
compat: provide an explicit default value to the 'odiff' configFri, 30 Mar 2018 20:13:06 +0200, by Pierre-Yves David
-
compat: keep passing arguments as keyword argumentThu, 29 Mar 2018 19:47:48 +0200, by Pierre-Yves David
-
compat: search for stringmatcher in the new locationThu, 29 Mar 2018 18:34:32 +0200, by Pierre-Yves David
-
rebase: update the rebase wrapping to works with hg 4.6Thu, 29 Mar 2018 14:13:13 +0200, by Boris Feld
-
compat: call current obsolete.createmarkers(), not one from load time stableFri, 23 Mar 2018 09:08:21 -0700, by Martin von Zweigbergk
-
tests: rename test-evolve-bumped to test-evolve-phase-divergence.tFri, 23 Mar 2018 12:44:06 +0530, by Pulkit Goyal
-
evolve: replace bumped in function name to phasedivergenceFri, 23 Mar 2018 12:39:00 +0530, by Pulkit Goyal
-
evolve: drop duplicate import of rewriteutil._bookmarksupdaterFri, 23 Mar 2018 12:35:37 +0530, by Pulkit Goyal
-
obslog: more 4.1 code compatibility dropThu, 22 Mar 2018 10:39:18 +0100, by Pierre-Yves David
-
template: drop some 4.1 compatibility codeThu, 22 Mar 2018 10:38:01 +0100, by Pierre-Yves David
-
checkheads: drop upstreamed codeThu, 22 Mar 2018 10:35:27 +0100, by Pierre-Yves David
-
obslog: cleanup patch handling after 4.1 compat dropThu, 22 Mar 2018 10:34:44 +0100, by Pierre-Yves David
-
packaging: further mark 4.1 support as droppedThu, 22 Mar 2018 10:25:01 +0100, by Pierre-Yves David
-
branching: merge with stableThu, 22 Mar 2018 10:05:50 +0100, by Pierre-Yves David
-
tests: extend the globing to the user name stableThu, 22 Mar 2018 09:53:42 +0100, by Pierre-Yves David
-
branching: close mercurial-4.1 test branch mercurial-4.1Thu, 22 Mar 2018 01:20:03 +0100, by Pierre-Yves David
-
evolve: kill `--obsolete` and `--old-obsolete` flags for graftThu, 15 Mar 2018 00:09:24 +0530, by Pulkit Goyal
-
compat: drop support for Mercurial 4.1Thu, 22 Mar 2018 00:56:48 +0100, by Pierre-Yves David
-
packaging: mark versiond as devel versionsThu, 22 Mar 2018 00:50:11 +0100, by Pierre-Yves David
-
packaging: merge stable back into defaultThu, 22 Mar 2018 00:49:04 +0100, by Pierre-Yves David
-
packaging: mark version as devel version stableThu, 22 Mar 2018 00:47:09 +0100, by Pierre-Yves David
-
Added tag 7.3.0 for changeset e4ac2e2c2086 stableThu, 22 Mar 2018 00:45:47 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Wed, 21 Mar 2018 16:35:18 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Wed, 21 Mar 2018 16:32:54 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3Wed, 21 Mar 2018 16:18:31 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.4 mercurial-4.4Wed, 21 Mar 2018 16:06:17 +0100, by Pierre-Yves David
-
branching: merge future 7.3.0 into stable stable 7.3.0Wed, 21 Mar 2018 16:03:46 +0100, by Pierre-Yves David
-
tests: update test output for the stable branch stableWed, 21 Mar 2018 15:57:53 +0100, by Pierre-Yves David
-
debian: add version 7.3.0 to changelogWed, 21 Mar 2018 15:34:29 +0100, by Pierre-Yves David
-
packaging: update version numbersWed, 21 Mar 2018 15:32:59 +0100, by Pierre-Yves David
-
changelog: prepare release 7.3.0Wed, 21 Mar 2018 15:30:06 +0100, by Pierre-Yves David
-
tests: updated tested with versionWed, 21 Mar 2018 15:36:10 +0100, by Pierre-Yves David
-
__init__: show some internationalization loveWed, 21 Mar 2018 17:03:55 +0530, by Pulkit Goyal
-
evolvecmd: show some internationalization loveWed, 21 Mar 2018 17:04:41 +0530, by Pulkit Goyal
-
utility: make sure prompt text is internationalizedWed, 21 Mar 2018 16:52:46 +0530, by Pulkit Goyal
-
test: do not use revision numberWed, 21 Mar 2018 17:59:15 +0100, by Pierre-Yves David
-
compat: use mergetoolopts from commands.pyWed, 21 Mar 2018 19:30:51 +0100, by Pierre-Yves David
-
branching: merge stable into defaultWed, 21 Mar 2018 15:24:51 +0100, by Pierre-Yves David
-
evolve: add a `--stop` flag for `hg evolve` commandTue, 20 Mar 2018 18:41:31 +0530, by Pulkit Goyal
-
obsexchange: make compatible with some unreleased 4.5 versionsMon, 19 Mar 2018 15:20:40 -0700, by Martin von Zweigbergk
-
compat: make override of createmarkers work on wrapped functionMon, 19 Mar 2018 15:46:17 -0700, by Martin von Zweigbergk
-
previous/next: add -m short form for --mergeMon, 19 Mar 2018 11:18:47 -0700, by Martin von Zweigbergk
-
evolve: handle stabilization of merge changeset with both parents obsoletedSun, 18 Mar 2018 17:29:32 +0530, by Pulkit Goyal
-
state: add __setitem__() for cmdstate classMon, 19 Mar 2018 13:11:55 +0530, by Pulkit Goyal
-
evolve: preserve the order of merge parents in `hg evolve --continue`Mon, 19 Mar 2018 12:58:31 +0530, by Pulkit Goyal
-
topics: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:41:51 -0700, by Martin von Zweigbergk
-
grab: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:51:43 -0700, by Martin von Zweigbergk
-
touch: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:51:34 -0700, by Martin von Zweigbergk
-
split: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:51:26 -0700, by Martin von Zweigbergk
-
prune: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:51:17 -0700, by Martin von Zweigbergk
-
metaedit: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:51:07 -0700, by Martin von Zweigbergk
-
fold: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:50:59 -0700, by Martin von Zweigbergk
-
uncommit: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:50:45 -0700, by Martin von Zweigbergk
-
evolve: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:40:28 -0700, by Martin von Zweigbergk
-
amend: include "operation" metadata in obsmarkersMon, 12 Mar 2018 15:50:25 -0700, by Martin von Zweigbergk
-
compat: add wrapper for obsolete.createmarkers() that accepts "operation" argFri, 16 Mar 2018 10:22:27 -0700, by Martin von Zweigbergk
-
tests: do not glob out fixed datesMon, 12 Mar 2018 23:26:25 -0700, by Martin von Zweigbergk
-
evolve: de-duplicate some function callsFri, 16 Mar 2018 17:00:01 +0530, by Pulkit Goyal
-
evolve: move deletion of evolvestate out of continueevolve() functionFri, 16 Mar 2018 16:11:22 +0530, by Pulkit Goyal
-
evolve: load evolvestate before passing to continueevolve()Fri, 16 Mar 2018 16:04:28 +0530, by Pulkit Goyal
-
evolve: move the handling for non-continue part in else conditionalFri, 16 Mar 2018 15:56:05 +0530, by Pulkit Goyal
-
evolve: move the logic of continuation handling of `hg evolve` in own fnWed, 14 Mar 2018 21:21:10 +0530, by Pulkit Goyal
-
CHANGELOG: add an entry about next and prev being interactiveFri, 16 Mar 2018 15:24:56 +0530, by Pulkit Goyal
-
prev: show changeset hash in --dry-run instead of rev numbersFri, 16 Mar 2018 13:24:57 +0530, by Pulkit Goyal
-
prev: prompt user to choose parent in case of multiple parentsFri, 16 Mar 2018 13:13:21 +0530, by Pulkit Goyal
-
next: cleanup logic around return by returning earlyFri, 16 Mar 2018 12:48:03 +0530, by Pulkit Goyal
-
next: prompt user to choose child in ambiguity in `hg next --evolve`Fri, 16 Mar 2018 12:14:39 +0530, by Pulkit Goyal
-
next: move logic to evolve the children to it's own functionFri, 16 Mar 2018 11:56:50 +0530, by Pulkit Goyal
-
next: prompt user to choose a children in case of ambiguityFri, 16 Mar 2018 11:46:47 +0530, by Pulkit Goyal
-
next: show changeset hash in `--dry-run` instead of rev numbersFri, 16 Mar 2018 11:31:13 +0530, by Pulkit Goyal
-
evolve: make sure we consider all cases in if-elseSun, 18 Mar 2018 01:27:02 +0530, by Pulkit Goyal
-
tests: add more cases about stabilization of an orphaned merge commitMon, 19 Mar 2018 14:03:41 +0100, by Pulkit Goyal
-
evolve: fix missing negationMon, 19 Mar 2018 13:47:07 +0100, by Pierre-Yves David
-
evolve: clarify message for ambiguous destination from splitMon, 19 Mar 2018 12:01:07 +0100, by Pierre-Yves David
-
evolve: prompt user to select destination for stabilization in case of splitWed, 14 Mar 2018 18:24:22 +0530, by Pulkit Goyal
-
tests: remove some tests which are moved to dedicated filesWed, 14 Mar 2018 18:36:35 +0530, by Pulkit Goyal
-
next: factor out the logic to update to changeset in another functionFri, 16 Mar 2018 11:24:35 +0530, by Pulkit Goyal
-
utility: add a function to prompt user to choose a revisionWed, 14 Mar 2018 17:59:53 +0530, by Pulkit Goyal
-
tests: add a test about evolve stabilizing orphan caused by splitsWed, 14 Mar 2018 17:20:20 +0530, by Pulkit Goyal
-
test: fix output after rev-branch-cache has been mergedMon, 19 Mar 2018 11:36:55 +0100, by Boris Feld
-
cleanup: remove duplicate import of "obsolete"Fri, 16 Mar 2018 09:13:33 -0700, by Martin von Zweigbergk
-
previous: fix behavior on obsolete cset when topic is involved (issue5708) stableFri, 16 Mar 2018 15:21:05 +0530, by Pulkit Goyal
-
previous: add test case when it's broken on obsolete cset stableFri, 16 Mar 2018 15:15:17 +0530, by Pulkit Goyal
-
prev: fix the breakage of `hg previous` from obsolete cset stableFri, 16 Mar 2018 15:01:44 +0530, by Pulkit Goyal
-
prev: add a test case which shows traceback when doing prev on obsolete cset stableFri, 16 Mar 2018 14:59:10 +0530, by Pulkit Goyal
-
tests: add more tests related to stabilization of orphaned merge commitTue, 13 Mar 2018 19:06:14 +0530, by Pulkit Goyal
-
evolve: fix stabilization of orphan merge changesets in case of conflictsTue, 13 Mar 2018 18:17:50 +0530, by Pulkit Goyal
-
tests: add a test file of resolving orphaness of merge changesetsTue, 13 Mar 2018 15:29:35 +0530, by Pulkit Goyal
-
grab: gracefully handle the case when we try to grab parent of wdirTue, 13 Mar 2018 20:44:51 +0530, by Pulkit Goyal
-
grab: move the initialization of pctx variable outside of if-elseSat, 03 Mar 2018 23:31:46 +0530, by Pulkit Goyal
-
compat: drop hack around http request handling for 4.6Wed, 14 Mar 2018 02:32:08 +0100, by Pierre-Yves David
-
obsdiscovery: add compatibility layer to register wireproto commandWed, 14 Mar 2018 02:08:53 +0100, by Pierre-Yves David
-
compat: pass all hgweb dispatch argument to the orig functionWed, 14 Mar 2018 02:21:07 +0100, by Pierre-Yves David
-
grab: add short version for continue and abortWed, 07 Mar 2018 00:00:02 -0500, by Pierre-Yves David
-
obsdiscovery: include units in ui.progress() calls (issue5773)Fri, 23 Feb 2018 20:27:17 +0800, by Anton Shestakov
-
tests: commit tests changes missing in the previous changesetSun, 04 Mar 2018 20:19:19 -0500, by Pierre-Yves David
-
obslog: add the operation to the Obslog outputSun, 04 Mar 2018 11:34:49 -0500, by Boris Feld
-
serverminitopic: attempt to fix assertion for repoview in branchmapTue, 19 Dec 2017 13:15:00 -0600, by Sean Farley
-
compat: register a version of 'obsfatedata' template that works with 4.6Sun, 04 Mar 2018 17:41:45 -0500, by Pierre-Yves David
-
compat: register a version of 'troubles' template that works with 4.6 APISun, 04 Mar 2018 17:09:41 -0500, by Pierre-Yves David
-
exthelper: add support for "requires" argument for template keywordSun, 04 Mar 2018 17:07:53 -0500, by Pierre-Yves David
-
compat: add compat layer for date related functionsSat, 03 Mar 2018 23:17:26 -0500, by Boris Feld
-
branching: merge with stableSat, 03 Mar 2018 22:25:24 -0500, by Pierre-Yves David
-
compat: more straight forward alias for old template namesSat, 03 Mar 2018 22:12:35 -0500, by Pierre-Yves David
-
serverminitopic: fix wrong object being passed to phase stableTue, 05 Dec 2017 20:45:46 -0800, by Sean Farley
-
legacy: respect explicit config for server.bundle1 stableFri, 02 Mar 2018 19:33:20 -0500, by Pierre-Yves David
-
branching: merge with stableFri, 02 Mar 2018 16:31:08 -0500, by Pierre-Yves David
-
compat: only wrap wireprotoserver function if they existFri, 02 Mar 2018 16:30:48 -0500, by Pierre-Yves David
-
pure: make sure what we expect to be list are list stableFri, 02 Mar 2018 16:07:33 -0500, by Pierre-Yves David
-
evolve: update code for not implicitly converting ctx to revisionMon, 26 Feb 2018 13:59:30 +0100, by Boris Feld
-
legacy-push: fix the code forbidding legacy obsmarkers pullingFri, 23 Feb 2018 11:02:59 +0100, by Pierre-Yves David
-
updatecaches: handle any new parameters to the methodWed, 21 Feb 2018 17:45:50 +0100, by Pierre-Yves David
-
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
-
packaging: update MANIFEST.in to include new tutorial filesWed, 10 Jan 2018 10:54:02 +0000, by Boris Feld
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Sat, 16 Dec 2017 23:40:42 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Sat, 16 Dec 2017 23:40:40 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Sat, 16 Dec 2017 23:40:39 +0100, by Pierre-Yves David
-
test: add a test to reproduce issue 5720Wed, 25 Oct 2017 11:27:04 +0200, by Boris Feld
-
test: add missing cycle testTue, 04 Jul 2017 14:55:50 +0200, by Boris Feld
-
Small typos fixing in the topic tutorialMon, 08 Jan 2018 17:38:58 +0100, by Boris Feld
-
doc: import the training supportMon, 08 Jan 2018 11:46:53 +0100, by Boris Feld
-
branching: merge with stableFri, 05 Jan 2018 23:20:30 +0100, by Pierre-Yves David
-
evolve: use new trouble names in commit messagesFri, 05 Jan 2018 17:15:43 +0530, by Pulkit Goyal
-
evolve: use compat.TROUBLES to show troubles in user interfaceSat, 09 Dec 2017 08:19:07 +0530, by Pulkit Goyal
-
topics: list only topic names in quiet modeThu, 28 Dec 2017 04:09:02 +0530, by Pulkit Goyal
-
topics: take logic to parse username to a separate functionWed, 27 Dec 2017 23:51:18 +0530, by Pulkit Goyal
-
changelog: fix a typo in the changelogFri, 05 Jan 2018 22:50:21 +0100, by Pierre-Yves David
-
caches: switch to 'auto' warming by defaultFri, 05 Jan 2018 04:37:19 +0100, by Pierre-Yves David
-
caches: add a 'auto' option for obshashrange cache warmingFri, 05 Jan 2018 04:26:59 +0100, by Pierre-Yves David
-
caches: extract some config reading in 'shouldwarmcache'Fri, 05 Jan 2018 04:26:51 +0100, by Pierre-Yves David
-
caches: pass the transaction to the "shouldwarncache" logicFri, 05 Jan 2018 03:35:07 +0100, by Pierre-Yves David
-
caches: record 'desc' attribute on transactionFri, 05 Jan 2018 22:17:27 +0100, by Pierre-Yves David
-
caches: protect against missing connectionFri, 05 Jan 2018 04:37:49 +0100, by Pierre-Yves David
-
evolve: don't show working directory obsolete message if we were on it stableWed, 27 Dec 2017 05:01:30 +0530, by Pulkit Goyal
-
prev: jump to parent's successor if parent is obsolete and topic is involved stableThu, 28 Dec 2017 03:12:54 +0530, by Pulkit Goyal
-
tests: add a test showing wrong behaviour doing `hg prev` on orphan cset stableThu, 28 Dec 2017 03:08:22 +0530, by Pulkit Goyal
-
test: update output to 02fdb8c018aaFri, 05 Jan 2018 09:51:07 +0100, by Boris Feld
-
test: update output to 9b3f95d9783dFri, 05 Jan 2018 09:23:09 +0100, by Boris Feld
-
stablesort: use parent filtering in a place we forgot toThu, 21 Dec 2017 06:12:02 +0100, by Pierre-Yves David
-
obshashrange: add a progressbar to upgradeThu, 21 Dec 2017 06:18:50 +0100, by Pierre-Yves David
-
stablerange: add an sql index on subranges id tooThu, 21 Dec 2017 04:29:02 +0100, by Pierre-Yves David
-
obshashrange: less brutal reset when receiving markers on existing nodeThu, 21 Dec 2017 04:14:05 +0100, by Pierre-Yves David
-
obshashrange: update the cache updating logicThu, 21 Dec 2017 04:39:45 +0100, by Pierre-Yves David
-
stablerange: cleanup the update logicThu, 21 Dec 2017 04:24:37 +0100, by Pierre-Yves David
-
stablesort: cleanup the update logicThu, 21 Dec 2017 04:23:45 +0100, by Pierre-Yves David
-
firstmergecache: cleanup the update logicThu, 21 Dec 2017 04:22:36 +0100, by Pierre-Yves David
-
depthcache: cleanup the update logicThu, 21 Dec 2017 04:21:53 +0100, by Pierre-Yves David
-
changelog: add an entry about the obshashrange changesThu, 21 Dec 2017 04:12:02 +0100, by Pierre-Yves David
-
stablerange: be more cautious when deleting the sql connectionThu, 21 Dec 2017 04:35:40 +0100, by Pierre-Yves David
-
stablerange: clarify sql transaction logicThu, 21 Dec 2017 03:42:54 +0100, by Pierre-Yves David
-
stablerange: use mergepoint based algorithm for the official stable rangeThu, 21 Dec 2017 03:30:13 +0100, by Pierre-Yves David
-
stablerange: explicitly create a stablerange entry for branchpoint methodThu, 21 Dec 2017 03:07:14 +0100, by Pierre-Yves David
-
stablerange: have a mergepoint based sql backed classMon, 18 Dec 2017 02:17:29 +0100, by Pierre-Yves David
-
stablerange: introduce a sql backed version of the generic on disk cacheMon, 18 Dec 2017 02:11:34 +0100, by Pierre-Yves David
-
stablerange: add a base class for on disk stored stablerange classMon, 18 Dec 2017 01:11:01 +0100, by Pierre-Yves David
-
stablesort: use on disk cache for testThu, 21 Dec 2017 02:13:19 +0100, by Pierre-Yves David
-
caches: factorise the cache warming checkThu, 21 Dec 2017 02:01:58 +0100, by Pierre-Yves David
-
stablerange: use repo-carried stablesortcacheThu, 21 Dec 2017 00:06:07 +0100, by Pierre-Yves David
-
stablesort: expose the cache through the repositoryThu, 21 Dec 2017 00:34:31 +0100, by Pierre-Yves David
-
stablesort: implement an ondisk cacheWed, 29 Nov 2017 10:38:52 -0500, by Pierre-Yves David
-
stablesort: realign a misaligned continueWed, 20 Dec 2017 23:45:11 +0100, by Pierre-Yves David
-
stablesort: remove some dead codeWed, 20 Dec 2017 23:42:28 +0100, by Pierre-Yves David
-
stablesort: abstract all cache accessWed, 20 Dec 2017 23:08:31 +0100, by Pierre-Yves David
-
stablerange: use first merge cache to skip over linear sectionMon, 18 Dec 2017 20:04:50 +0100, by Pierre-Yves David
-
stablerange: add a new 'firstmerge' cacheWed, 20 Dec 2017 20:46:10 +0100, by Pierre-Yves David
-
stablerange: drop unused `until` utilityWed, 20 Dec 2017 20:17:11 +0100, by Pierre-Yves David
-
stablerange: use cached size data instead of walking the graphWed, 20 Dec 2017 19:47:19 +0100, by Pierre-Yves David
-
stablesort: record previous segment size in the jumpWed, 20 Dec 2017 17:56:38 +0100, by Pierre-Yves David
-
stablesort: move jump recording inside the exclusive functionWed, 20 Dec 2017 17:59:14 +0100, by Pierre-Yves David
-
stablerange: compute jump size after jump retrieval onlyWed, 20 Dec 2017 17:49:41 +0100, by Pierre-Yves David
-
stablesort: warm jump cache more efficientlySun, 10 Dec 2017 03:49:48 +0100, by Pierre-Yves David
-
stablesort: use a regular dict for jumpsSun, 10 Dec 2017 03:39:56 +0100, by Pierre-Yves David
-
stablerange: use the jump information for faster iterationWed, 20 Dec 2017 15:51:05 +0100, by Pierre-Yves David
-
stablesort: expose the jumps sequence to other codeSun, 10 Dec 2017 02:46:05 +0100, by Pierre-Yves David
-
stablesort: use 'depth' in mergepoint tie breakerWed, 20 Dec 2017 16:20:26 +0100, by Pierre-Yves David
-
stablesort: rework jump gatheringWed, 20 Dec 2017 13:41:33 +0100, by Pierre-Yves David
-
stablesort: stop recording jump typeWed, 20 Dec 2017 12:36:45 +0100, by Pierre-Yves David
-
stablesort: pass a jump recording function instead of a listWed, 20 Dec 2017 12:29:02 +0100, by Pierre-Yves David
-
stablesort: minor indent fixWed, 20 Dec 2017 12:27:17 +0100, by Pierre-Yves David
-
stablesort: clarify subcall to the exclusive sideWed, 20 Dec 2017 12:19:59 +0100, by Pierre-Yves David
-
docgraph: update test output with new outputWed, 20 Dec 2017 13:18:49 +0100, by Pierre-Yves David
-
stablesort: record, cache and reuse jumpMon, 18 Dec 2017 09:04:16 +0100, by Pierre-Yves David
-
stablesort: fix head start computationMon, 18 Dec 2017 18:49:34 +0100, by Pierre-Yves David
-
stablesort: avoid attempting to sort a tupleMon, 18 Dec 2017 08:36:52 +0100, by Pierre-Yves David
-
stablerange: use the filterparents utilityMon, 18 Dec 2017 07:20:14 +0100, by Pierre-Yves David
-
stablesort: use the filtered parents utilityMon, 18 Dec 2017 07:10:43 +0100, by Pierre-Yves David
-
depthcache: use parents filter in depth cacheMon, 18 Dec 2017 06:50:57 +0100, by Pierre-Yves David
-
parents: add a utility to filter parentsMon, 18 Dec 2017 06:48:49 +0100, by Pierre-Yves David
-
stablerange: abstract the bit able to store cache into sqlMon, 18 Dec 2017 01:53:20 +0100, by Pierre-Yves David
-
stablerange: split pure algorithm part from the on disk cacheMon, 18 Dec 2017 00:40:07 +0100, by Pierre-Yves David
-
stablerange: add an assert to detect buggy rangeSun, 10 Dec 2017 05:17:04 +0100, by Pierre-Yves David
-
stablerange: warn cache for all relevant ancestors rangeSun, 10 Dec 2017 04:57:19 +0100, by Pierre-Yves David
-
stablesort: move parent range computation into its own methodSun, 10 Dec 2017 04:48:15 +0100, by Pierre-Yves David
-
stablerange: drop the basic inheritance from the 'mergepoint' versionSun, 10 Dec 2017 03:58:22 +0100, by Pierre-Yves David
-
stablerange: cache known subrange at the stablerangecached levelSun, 10 Dec 2017 12:12:12 +0100, by Pierre-Yves David
-
stablerange: use sort cache to build 'mergepoint' informationSun, 17 Dec 2017 22:05:34 +0100, by Pierre-Yves David
-
stablesort: make the iteration from head available to allSun, 10 Dec 2017 03:31:28 +0100, by Pierre-Yves David
-
depth: fix compare mode for `debugdepth`Sun, 17 Dec 2017 21:17:28 +0100, by Pierre-Yves David
-
memfilectx: changectx argument is not mandatoryFri, 15 Dec 2017 10:14:42 +0100, by Boris Feld
-
branching: merge stable into defaultSat, 16 Dec 2017 23:52:32 +0100, by Pierre-Yves David
-
amend: fix a typo in amend help text related to the extract option stableThu, 14 Dec 2017 00:53:55 +0100, by Boris Feld
-
branching: merge stable back into defaultTue, 12 Dec 2017 04:18:17 +0100, by Pierre-Yves David
-
packaging: mark stable change as bugfix dev version stableTue, 12 Dec 2017 04:16:54 +0100, by Pierre-Yves David
-
Added tag 7.1.0 for changeset 06a3cb594956 stableTue, 12 Dec 2017 04:15:26 +0100, by Pierre-Yves David
-
branching: revert "stable" change into defaultTue, 12 Dec 2017 04:08:22 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Mon, 11 Dec 2017 18:30:15 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Mon, 11 Dec 2017 18:30:14 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Mon, 11 Dec 2017 16:32:03 +0100, by Pierre-Yves David
-
test: backed out test change from changeset a18ca224e812 stableMon, 11 Dec 2017 16:12:38 +0100, by Pierre-Yves David
-
test: backed out output change from 85ab7d2d9fd6 stableMon, 11 Dec 2017 16:02:42 +0100, by Pierre-Yves David
-
branching: merge with stableTue, 12 Dec 2017 03:21:46 +0100, by Pierre-Yves David
-
obsnote: warn if user try to store a note in obsmarker on an older hgTue, 12 Dec 2017 00:27:08 +0530, by Pulkit Goyal
-
topic: use 'hookargs' over 'tr.changes' for flow controlTue, 12 Dec 2017 02:16:58 +0100, by Pierre-Yves David
-
topic: move function wrapping from reposetup to uisetupTue, 12 Dec 2017 01:27:12 +0100, by Pierre-Yves David
-
test: publish the root of the repo in flow reject-untopicedTue, 12 Dec 2017 00:16:55 +0100, by Pierre-Yves David
-
genericcaches: handle the lack of util.timer in 4.1Tue, 12 Dec 2017 01:10:44 +0100, by Pierre-Yves David
-
tests: add a test showing traceback on `hg stack` in case of split stableMon, 11 Dec 2017 23:33:50 +0530, by Pulkit Goyal
-
branching: merge stable into defaultMon, 11 Dec 2017 15:49:22 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Mon, 11 Dec 2017 09:33:32 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Mon, 11 Dec 2017 09:33:16 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Mon, 11 Dec 2017 09:33:04 +0100, by Pierre-Yves David
-
changelog: add an entry for the split+branch fix stableMon, 11 Dec 2017 09:21:47 +0100, by Pierre-Yves David
-
branching: merge with stableSun, 10 Dec 2017 22:08:54 +0100, by Pierre-Yves David
-
split: add a test demonstrating that split doesn't take the right branch stableSun, 10 Dec 2017 21:41:56 +0100, by Boris Feld
-
stablerange: compute the subrange closure on an unfiltered repositorySun, 10 Dec 2017 05:04:41 +0100, by Pierre-Yves David
-
stablesort: write a flat version of the algorithmSun, 26 Nov 2017 10:34:46 -0500, by Pierre-Yves David
-
stablesort: simplify processing of non-merge changesetsSat, 25 Nov 2017 18:53:23 -0500, by Pierre-Yves David
-
stablesort: extract a '_revsfrom' methodSat, 25 Nov 2017 18:42:23 -0500, by Pierre-Yves David
-
stablerange: use the new cache object in the 'mergepoint' versionSun, 10 Dec 2017 01:48:32 +0100, by Pierre-Yves David
-
stablesort: introduce a cache objectSat, 25 Nov 2017 18:31:37 -0500, by Pierre-Yves David
-
stablesort: start implementing more advanced version of headstart sortingSat, 25 Nov 2017 16:05:09 -0500, by Pierre-Yves David
-
stablerange: make use of the limit argument in 'mergepoint'Sun, 10 Dec 2017 01:38:48 +0100, by Pierre-Yves David
-
stablerange: introduce a smarte version of stablerange for 'mergepoint'Sun, 10 Dec 2017 01:33:39 +0100, by Pierre-Yves David
-
stablerange: introduce an intermediary abstract class for cachingSun, 10 Dec 2017 01:26:40 +0100, by Pierre-Yves David
-
stablerange: introduce a basic-mergepoint methodSun, 10 Dec 2017 01:06:16 +0100, by Pierre-Yves David
-
stablesort: add a new test to check for fully independant branchesSun, 26 Nov 2017 11:58:35 -0500, by Pierre-Yves David
-
stablesort: add a --limit argumentSat, 25 Nov 2017 17:37:37 -0500, by Pierre-Yves David
-
stablesort: introduce a mergepoint based method focused on headSat, 25 Nov 2017 15:14:50 -0500, by Pierre-Yves David
-
stablesort: introduce a "mergepoint" methodSat, 25 Nov 2017 04:09:17 -0500, by Pierre-Yves David
-
stablerange: fallback to a more naive approach to find subrangeSun, 10 Dec 2017 00:20:06 +0100, by Pierre-Yves David
-
stablebranch: avoid overlap between subrangeSat, 09 Dec 2017 22:49:07 +0100, by Pierre-Yves David
-
stablerange: introduce an 'basicstablerange'Sat, 09 Dec 2017 22:37:10 +0100, by Pierre-Yves David
-
stablerange: extract the core API into a 'stablerangecore' classWed, 29 Nov 2017 11:18:53 -0500, by Pierre-Yves David
-
stable-branch: setup tests to use a specific method by defaultSat, 09 Dec 2017 22:17:00 +0100, by Pierre-Yves David
-
stablerange: rework the debug command to allow for multiple methodWed, 29 Nov 2017 10:53:21 -0500, by Pierre-Yves David
-
deptcache: make sure we warm the dept cache before warming the obsdiscoverySat, 09 Dec 2017 17:34:33 +0100, by Pierre-Yves David
-
stablesort: add a 'method' argument to the debugstablesort commandThu, 23 Nov 2017 16:37:24 +0100, by Pierre-Yves David
-
stablesort: rename function to stablesort_branchpointSat, 25 Nov 2017 02:58:47 -0500, by Pierre-Yves David
-
stablerange: update the filename to avoid cache confusionSat, 09 Dec 2017 17:14:53 +0100, by Pierre-Yves David
-
stablesort: extract in its own moduleThu, 23 Nov 2017 16:34:50 +0100, by Pierre-Yves David
-
compat: in depth cache, only use cachevfs when availableWed, 29 Nov 2017 12:48:45 -0500, by Pierre-Yves David
-
depthcache: issue a progress bar when loading the depth cacheThu, 23 Nov 2017 16:53:29 +0100, by Pierre-Yves David
-
depthcache: move to a dedicated object and storageWed, 22 Nov 2017 15:05:15 +0100, by Pierre-Yves David
-
cache: adds debug details about what the content of the updateWed, 22 Nov 2017 13:44:44 +0100, by Pierre-Yves David
-
cache: introduce a changelogsourcebase classWed, 22 Nov 2017 13:40:47 +0100, by Pierre-Yves David
-
cache: introduce an abstract class for cache we can upgrade incrementallyWed, 22 Nov 2017 13:40:05 +0100, by Pierre-Yves David
-
depth: basic debugdepth implementation and testWed, 22 Nov 2017 16:57:07 +0100, by Pierre-Yves David
-
topics: add a config to reject draft changeset without topic on a serverSat, 09 Dec 2017 06:13:28 +0100, by Pulkit Goyal
-
test: update output to ad5f2b923b0dSat, 09 Dec 2017 05:05:39 +0100, by Pierre-Yves David
-
touch: shorten touch's docstring to make it fit into a one line stableThu, 07 Dec 2017 20:34:18 +0100, by Denis Laxalde
-
branching: merge with stableTue, 05 Dec 2017 18:31:08 +0100, by Pierre-Yves David
-
help: promote "amend" to important command stableWed, 06 Dec 2017 02:08:37 +0100, by Pierre-Yves David
-
help: fix output for `hg help -e evolve` wrt 'touch' command stableTue, 05 Dec 2017 16:11:08 -0800, by Kyle Lippincott
-
help: remove a few commands from `hg` (no args) command list stableTue, 05 Dec 2017 16:08:50 -0800, by Kyle Lippincott
-
topic: use more protective code to access current topic stableTue, 05 Dec 2017 13:53:04 +0100, by Pierre-Yves David
-
topic: use more protective code to access publishing code stableTue, 05 Dec 2017 13:21:57 +0100, by Pierre-Yves David
-
typos: fix typos in several locationsMon, 04 Dec 2017 14:27:27 -0800, by Kyle Lippincott
-
tests: add a test for newline in obsnoteMon, 04 Dec 2017 17:16:01 +0530, by Pulkit Goyal
-
obsnote: don't add '' to note while showing it in obslogMon, 04 Dec 2017 15:50:32 +0530, by Pulkit Goyal
-
obsnote: add an entry in CHANGELOG about itSun, 03 Dec 2017 23:40:08 +0530, by Pulkit Goyal
-
amend: add support for storing a note in obsmarkerFri, 17 Nov 2017 03:14:47 +0530, by Pulkit Goyal
-
uncommit: add support for storing a note in obsmarkerFri, 17 Nov 2017 03:14:31 +0530, by Pulkit Goyal
-
fold: add support for storing a note in obsmarkerFri, 17 Nov 2017 03:14:20 +0530, by Pulkit Goyal
-
metaedit: add support for storing a note in obsmarkerFri, 17 Nov 2017 03:14:08 +0530, by Pulkit Goyal
-
prune: add support for storing a note in obsmarkerFri, 17 Nov 2017 03:13:52 +0530, by Pulkit Goyal
-
split: add support for storing a note in obsmarkerFri, 17 Nov 2017 03:06:06 +0530, by Pulkit Goyal
-
touch: add support for storing a note in obsmarkerSun, 12 Nov 2017 01:54:13 +0530, by Pulkit Goyal
-
obslog: add initial support for showing note in obslogSun, 12 Nov 2017 01:35:51 +0530, by Pulkit Goyal
-
cmdrewrite: add a utility function to make sure note is of valid formatSun, 12 Nov 2017 01:26:30 +0530, by Pulkit Goyal
-
branching: merge with stableThu, 30 Nov 2017 12:14:36 -0500, by Pierre-Yves David
-
test: remove dangling --config in test-metaedit.tWed, 29 Nov 2017 20:50:37 -0500, by Boris Feld
-
tests: fix previously accidentally matching regexes in test-touch.t stableThu, 30 Nov 2017 21:31:14 -0800, by Martin von Zweigbergk
-
test: remove dangling --config in test-metaedit.t stableWed, 29 Nov 2017 20:50:37 -0500, by Boris Feld
-
serverminitopic: also avoid readingFri, 24 Nov 2017 23:46:56 -0500, by Pierre-Yves David
-
topic: introduce a minimal extensions to enable topic on the serverWed, 15 Nov 2017 08:00:17 +0100, by Pierre-Yves David
-
branching: merge stable into defaultSat, 25 Nov 2017 17:47:02 -0500, by Pierre-Yves David
-
pusoperation: wrap pushoperation __init__ directly stableFri, 24 Nov 2017 22:36:57 +0100, by Pierre-Yves David
-
changelog: mention the improved verbosity handlingFri, 17 Nov 2017 00:51:31 +0100, by Pierre-Yves David
-
branching: merge with stableFri, 17 Nov 2017 00:49:09 +0100, by Pierre-Yves David
-
summaryhook: respect -q flagThu, 16 Nov 2017 11:38:33 -0800, by Martin von Zweigbergk
-
summaryhook: remove unused functionThu, 16 Nov 2017 11:32:24 -0800, by Martin von Zweigbergk
-
evolve: make prev/next respect --quiet flag (issue5742)Thu, 16 Nov 2017 11:22:38 -0800, by Martin von Zweigbergk
-
packaging: merge 7.0.1 into defaultWed, 15 Nov 2017 00:30:15 +0100, by Pierre-Yves David
-
packaging: mark version as development version. stableWed, 15 Nov 2017 00:16:37 +0100, by Pierre-Yves David
-
Added tag 7.0.1 for changeset e7a2a6158077 stableWed, 15 Nov 2017 00:15:29 +0100, by Pierre-Yves David
-
changelog: mention the --publish bugfix stableWed, 15 Nov 2017 00:12:38 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Tue, 14 Nov 2017 23:15:20 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Tue, 14 Nov 2017 23:15:19 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Tue, 14 Nov 2017 23:15:18 +0100, by Pierre-Yves David
-
compat: fix comp ability of the new phase logic for Mercurial < 4.4 stableTue, 14 Nov 2017 23:11:00 +0100, by Pierre-Yves David
-
config: clarify that config is only enabled on the repository is it setup for stableThu, 02 Nov 2017 19:08:36 +0100, by Pierre-Yves David
-
branching: merge with an old and strange head stableTue, 14 Nov 2017 23:04:04 +0100, by Pierre-Yves David
-
topic: fix new head detection when using --publish on a topic stableTue, 14 Nov 2017 21:05:59 +0100, by Pierre-Yves David
-
effect-flag: fix obsfate verb hookingTue, 14 Nov 2017 18:35:25 +0100, by Boris Feld
-
test: update test output for effect flag by defaultTue, 07 Nov 2017 14:07:19 +0100, by Pierre-Yves David
-
tests: add more testing of pulling with various setting stableTue, 07 Nov 2017 14:21:19 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Tue, 07 Nov 2017 13:05:39 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Tue, 07 Nov 2017 13:05:38 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Tue, 07 Nov 2017 13:05:37 +0100, by Pierre-Yves David
-
branching: merge stable into defaultTue, 07 Nov 2017 13:04:58 +0100, by Pierre-Yves David
-
changelog: add details about the pushkey related fix stableTue, 07 Nov 2017 12:57:43 +0100, by Pierre-Yves David
-
wireproto: gracefully fail on http when trying to use older pushkey method stableTue, 07 Nov 2017 12:36:27 +0100, by Pierre-Yves David
-
wireproto: avoid exposing pushkey abort for server without evolution stableTue, 07 Nov 2017 12:10:22 +0100, by Pierre-Yves David
-
obsdiscovery: enforce the config on the server too stableThu, 02 Nov 2017 19:22:32 +0100, by Pierre-Yves David
-
packaging: mark default branch as development versionThu, 02 Nov 2017 00:48:25 +0100, by Pierre-Yves David
-
branching: merge back stable back into defaultThu, 02 Nov 2017 00:47:11 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Wed, 01 Nov 2017 23:58:27 +0100, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Wed, 01 Nov 2017 23:58:27 +0100, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Wed, 01 Nov 2017 23:57:56 +0100, by Pierre-Yves David
-
Added tag 7.0.0 for changeset c56c028f3802 stableThu, 02 Nov 2017 00:43:57 +0100, by Pierre-Yves David
-
debian: drop outdate part of the description stableThu, 02 Nov 2017 00:32:47 +0100, by Pierre-Yves David
-
debian: update Mercurial version dependencies stableThu, 02 Nov 2017 00:32:24 +0100, by Pierre-Yves David
-
branching: merge with stable to prepare version 7.0.0 stableWed, 01 Nov 2017 23:51:55 +0100, by Pierre-Yves David
-
push: add a --publish flagWed, 01 Nov 2017 16:23:13 +0100, by Pierre-Yves David
-
topic: add an option to automatically publish topic-less changesetWed, 01 Nov 2017 16:26:33 +0100, by Pierre-Yves David
-
topic: add an option to enforce a single head per name in a repositoryMon, 30 Oct 2017 19:24:14 +0100, by Pierre-Yves David
-
revset: clean up some messy logicSun, 15 Oct 2017 00:07:21 +0530, by Pulkit Goyal
-
evolve: rename --phasedivergent flag to --phase-divergentThu, 26 Oct 2017 09:03:48 +0200, by Pierre-Yves David
-
evolve: rename --contentdivergent flag to --content-divergentThu, 26 Oct 2017 09:02:25 +0200, by Pierre-Yves David
-
pushkey: forbid usage of pushley to exchange markersThu, 26 Oct 2017 08:44:50 +0200, by Pierre-Yves David
-
changelog: add an entry for 7.0.0 with recent changeThu, 26 Oct 2017 08:29:36 +0200, by Pierre-Yves David
-
compat: drop compat code for smartrevs.firstWed, 25 Oct 2017 04:41:17 +0200, by Pierre-Yves David
-
compat: drop compatibility dance around configoverrideWed, 25 Oct 2017 07:32:06 +0200, by Pierre-Yves David
-
compat: drop support for older exchange protocolWed, 25 Oct 2017 04:45:31 +0200, by Pierre-Yves David
-
compat: drop compatibility for 'streamres' prior to 4.1Tue, 24 Oct 2017 14:30:48 +0200, by Pierre-Yves David
-
compat: drop the directaccess hacky extensionTue, 24 Oct 2017 14:24:29 +0200, by Pierre-Yves David
-
compat: drop the inhibit hacky extensionTue, 24 Oct 2017 14:23:31 +0200, by Pierre-Yves David
-
compat: drop 'lru.get' work-around for 3.9Tue, 24 Oct 2017 14:17:14 +0200, by Pierre-Yves David
-
compat: stop working around 3.8 file cache limitationTue, 24 Oct 2017 14:13:57 +0200, by Pierre-Yves David
-
compat: simply the wrapping of '_destmergebranch'Tue, 24 Oct 2017 14:13:23 +0200, by Pierre-Yves David
-
compat: drop support for 3.8's '_destrebase' functionTue, 24 Oct 2017 14:12:37 +0200, by Pierre-Yves David
-
compat: mark version 4.1 as the minimum version requiredTue, 24 Oct 2017 14:11:28 +0200, by Pierre-Yves David
-
compat: drop compatibility for Mercurial <= 4.0Mon, 23 Oct 2017 16:08:29 +0200, by Pierre-Yves David
-
packaging: mark as development versionMon, 23 Oct 2017 16:07:09 +0200, by Pierre-Yves David
-
branching: merge with stableMon, 23 Oct 2017 16:05:57 +0200, by Pierre-Yves David
-
packaging: mark version as development version stableMon, 23 Oct 2017 16:04:23 +0200, by Pierre-Yves David
-
branching: close mercurial-4.0 branch mercurial-4.0Mon, 23 Oct 2017 16:02:37 +0200, by Pierre-Yves David
-
branching: close mercurial-3.9 branch mercurial-3.9Mon, 23 Oct 2017 16:02:10 +0200, by Pierre-Yves David
-
branching: close mercurial-3.8 branch mercurial-3.8Mon, 23 Oct 2017 16:01:07 +0200, by Pierre-Yves David
-
util: add a small script to help with the merging of branches stableMon, 23 Oct 2017 15:55:12 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-3.9 into mercurial-3.8 mercurial-3.8Mon, 23 Oct 2017 15:50:22 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.0 into mercurial-3.9 mercurial-3.9Mon, 23 Oct 2017 15:50:22 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.1 into mercurial-4.0 mercurial-4.0Mon, 23 Oct 2017 15:50:21 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1Mon, 23 Oct 2017 15:50:20 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2Mon, 23 Oct 2017 15:50:19 +0200, by Pierre-Yves David
-
test-compat: merge stable into mercurial-4.3 mercurial-4.3Mon, 23 Oct 2017 15:50:18 +0200, by Pierre-Yves David
-
Added tag 6.8.0 for changeset ec0bbf26ce7f stableMon, 23 Oct 2017 15:43:42 +0200, by Pierre-Yves David
-
flake8: rename some ambiguous identifier stableMon, 23 Oct 2017 15:25:00 +0200, by Pierre-Yves David
-
topic: instroduce a fast path when computing stack stableMon, 23 Oct 2017 15:11:48 +0200, by Pierre-Yves David
-
branching: merge stable back into defaultFri, 20 Oct 2017 23:03:11 +0200, by Pierre-Yves David
-
test-compat: merge future 6.7.0 in mercurial-3.8 branch mercurial-3.8Fri, 20 Oct 2017 22:56:52 +0200, by Pierre-Yves David
-
test-compat: merge future 6.7.0 in mercurial-3.9 branch mercurial-3.9Fri, 20 Oct 2017 22:56:21 +0200, by Pierre-Yves David
-
test-compat: merge future 6.7.0 in mercurial-4.0 branch mercurial-4.0Fri, 20 Oct 2017 22:54:58 +0200, by Pierre-Yves David
-
test-compat: merge future 6.7.0 in mercurial-4.1 branch mercurial-4.1Fri, 20 Oct 2017 22:54:41 +0200, by Pierre-Yves David
-
test-compat: merge future 6.7.0 in mercurial-4.2 branch mercurial-4.2Fri, 20 Oct 2017 22:54:08 +0200, by Pierre-Yves David
-
test-compat: merge future 6.7.0 in mercurial-4.3 branch mercurial-4.3Fri, 20 Oct 2017 22:52:55 +0200, by Pierre-Yves David
-
obsfate: re-enables operation display in obsfate stableFri, 20 Oct 2017 22:44:12 +0200, by Pierre-Yves David
-
changelog: update to reflect latest change stableFri, 20 Oct 2017 22:31:07 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-3.9 branch mercurial-3.8Fri, 20 Oct 2017 18:45:33 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.0 branch mercurial-3.9Fri, 20 Oct 2017 18:44:52 +0200, by Pierre-Yves David
-
compat-test: remove topic related tests for 3.9 mercurial-3.9Fri, 20 Oct 2017 22:22:14 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.1 branch mercurial-4.0Fri, 20 Oct 2017 18:43:55 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.2 branch mercurial-4.1Fri, 20 Oct 2017 18:41:05 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.3 branch mercurial-4.2Fri, 20 Oct 2017 18:34:22 +0200, by Pierre-Yves David
-
branching: merge with mercurial-4.3 branch creation mercurial-4.3Fri, 20 Oct 2017 18:25:05 +0200, by Pierre-Yves David
-
test-compat: revert output changes from phase renaming mercurial-4.3Fri, 20 Oct 2017 20:04:13 +0200, by Pierre-Yves David
-
test-compat: revert output changes related to temporary amend commit mercurial-4.3Fri, 20 Oct 2017 19:32:18 +0200, by Pierre-Yves David
-
test-compat: revert ouput change to blackbox mercurial-4.3Fri, 20 Oct 2017 16:07:40 +0200, by Pierre-Yves David
-
test-compat: revert ouput related to operation mercurial-4.3Fri, 20 Oct 2017 16:07:06 +0200, by Pierre-Yves David
-
test-compat: revert output change in rebase mercurial-4.3Fri, 20 Oct 2017 17:30:20 +0200, by Pierre-Yves David
-
test-compat: revert output change from bundle2 capability mercurial-4.3Fri, 20 Oct 2017 15:31:06 +0200, by Pierre-Yves David
-
test-compat: revert output change on pull report mercurial-4.3Fri, 20 Oct 2017 15:30:42 +0200, by Pierre-Yves David
-
test-compat: revert output change from 'phase' part mercurial-4.3Fri, 20 Oct 2017 15:30:16 +0200, by Pierre-Yves David
-
test-compat: revert output change from using core obsfate mercurial-4.3Fri, 20 Oct 2017 17:23:12 +0200, by Pierre-Yves David
-
topic: do to check to topic while amending stableFri, 20 Oct 2017 21:29:14 +0200, by Pierre-Yves David
-
topic-mode: add missing end line in topic-mode warning stableFri, 20 Oct 2017 21:43:13 +0200, by Pierre-Yves David
-
compat: work around the lack of configoverride in mercurial 4.0 stableFri, 20 Oct 2017 20:58:35 +0200, by Pierre-Yves David
-
compat: add an abstraction for 'scmutil.cleanupnodes' stableFri, 20 Oct 2017 19:29:56 +0200, by Pierre-Yves David
-
compat: conditionally access config item stableFri, 20 Oct 2017 18:56:15 +0200, by Pierre-Yves David
-
compat: handle version where obsutil is not available stableFri, 20 Oct 2017 18:50:26 +0200, by Pierre-Yves David
-
test: use node instead of rev in topic push tests stableFri, 20 Oct 2017 18:19:01 +0200, by Pierre-Yves David
-
test: use node instead of rev in uncommit -i test stableFri, 20 Oct 2017 17:12:03 +0200, by Pierre-Yves David
-
branching: create the mercurial-4.3 test compatibility branch mercurial-4.3Fri, 20 Oct 2017 15:20:20 +0200, by Pierre-Yves David
-
branch: merge with stable to prepare 6.7 release stableFri, 20 Oct 2017 15:18:51 +0200, by Pierre-Yves David
-
changeloge: add details about topic-modeFri, 20 Oct 2017 15:13:28 +0200, by Pierre-Yves David
-
effect-flag: remove wrapping of createmarkers for Mercurial 4.4Fri, 20 Oct 2017 14:00:30 +0200, by Boris Feld
-
stack: order the adjective of changesetFri, 20 Oct 2017 14:56:03 +0200, by Pierre-Yves David
-
stack: show current and unstable also for t0 and basesSun, 15 Oct 2017 00:03:59 +0530, by Pulkit Goyal
-
obsfate: use core version of obsfate if availableFri, 20 Oct 2017 12:04:45 +0200, by Pierre-Yves David
-
topic: register config itemsThu, 19 Oct 2017 18:18:43 +0200, by Pierre-Yves David
-
directaccess: register config item if possibleThu, 19 Oct 2017 18:17:47 +0200, by Pierre-Yves David
-
evolve: registed configitems if availableThu, 19 Oct 2017 14:46:06 +0200, by Boris Feld
-
inhibit: compatibility with 4.4-rcThu, 19 Oct 2017 21:23:21 +0200, by Pierre-Yves David
-
branching: merge with stableThu, 19 Oct 2017 20:01:00 +0200, by Pierre-Yves David
-
inhibit: respect '--keep' when handling rebase clean up stableThu, 19 Oct 2017 19:56:18 +0200, by Pierre-Yves David
-
test: adapt to change from 537de0b14030Wed, 18 Oct 2017 19:00:56 +0200, by Pierre-Yves David
-
test: adapt to output change from eb586ed5d8ceTue, 17 Oct 2017 17:12:38 +0200, by Pierre-Yves David
-
compat: fix compatibility with new duplicatecopiesTue, 17 Oct 2017 17:35:05 +0200, by Pierre-Yves David
-
topic: remove 'ass' from the random animal listSat, 14 Oct 2017 19:14:27 +0200, by Pierre-Yves David
-
config: stop passing useless default value to configSat, 14 Oct 2017 19:08:22 +0200, by Pierre-Yves David
-
branching: merge with stableSat, 14 Oct 2017 19:06:06 +0200, by Pierre-Yves David
-
changelog: add about fixed bookmark and phase handling while changing topicsSat, 14 Oct 2017 18:56:42 +0200, by Pulkit Goyal
-
pager: add a function in compats to start pager stableSat, 14 Oct 2017 20:17:25 +0530, by Pulkit Goyal
-
metadata: cleanup metadata fileSat, 14 Oct 2017 02:39:21 +0200, by Pierre-Yves David
-
branching: merge with stableFri, 13 Oct 2017 20:32:50 +0200, by Pierre-Yves David
-
topic: remove a silly duplicate in a revset stableFri, 13 Oct 2017 20:28:21 +0200, by Pierre-Yves David
-
topics: show changesetcount, troubledcount and headscount by defaultFri, 13 Oct 2017 10:18:52 +0530, by Pulkit Goyal
-
topics: use stack.stack() instead of stack.stackdata()Fri, 13 Oct 2017 10:01:38 +0530, by Pulkit Goyal
-
packaging: mark version as bugfix dev version stableTue, 10 Oct 2017 22:48:43 +0200, by Pierre-Yves David
-
branching: merge with stableTue, 10 Oct 2017 22:40:41 +0200, by Pierre-Yves David
-
Added tag 6.7.1 for changeset 430ad68292d7 stableTue, 10 Oct 2017 21:12:14 +0200, by Pierre-Yves David
-
obslog: remove the word "yet" from "No patch available yet"Mon, 09 Oct 2017 19:39:13 +0530, by Pulkit Goyal
-
obslog: spell out successor completelyMon, 09 Oct 2017 19:35:32 +0530, by Pulkit Goyal
-
readme: update readme with latest fix stable 6.7.1Tue, 10 Oct 2017 16:28:50 +0200, by Pierre-Yves David
-
obsfate: fix user filtering in obsfate-printer stableTue, 10 Oct 2017 15:28:03 +0200, by Boris Feld
-
obsfate: add a test with user both current and other stableTue, 10 Oct 2017 16:22:21 +0200, by Pierre-Yves David
-
topic: reorder revset for faster evaluation stableTue, 10 Oct 2017 15:47:11 +0200, by Pierre-Yves David
-
topics: use stack rather than stackdata when one only wants the changeset count stableMon, 09 Oct 2017 17:42:30 +0200, by Aurélien Campéas
-
log: update obsfate output orderThu, 28 Sep 2017 21:35:29 +0100, by Boris Feld
-
test: remove bashism in test-topic-change.tFri, 06 Oct 2017 10:28:09 +0200, by Pierre-Yves David
-
topics: handle phase correctly while changing topicsThu, 05 Oct 2017 19:35:58 +0530, by Pulkit Goyal
-
tests: add test showing change of phase while changing topic on secret commitThu, 05 Oct 2017 19:30:22 +0530, by Pulkit Goyal
-
topics: use scmutil.cleanupnodes to create markers while changing topicsThu, 05 Oct 2017 19:20:20 +0530, by Pulkit Goyal
-
tests: add a new test for testing changing or clearing topicsThu, 05 Oct 2017 18:13:52 +0530, by Pulkit Goyal
-
obscache: do not check of argument count of wrapped functionTue, 03 Oct 2017 11:14:29 -0700, by Matt DeVore
-
legacy: rename lookup_errors to not be in all caps (flake8 warning)Tue, 03 Oct 2017 22:51:00 +0800, by Anton Shestakov
-
randomname: fix the header of the fileSun, 01 Oct 2017 15:32:29 +0530, by Pulkit Goyal
-
topics: move README-topic as hgext3rd/topic/READMESun, 01 Oct 2017 15:22:37 +0530, by Pulkit Goyal
-
README: move CHANGELOG to a new fileSun, 01 Oct 2017 11:23:21 +0100, by Pulkit Goyal
-
test: small cleanup in test-topic-mode.tSun, 01 Oct 2017 11:18:36 +0100, by Pierre-Yves David
-
test: add support for random-all topic modeSun, 01 Oct 2017 11:13:38 +0100, by Pierre-Yves David
-
test: rename test-topicmode to test-topic-modeSun, 01 Oct 2017 10:44:23 +0100, by Pierre-Yves David
-
topicmode: add 'random' topic modeSun, 01 Oct 2017 00:35:28 +0100, by Boris Feld
-
topic: update the topic-mode hintSun, 01 Oct 2017 09:10:48 +0100, by Pierre-Yves David
-
topic: rename the 'topic-mode' help subtopicSun, 01 Oct 2017 09:05:42 +0100, by Pierre-Yves David
-
topic: add a 'enforce-all' modeSun, 01 Oct 2017 00:44:41 +0100, by Pierre-Yves David
-
topicmode: 'enforce' topic mode, no longer warn about untopiced mergeSat, 30 Sep 2017 23:18:29 +0100, by Boris Feld
-
topicmode: add new warning topicmodeSat, 30 Sep 2017 23:00:21 +0100, by Boris Feld
-
topic: add documentation for the 'topic-mode' optionSun, 01 Oct 2017 00:14:19 +0100, by Pierre-Yves David
-
test: update tests to use topic-mode enforceSat, 30 Sep 2017 22:42:52 +0100, by Boris Feld
-
topic: migrate experimental.enforce-topic to experimental.topic-modeSat, 30 Sep 2017 22:24:24 +0100, by Boris Feld
-
test: adapt to output change from 10e162bb9bf5Sat, 30 Sep 2017 12:35:49 +0100, by Pierre-Yves David
-
merge with stableSat, 30 Sep 2017 11:38:08 +0100, by Pierre-Yves David
-
stack: handle basic case of splitting with crash stableSat, 30 Sep 2017 11:11:04 +0100, by Pierre-Yves David
-
tests: update test output with commit 4f969b9e0cf5 in coreMon, 25 Sep 2017 02:29:41 +0530, by Pulkit Goyal
-
tests: update test output with commit ecc96506c49d in coreMon, 25 Sep 2017 02:23:36 +0530, by Pulkit Goyal
-
packaging: update version to match development versionWed, 27 Sep 2017 16:30:43 +0200, by Pierre-Yves David
-
packaging: merge stable back into defaultWed, 27 Sep 2017 16:26:30 +0200, by Pierre-Yves David
-
packaging: mark stable branch as dev bugfix version stableWed, 27 Sep 2017 16:24:44 +0200, by Pierre-Yves David
-
Added tag 6.7.0 for changeset 3a4f75c6619c stableWed, 27 Sep 2017 16:18:24 +0200, by Pierre-Yves David
-
packaging: update debian changelog stable 6.7.0Wed, 27 Sep 2017 16:18:11 +0200, by Pierre-Yves David
-
packaging: update version number and testedwith version stableWed, 27 Sep 2017 16:15:56 +0200, by Pierre-Yves David
-
packaging: mark version 6.7.0 in the source stableWed, 27 Sep 2017 01:44:29 +0200, by Pierre-Yves David
-
compat-test: merge future 6.7.0 into 3.8 compat branch mercurial-3.8Wed, 27 Sep 2017 01:27:40 +0200, by Pierre-Yves David
-
compat-test: merge future 6.7.0 into 3.9 compat branch mercurial-3.9Wed, 27 Sep 2017 01:22:58 +0200, by Pierre-Yves David
-
compat-test: merge future 6.7.0 into 4.0 compat branch mercurial-4.0Wed, 27 Sep 2017 01:18:39 +0200, by Pierre-Yves David
-
compat-test: merge future 6.7.0 into 4.1 compat branch mercurial-4.1Wed, 27 Sep 2017 01:12:47 +0200, by Pierre-Yves David
-
compat-test: merge future 6.7.0 into 4.2 compat branch mercurial-4.2Wed, 27 Sep 2017 01:07:22 +0200, by Pierre-Yves David
-
branching: merge future 6.7.0 in the stable branch stableWed, 27 Sep 2017 00:54:28 +0200, by Pierre-Yves David
-
topic: fix topic message for mercurial 4.2 and belowWed, 27 Sep 2017 00:00:22 +0200, by Pierre-Yves David
-
README: mention that --age also shows the userTue, 26 Sep 2017 19:05:04 +0530, by Pulkit Goyal
-
topic: try to clarify the "branch" part in stackSun, 24 Sep 2017 11:30:14 +0200, by Pierre-Yves David
-
readme: mention the message updateTue, 26 Sep 2017 13:01:21 +0200, by Pierre-Yves David
-
topics: make sure user don't pass both the age option and a topic nameMon, 25 Sep 2017 03:30:56 +0530, by Pulkit Goyal
-
topics: spell out topics completely in helpMon, 25 Sep 2017 03:29:45 +0530, by Pulkit Goyal
-
topics: show the user who last touched the topic in --ageMon, 25 Sep 2017 03:23:06 +0530, by Pulkit Goyal
-
topics: initialize variable with default value instead of assigning laterMon, 25 Sep 2017 03:06:37 +0530, by Pulkit Goyal
-
topics: improve the function signature by accepting arguments as **optsMon, 25 Sep 2017 03:04:42 +0530, by Pulkit Goyal
-
topic: merge with strip related fixTue, 26 Sep 2017 12:58:10 +0200, by Pierre-Yves David
-
topic: skip topic movement message during stripTue, 26 Sep 2017 12:56:03 +0200, by Pierre-Yves David
-
topics/ui: detect and signal when an empty changeset becomes non-emptyTue, 26 Sep 2017 12:39:11 +0200, by Aurélien Campéas
-
topics/transaction: return immediately if we are in the middle of a transactionFri, 22 Sep 2017 18:01:29 +0200, by Aurélien Campéas
-
topics/ui: signal when an operation entails voiding a topicFri, 22 Sep 2017 16:41:37 +0200, by Aurélien Campéas
-
topics/ui: signal when the topics command creates a new (empty) topicTue, 26 Sep 2017 12:29:15 +0200, by Aurélien Campéas
-
topics: signal to the end user when a topic has been forgottenTue, 26 Sep 2017 12:27:43 +0200, by Aurélien Campéas
-
topic: add a --topic option to "outgoing" commandFri, 22 Sep 2017 13:46:41 +0200, by Denis Laxalde
-
topic: add a --topic option to "push" commandFri, 22 Sep 2017 13:43:38 +0200, by Denis Laxalde
-
test-compat: adapt to core change in b90bd9a98c8bFri, 22 Sep 2017 12:48:57 +0200, by Pierre-Yves David
-
readme: update about obslog update and documentation refreshThu, 21 Sep 2017 19:34:37 +0200, by Pierre-Yves David
-
topic/tuto: be more precise in the top introduction about the publishing serverThu, 21 Sep 2017 17:08:00 +0200, by Aurélien Campéas
-
topics/tuto: prefer rebase over merge and remove the weird merge attemptThu, 21 Sep 2017 17:06:16 +0200, by Aurélien Campéas
-
topics/tuto: typo fix and s/multiple/twoThu, 21 Sep 2017 17:04:24 +0200, by Aurélien Campéas
-
topics/tuto: be more complete over the de-orphaning action within a topicThu, 21 Sep 2017 17:00:04 +0200, by Aurélien Campéas
-
topics/tuto: try to be more precise on why `hg log` output is hairyThu, 21 Sep 2017 16:52:05 +0200, by Aurélien Campéas
-
topics/tuto: attempt to have a slightly more clear wordingThu, 21 Sep 2017 16:42:45 +0200, by Aurélien Campéas
-
topics/tuto: try to be more clear when explaining previous/nextThu, 21 Sep 2017 16:41:42 +0200, by Aurélien Campéas
-
test: fix the enforce-topic configurationThu, 21 Sep 2017 18:35:22 +0200, by Pierre-Yves David
-
topics/tuto: clarification on the scope of the tutorialThu, 21 Sep 2017 16:25:58 +0200, by Aurélien Campéas
-
topics/tuto: slightly more verbose explanation of what we are seeingThu, 21 Sep 2017 15:27:20 +0200, by Aurélien Campéas
-
topics/tuto: spell out `hg topics` entirelyThu, 21 Sep 2017 15:15:24 +0200, by Aurélien Campéas
-
topics/tuto: activate the `enforce-topic` optionThu, 21 Sep 2017 15:09:14 +0200, by Aurélien Campéas
-
topics/tuto: highlight the behaviour on publish + updateThu, 21 Sep 2017 14:05:27 +0200, by Aurélien Campéas
-
topics/tuto: fix title underline type introduced earlierThu, 21 Sep 2017 13:04:19 +0200, by Aurélien Campéas
-
doc: update graph with latest version of doc-graphThu, 21 Sep 2017 17:44:58 +0200, by Pierre-Yves David
-
flake8 docs/conf.pyThu, 21 Sep 2017 17:13:46 +0200, by Philippe Pepiot
-
doc: disable generating command documentation when mercurial is not up-to-dateThu, 21 Sep 2017 17:13:09 +0200, by Philippe Pepiot
-
doc: add documentation for evolve commandsFri, 01 Sep 2017 08:32:17 +0200, by Philippe Pepiot
-
doc: clarify undocumented featuresThu, 21 Sep 2017 16:11:59 +0200, by Philippe Pepiot
-
test2rst: ignore the #if/#endif line in the outputThu, 21 Sep 2017 16:55:17 +0200, by Pierre-Yves David
-
doc: integrate graphviz graphs in tutorialsThu, 21 Sep 2017 10:45:27 +0200, by Boris Feld
-
doc: add a special flag for content to ignore in the rstThu, 21 Sep 2017 10:45:06 +0200, by Boris Feld
-
obslog: simplify formatter keysFri, 08 Sep 2017 12:10:21 +0200, by Alain Leufroy
-
obslog: fix `--template` with `--graph` optionFri, 08 Sep 2017 12:03:23 +0200, by Alain Leufroy
-
obslog: uniformize `_debugobshistoryrevs` and `_debugobshistorygraph` argumentsFri, 08 Sep 2017 12:24:22 +0200, by Alain Leufroy
-
obslog: fix --patch with --no-graph optionsSun, 17 Sep 2017 12:45:28 +0200, by Alain Leufroy
-
commands: upgrade pdiff and pstatus to full commandsThu, 21 Sep 2017 15:18:28 +0200, by Pierre-Yves David
-
gup/gdown: properly mark these commands as deprecatedThu, 21 Sep 2017 14:50:55 +0200, by Pierre-Yves David
-
Backed out changeset 1b4c92621e23Thu, 21 Sep 2017 10:39:49 +0200, by Pierre-Yves David
-
doc: integrate graphviz graphs in tutorialsTue, 29 Aug 2017 16:42:40 +0200, by Boris Feld
-
amend: lift the --interactive constraint on `--extract`Tue, 19 Sep 2017 12:52:22 +0200, by Pierre-Yves David
-
readme: mention the topic output cleanupMon, 18 Sep 2017 04:31:59 +0200, by Pierre-Yves David
-
readme: mention the new --interactive mode for uncommitMon, 18 Sep 2017 04:30:57 +0200, by Pierre-Yves David
-
uncommit: minor comment cleanup in the testMon, 18 Sep 2017 04:28:12 +0200, by Pierre-Yves David
-
uncommit: small cleanup of the interactive test setupMon, 18 Sep 2017 04:20:36 +0200, by Pierre-Yves David
-
tests: add tests for interactively uncommitting by mentioning filesMon, 11 Sep 2017 18:12:06 +0200, by Pierre-Yves David
-
uncommit: fix the dirstate handling in `uncommit -i`Mon, 11 Sep 2017 17:41:53 +0200, by Pulkit Goyal
-
uncommit: pre-indent a block in if-TrueTue, 05 Sep 2017 14:35:00 +0530, by Pulkit Goyal
-
uncommit: add an interactive option to uncommitThu, 14 Sep 2017 17:23:24 +0530, by Pulkit Goyal
-
uncommit: pre-indent a block in if-True for the next patchMon, 04 Sep 2017 15:54:39 +0200, by Pierre-Yves David
-
topic: provide more information when behind count cannot be computedSun, 17 Sep 2017 19:59:25 +0200, by Pierre-Yves David
-
topic: show the t0 even if topic is not yet touchedFri, 15 Sep 2017 23:25:38 +0530, by Pulkit Goyal
-
topics: improve the description if topic is not touchedFri, 15 Sep 2017 23:13:05 +0530, by Pulkit Goyal
-
topics: show working directory branch when topic is emptyFri, 15 Sep 2017 22:48:55 +0530, by Pulkit Goyal
-
topics: add tests for cases when a topic is emptyFri, 01 Sep 2017 15:09:59 +0530, by Pulkit Goyal
-
readme: mention compatibility with future 4.4Fri, 15 Sep 2017 16:28:59 +0200, by Pierre-Yves David
-
topic: update the message used with --age for empty topicFri, 15 Sep 2017 17:20:42 +0200, by Pierre-Yves David
-
sharing: edit passWed, 30 Aug 2017 17:32:32 +0200, by Ryan McElroy
-
user-guide: edit passWed, 30 Aug 2017 17:32:32 +0200, by Ryan McElroy
-
topic: stabilise the output of --age when date tiesWed, 13 Sep 2017 21:41:57 +0200, by Pierre-Yves David
-
tests: update after removing of redundant amend commitFri, 15 Sep 2017 15:48:18 +0200, by Boris Feld
-
topic: setup 'topic' value for working ctxWed, 13 Sep 2017 15:13:51 +0200, by Boris Feld
-
tests: abstract version number for test-topic-stack.tThu, 14 Sep 2017 20:33:03 +0200, by Pierre-Yves David
-
evolve: use registrar.templatekeyword to register template keyword functionsMon, 07 Aug 2017 23:22:41 +0900, by FUJIWARA Katsunori
-
evolve: use registrar.revsetpredicate to register revset predicate functionsSun, 10 Sep 2017 20:06:52 +0900, by FUJIWARA Katsunori
-
topic: use registrar.revsetpredicate to register revset predicate functionsMon, 07 Aug 2017 23:17:13 +0900, by FUJIWARA Katsunori
-
doc: make paragraphs before example code end with "::" for reST syntaxMon, 07 Aug 2017 23:24:57 +0900, by FUJIWARA Katsunori
-
topic: centralize compatibility logic between hg versions into compat moduleSun, 10 Sep 2017 22:41:54 +0900, by FUJIWARA Katsunori
-
readme: mention the improvement to stack in the readmeMon, 11 Sep 2017 17:24:33 +0200, by Pierre-Yves David
-
test: issue a clarifying graph print in tests/test-stack-branch.tThu, 07 Sep 2017 19:18:05 +0200, by Pierre-Yves David
-
stack: properly order stack when gaps existing inside itSat, 09 Sep 2017 22:32:50 +0530, by Pierre-Yves David
-
stack: display both parent with displaying mergeThu, 07 Sep 2017 19:43:07 +0200, by Pierre-Yves David
-
tests: add tests for showing stack when merge is involvedSat, 09 Sep 2017 22:32:44 +0530, by Pierre-Yves David
-
stack: move data computation on the objectMon, 04 Sep 2017 12:41:30 +0200, by Pierre-Yves David
-
stack: replace 'getstack' with direct call to 'stack'Mon, 04 Sep 2017 12:23:03 +0200, by Pierre-Yves David
-
stack: introduce a rich stack objectMon, 04 Sep 2017 12:19:49 +0200, by Pierre-Yves David
-
tests: add tests for `hg stack` showing surprising behavior with gapsThu, 07 Sep 2017 16:45:57 +0200, by Pulkit Goyal
-
topic: check availability of obsutil.getmarkers() for portabilitySun, 10 Sep 2017 22:22:06 +0900, by FUJIWARA Katsunori
-
tests: add more explicit test about empty topic from publishingThu, 07 Sep 2017 16:45:53 +0200, by Pierre-Yves David
-
convertbookmark: advertise the new command in the readmeFri, 01 Sep 2017 19:29:04 +0200, by Pierre-Yves David
-
convertbookmark: properly convert stacked bookmarksFri, 01 Sep 2017 17:15:55 +0200, by Pierre-Yves David
-
convertbookmark: perform all actions at the endFri, 01 Sep 2017 18:46:10 +0200, by Pierre-Yves David
-
converbookmark: split target computation from actual updateFri, 01 Sep 2017 18:33:08 +0200, by Pierre-Yves David
-
convertbookmark: extract the revset into a module level constantFri, 01 Sep 2017 17:09:17 +0200, by Pierre-Yves David
-
convertbookmark: properly exclude public changesetFri, 01 Sep 2017 17:04:21 +0200, by Pierre-Yves David
-
test: add a new root changeset to all debugconvertbookmark test caseFri, 01 Sep 2017 16:51:49 +0200, by Pierre-Yves David
-
tests: import section in 'test-topic-debugcb.t'Fri, 01 Sep 2017 12:02:27 +0200, by Pierre-Yves David
-
test: avoid using debugdrawdag in 'test-topic-debugcb.t'Fri, 01 Sep 2017 16:22:49 +0200, by Pierre-Yves David
-
tests: add more tests for debugconvertbookmarkTue, 29 Aug 2017 18:13:33 +0530, by Pulkit Goyal
-
convertbookmark: add logic to skip revisions with multiple bookmarksMon, 14 Aug 2017 14:36:11 +0530, by Pulkit Goyal
-
topics: add a new debugconvertbookmark command to convert bookmarks to topicsFri, 01 Sep 2017 18:02:50 +0200, by Pulkit Goyal
-
topic: support --rev argument and properly process then as user inputFri, 01 Sep 2017 17:53:14 +0200, by Pierre-Yves David
-
topic: move a status message in the right scopeFri, 01 Sep 2017 17:37:47 +0200, by Pierre-Yves David
-
obsfate: use effect flag information for computing a better verbWed, 09 Aug 2017 11:32:19 +0200, by Boris Feld
-
compat: make it more clear that evolve need Mercurial >= minversionTue, 29 Aug 2017 17:30:07 +0200, by Philippe Pepiot
-
doc: record all the missings and strange bit we knowWed, 30 Aug 2017 18:35:04 +0200, by Pierre-Yves David
-
directaccess: fix with tree without orderThu, 31 Aug 2017 17:00:09 +0200, by Boris Feld
-
compat: adapt to test output changesFri, 01 Sep 2017 11:08:22 +0200, by Boris Feld
-
compat: adapt to rebase change in coming 4.4Fri, 01 Sep 2017 11:07:28 +0200, by Boris Feld
-
topics: import lock as lockmodsThu, 31 Aug 2017 13:22:40 +0200, by Pulkit Goyal
-
topics: make sure we have some restrictions on topic namesTue, 29 Aug 2017 19:12:00 +0530, by Pulkit Goyal
-
topic: add test showing no restrictions on topic namesTue, 29 Aug 2017 19:03:59 +0530, by Pulkit Goyal
-
index: edit pass by native english speakerWed, 30 Aug 2017 17:32:32 +0200, by Ryan McElroy
-
topic: reword and simplify explanation of "behind"Wed, 30 Aug 2017 16:54:26 +0200, by Aurélien Campéas
-
topic: tutorial grammar fixesWed, 30 Aug 2017 15:57:04 +0200, by Aurélien Campéas
-
doc-front-page: link to the changeset evolution section in the documentWed, 30 Aug 2017 11:36:47 +0200, by Pierre-Yves David
-
doc-front-page: use a clearer statement about the experimental statusWed, 30 Aug 2017 11:26:00 +0200, by Pierre-Yves David
-
doc-front-pagE: add a paragraph about "why the extension"Wed, 30 Aug 2017 11:25:51 +0200, by Pierre-Yves David
-
doc-front-page: expand the paragraph about changeset evolutionWed, 30 Aug 2017 11:25:27 +0200, by Pierre-Yves David
-
doc-front-page: rename the "next step" sectionWed, 30 Aug 2017 11:24:38 +0200, by Pierre-Yves David
-
doc-front-page: mention that "Changeset Evolution" is a specific conceptWed, 30 Aug 2017 10:30:48 +0200, by Pierre-Yves David
-
doc-front-page: include the index in the TOCWed, 30 Aug 2017 00:32:56 +0200, by Pierre-Yves David
-
doc-front-page: add a title to the part about the extensionWed, 30 Aug 2017 00:35:44 +0200, by Pierre-Yves David
-
doc-front-page: add a feature summary at the beginning of the pageTue, 29 Aug 2017 17:25:01 +0200, by Pierre-Yves David
-
doc-front-page: mention the mailing list in the documentationTue, 29 Aug 2017 17:11:18 +0200, by Pierre-Yves David
-
doc-front-page: move installation instruction earlieroTue, 29 Aug 2017 16:58:22 +0200, by Pierre-Yves David
-
doc-front-page: move introduction before the table of contentTue, 29 Aug 2017 16:50:05 +0200, by Pierre-Yves David
-
doc: simplify the reference to in-core featuresTue, 29 Aug 2017 16:15:02 +0200, by Philippe Pepiot
-
doc: be less dramatic about changeset immutabilityTue, 29 Aug 2017 16:14:28 +0200, by Pierre-Yves David
-
doc: clarify the introduction sentenceTue, 29 Aug 2017 16:14:15 +0200, by Philippe Pepiot
-
topics: allow use a --current when setting a topicMon, 28 Aug 2017 17:16:16 +0200, by Pulkit Goyal
-
topic: make --clear + topicname invalidMon, 28 Aug 2017 17:35:44 +0200, by Pierre-Yves David
-
topics: add a current flag to display current topicMon, 28 Aug 2017 17:15:08 +0200, by Pulkit Goyal
-
topics: add a missing trailing comma on list of flagMon, 28 Aug 2017 17:10:41 +0200, by Pulkit Goyal
-
doc: let mercurial find where evolve is installedTue, 29 Aug 2017 14:19:31 +0200, by Philippe Pepiot
-
doc: use pip to install evolveTue, 29 Aug 2017 14:27:08 +0200, by Philippe Pepiot
-
doc: reword "target repository" to "remote repository"Tue, 29 Aug 2017 12:20:30 +0200, by Philippe Pepiot
-
doc: typo fixesTue, 29 Aug 2017 12:18:42 +0200, by Philippe Pepiot
-
doc: use "hidden" instead of "invisible"Tue, 29 Aug 2017 12:17:48 +0200, by Philippe Pepiot
-
tests: add whitespaces in test-topic.t to make it more readableMon, 28 Aug 2017 19:23:16 +0530, by Pulkit Goyal
-
evolve: undo change from "divergent" to "phasedivergent" for --divergentThu, 24 Aug 2017 11:00:13 -0700, by Martin von Zweigbergk
-
messages: use hyphenated '{phase,content}-divergent' in user messagesThu, 24 Aug 2017 10:57:32 -0700, by Martin von Zweigbergk
-
warning: use 'divergent', not 'contentdivergent' on old MercurialThu, 24 Aug 2017 10:48:38 -0700, by Martin von Zweigbergk
-
warning: rename warning messageThu, 24 Aug 2017 09:12:09 +0200, by Boris Feld
-
warning: rename bumped warning messageThu, 24 Aug 2017 09:11:54 +0200, by Boris Feld
-
warning: rename unstable warning messageThu, 24 Aug 2017 09:11:06 +0200, by Boris Feld
-
merge with stableWed, 23 Aug 2017 23:44:36 +0200, by Pierre-Yves David
-
test: fix output of test-discovery-obshashrange.t stableMon, 21 Aug 2017 14:21:49 +0200, by Pierre-Yves David
-
obscache: use _readmarkers() from core with correct signatureTue, 22 Aug 2017 10:59:19 -0700, by Martin von Zweigbergk
-
topics: take locks and start transaction before calling _changetopicsMon, 14 Aug 2017 11:39:06 +0530, by Pulkit Goyal
-
compat: fix instabilities compatMon, 21 Aug 2017 19:44:23 +0200, by Boris Feld
-
test: fix output of test-discovery-obshashrange.tMon, 21 Aug 2017 14:21:49 +0200, by Pierre-Yves David
-
revset: bumped volatile set was deprecatedFri, 11 Aug 2017 12:20:56 +0200, by Boris Feld
-
revset: divergent volatile set was deprecatedFri, 11 Aug 2017 12:12:03 +0200, by Boris Feld
-
revset: unstable volatile set was deprecatedFri, 11 Aug 2017 11:55:07 +0200, by Boris Feld
-
revset: bumped() is deprecatedFri, 11 Aug 2017 11:43:57 +0200, by Boris Feld
-
revset: divergent() is deprecatedFri, 11 Aug 2017 11:30:34 +0200, by Boris Feld
-
revset: unstable() is deprecatedFri, 11 Aug 2017 11:23:37 +0200, by Boris Feld
-
obsolete: allprecursors was deprecatedFri, 11 Aug 2017 10:52:44 +0200, by Boris Feld
-
context: precursors was deprecatedFri, 11 Aug 2017 10:41:11 +0200, by Boris Feld
-
context: troubled was deprecatedFri, 11 Aug 2017 09:32:23 +0200, by Boris Feld
-
context: unstable was deprecatedThu, 10 Aug 2017 20:40:57 +0200, by Boris Feld
-
context: troubles was deprecatedThu, 10 Aug 2017 20:31:39 +0200, by Boris Feld
-
log: bumped was renamed into phasedivergentThu, 10 Aug 2017 19:31:55 +0200, by Boris Feld
-
log: divergent was renamed into contentdivergentThu, 10 Aug 2017 17:57:50 +0200, by Boris Feld
-
log: unstable was renamed into orphanThu, 10 Aug 2017 17:37:31 +0200, by Boris Feld
-
log: trouble was renamed into instabilityThu, 10 Aug 2017 17:31:23 +0200, by Boris Feld
-
output: update obsfate / obslog output orderWed, 09 Aug 2017 16:01:20 +0200, by Boris Feld
-
branching: merge with stableWed, 09 Aug 2017 13:21:44 +0200, by Pierre-Yves David
-
doc: add part about exchanging drafts in topic tutorial stableFri, 30 Sep 2016 18:23:04 +0200, by Pierre-Yves David
-
test: setup python path for topic tests stableWed, 09 Aug 2017 12:52:06 +0200, by Pierre-Yves David
-
doc: various little improvements for rst export stableThu, 27 Jul 2017 17:22:44 +0200, by Boris Feld
-
docs: move the topic tutorial in the documentation stableThu, 27 Jul 2017 11:39:51 +0200, by Boris Feld
-
branching: merge with stableTue, 25 Jul 2017 16:58:31 +0200, by Pierre-Yves David
-
branching: merge with other stable head stableTue, 25 Jul 2017 16:58:04 +0200, by Pierre-Yves David
-
packaging: update version to .devTue, 25 Jul 2017 16:36:58 +0200, by Pierre-Yves David
-
branching: merge back with stableTue, 25 Jul 2017 16:35:40 +0200, by Pierre-Yves David
-
packaging: mark the stable branch as bugfix version in development stableTue, 25 Jul 2017 16:30:44 +0200, by Pierre-Yves David
-
Added tag 6.6.0 for changeset cc3e09e033a3 stableTue, 25 Jul 2017 16:24:08 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-3.9 mercurial-3.8Tue, 25 Jul 2017 15:18:24 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.0 mercurial-3.9Tue, 25 Jul 2017 15:18:09 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.1 mercurial-4.0Tue, 25 Jul 2017 15:17:52 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.2 mercurial-4.1Tue, 25 Jul 2017 15:17:42 +0200, by Pierre-Yves David
-
readme: mention the documentation update stableTue, 25 Jul 2017 15:08:05 +0200, by Pierre-Yves David
-
topic: make command names valid as expected, even if ui.strict=true stableSun, 23 Jul 2017 13:30:28 +0900, by FUJIWARA Katsunori
-
readme: mention the work on API deprecated in 4.3 stableTue, 25 Jul 2017 14:56:52 +0200, by Pierre-Yves David
-
next: use the utility to retrieve the current topic stableTue, 25 Jul 2017 14:55:24 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-3.9 mercurial-3.8Tue, 25 Jul 2017 04:02:16 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.0 mercurial-3.9Tue, 25 Jul 2017 04:01:10 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.1 mercurial-4.0Tue, 25 Jul 2017 04:00:17 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.2 mercurial-4.1Tue, 25 Jul 2017 03:59:22 +0200, by Pierre-Yves David
-
test-compat: merge mercurial-4.2 with the new stable branch content mercurial-4.2Tue, 25 Jul 2017 03:41:15 +0200, by Pierre-Yves David
-
compat: handle pre-4.2 compatibility for accessing vfsTue, 25 Jul 2017 05:51:44 +0200, by Pierre-Yves David
-
compat: avoid using configoverideTue, 25 Jul 2017 05:14:37 +0200, by Pierre-Yves David
-
compat: use old style method to update bookmarkTue, 25 Jul 2017 04:19:55 +0200, by Pierre-Yves David
-
topic: wrap 'update' in a more flexible wayTue, 25 Jul 2017 04:16:00 +0200, by Pierre-Yves David
-
branching: open the mercurial 4.2 compatibility branch mercurial-4.2Fri, 21 Jul 2017 20:53:30 +0200, by Pierre-Yves David
-
readme: add an entry about the unified messageMon, 24 Jul 2017 05:50:43 +0200, by Pierre-Yves David
-
touch: use precheck to validate revisionSun, 23 Jul 2017 21:21:16 +0200, by Pierre-Yves David
-
prune: use precheck to validate revisionSun, 23 Jul 2017 21:21:11 +0200, by Pierre-Yves David
-
uncommit: use precheck to validate revisionMon, 24 Jul 2017 01:45:17 +0200, by Pierre-Yves David
-
amend: use precheck to validate revisionSun, 23 Jul 2017 21:20:46 +0200, by Pierre-Yves David
-
split: use precheck to validate revisionSun, 23 Jul 2017 20:33:19 +0200, by Pierre-Yves David
-
precheck: handle rewrite attempt of nullrevMon, 24 Jul 2017 01:45:03 +0200, by Pierre-Yves David
-
precheck: update the orphan message to something me genericSun, 23 Jul 2017 19:45:28 +0200, by Pierre-Yves David
-
precheck: point to the instability doc when abortingSun, 23 Jul 2017 19:53:51 +0200, by Pierre-Yves David
-
evolve: document the various instability/troublesSun, 23 Jul 2017 19:52:06 +0200, by Pierre-Yves David
-
precheck: also check for unstability creationSun, 23 Jul 2017 19:37:29 +0200, by Pierre-Yves David
-
prefetc: point at the offending changeset when abortingMon, 24 Jul 2017 03:04:20 +0200, by Pierre-Yves David
-
precheck: point to 'phase' help when abortingMon, 24 Jul 2017 02:06:14 +0200, by Pierre-Yves David
-
precheck: use 'changesets' in the message instead of 'revisions'Mon, 24 Jul 2017 01:04:40 +0200, by Pierre-Yves David
-
rewriteutil: add a precheck function to validate rewrite beforehandSun, 23 Jul 2017 19:35:36 +0200, by Pierre-Yves David
-
test: remove reference to the graphlog extensionMon, 24 Jul 2017 04:41:31 +0200, by Pierre-Yves David
-
test: use common setup for test-split.tMon, 24 Jul 2017 00:11:02 +0200, by Pierre-Yves David
-
split: compute revision to split after lockingMon, 24 Jul 2017 00:01:10 +0200, by Pierre-Yves David
-
split: basic code cleanupSun, 23 Jul 2017 20:25:26 +0200, by Pierre-Yves David
-
commands: rewrite the 'evocommands' module to 'cmdrewrite'Sun, 23 Jul 2017 17:28:02 +0200, by Pierre-Yves David
-
split: add support for the -D and -U optionSun, 23 Jul 2017 07:34:18 +0200, by Pierre-Yves David
-
split: fix the --user optionSun, 23 Jul 2017 17:06:27 +0200, by Pierre-Yves David
-
metaedit: add support for the -D and -U optionsSun, 23 Jul 2017 07:33:36 +0200, by Pierre-Yves David
-
fold: add support for the -D and -U optionsSun, 23 Jul 2017 07:32:54 +0200, by Pierre-Yves David
-
test: extract most fold testing into a test-fold moduleSun, 23 Jul 2017 16:39:21 +0200, by Pierre-Yves David
-
commands: move 'prune' to the 'evocommands' moduleSun, 23 Jul 2017 06:25:30 +0200, by Pierre-Yves David
-
rewriteutil: move 'deletebookmark' to the moduleSun, 23 Jul 2017 06:14:09 +0200, by Pierre-Yves David
-
rewriteutil: move 'reachablefrombookmark' to the moduleSun, 23 Jul 2017 06:11:33 +0200, by Pierre-Yves David
-
commands: move the touch to the 'evocommands' moduleSun, 23 Jul 2017 05:42:41 +0200, by Pierre-Yves David
-
commands: move split to the 'evocommands' moduleSun, 23 Jul 2017 05:32:23 +0200, by Pierre-Yves David
-
commands: move fold to the 'evocommands' moduleSun, 23 Jul 2017 05:16:24 +0200, by Pierre-Yves David
-
commands: move metaedit to the 'evocommands' moduleSun, 23 Jul 2017 05:12:18 +0200, by Pierre-Yves David
-
rewriteutil: move the 'rewrite' functionSun, 23 Jul 2017 05:07:13 +0200, by Pierre-Yves David
-
rewriteutil: move 'foldcheck' to the new moduleSun, 23 Jul 2017 04:54:42 +0200, by Pierre-Yves David
-
rewriteutil: move disallowednewunstable in the new moduleSun, 23 Jul 2017 04:46:33 +0200, by Pierre-Yves David
-
rewriteutil: create a rewriteutil module to host utility functionSat, 22 Jul 2017 23:40:28 +0200, by Pierre-Yves David
-
interactive: fix the interractive option importSun, 23 Jul 2017 06:47:34 +0200, by Pierre-Yves David
-
test: update test output to match b11e8c67fb0fFri, 21 Jul 2017 10:51:37 +0200, by Pierre-Yves David
-
test: update test output from b47fef6d2365Fri, 21 Jul 2017 10:27:13 +0200, by Pierre-Yves David
-
compat: add a compatibility layer for bookmark moveFri, 21 Jul 2017 10:07:15 +0200, by Pierre-Yves David
-
compat: use 'safehasattr' over 'hasattr'Fri, 21 Jul 2017 09:50:26 +0200, by Pierre-Yves David
-
stack: show short node of changesets in `hg stack -v`Fri, 14 Jul 2017 07:19:15 +0530, by Pulkit Goyal
-
compat: use 'repo.cachevfs' when availableFri, 21 Jul 2017 01:04:32 +0200, by Pierre-Yves David
-
debugobsconvert: take the lock when writing the obsstore fileSun, 16 Jul 2017 11:11:06 +0200, by Pierre-Yves David
-
topics: add a test demonstarting sorting of topics by time using --ageFri, 14 Jul 2017 08:08:32 +0530, by Pulkit Goyal
-
branching: merge with stableFri, 14 Jul 2017 03:16:06 +0200, by Pierre-Yves David
-
prev: allow to update to 't0' from 't1'Fri, 14 Jul 2017 02:46:28 +0200, by Pierre-Yves David
-
topic: add a 'topicidx()' to contextFri, 14 Jul 2017 02:42:33 +0200, by Pierre-Yves David
-
prev: retrieve the 'no-topic' result is a clear and reusable optionFri, 14 Jul 2017 02:41:53 +0200, by Pierre-Yves David
-
prev: add '_getcurrenttopic' helper and use itFri, 14 Jul 2017 02:35:12 +0200, by Pierre-Yves David
-
prev: explicitly use 'p1' as a variable nameFri, 14 Jul 2017 02:34:42 +0200, by Pierre-Yves David
-
topic: rename the internal topic optionFri, 14 Jul 2017 01:53:56 +0200, by Pierre-Yves David
-
prev: extract the code computing the destinationFri, 14 Jul 2017 01:49:43 +0200, by Pierre-Yves David
-
prev: issue a proper error when reaching repository rootFri, 14 Jul 2017 01:32:34 +0200, by Pierre-Yves David
-
prev: stop creating a repository at the root of 'test-repo.t'Fri, 14 Jul 2017 01:21:32 +0200, by Pierre-Yves David
-
prev: extract the function performing the updateFri, 14 Jul 2017 01:12:20 +0200, by Pierre-Yves David
-
prev: simplify the bookmark preserving logicFri, 14 Jul 2017 01:01:22 +0200, by Pierre-Yves David
-
prev: rename 'p' to 'target'Fri, 14 Jul 2017 00:58:14 +0200, by Pierre-Yves David
-
topics: check for topic on commit before a user enters messageFri, 14 Jul 2017 00:54:48 +0530, by Pulkit Goyal
-
packaging: update readmeFri, 14 Jul 2017 03:14:27 +0200, by Pierre-Yves David
-
topics: add a new flag --age which will show last touched time for topicsTue, 11 Jul 2017 21:39:39 +0530, by Pulkit Goyal
-
uncommit: expose the feature with a '--extract' to amendTue, 11 Jul 2017 11:24:43 +0200, by Pierre-Yves David
-
uncommit: add support for -U and -DTue, 11 Jul 2017 12:00:45 +0200, by Pierre-Yves David
-
uncommit: add support for --user and --dateTue, 11 Jul 2017 11:59:18 +0200, by Pierre-Yves David
-
uncommit: add support for --message and --logfileTue, 11 Jul 2017 11:58:07 +0200, by Pierre-Yves David
-
amend: drop the implementation details from the user helpTue, 11 Jul 2017 11:12:23 +0200, by Pierre-Yves David
-
uncommit: move to the 'evocommands' moduleTue, 11 Jul 2017 10:55:06 +0200, by Pierre-Yves David
-
amend: extract into a 'evolve.evocommands' moduleTue, 11 Jul 2017 10:38:01 +0200, by Pierre-Yves David
-
test: handle output change in 20f533a92edaWed, 12 Jul 2017 16:09:08 +0200, by Pierre-Yves David
-
tutorial: use rm instead of 'hg rm' for an untracked temporary file stableSun, 09 Jul 2017 14:20:24 +0300, by Josef 'Jeff' Sipek
-
readme: update with various topic improvementSun, 09 Jul 2017 14:41:13 +0200, by Pierre-Yves David
-
topics: add a config knob to forbid untopiced commitThu, 06 Jul 2017 03:31:11 +0530, by Pulkit Goyal
-
topics: update the help for `hg topics` describing ways to use the commandThu, 06 Jul 2017 03:56:36 +0530, by Pulkit Goyal
-
branching: merge with stableFri, 07 Jul 2017 01:01:01 +0200, by Pierre-Yves David
-
obshashrange: add cache warming instruction to the documentation stableThu, 06 Jul 2017 23:33:28 +0200, by Pierre-Yves David
-
evolve: explain how to disable markers discovery in the documentation stableTue, 04 Jul 2017 10:49:14 +0200, by Pierre-Yves David
-
obshashrange: add cache warming instruction to the documentationThu, 06 Jul 2017 23:33:28 +0200, by Pierre-Yves David
-
topics: add t0 and b0 to the stackTue, 04 Jul 2017 01:30:14 +0530, by Pulkit Goyal
-
topics: wrap the update function to check if either t0 or b0 is passed as revTue, 04 Jul 2017 00:15:36 +0530, by Pulkit Goyal
-
compat: adapt to change in 53b3a1968aa6-coreFri, 07 Jul 2017 00:42:18 +0200, by Pierre-Yves David
-
merge back with stableSun, 02 Jul 2017 19:43:44 +0200, by Pierre-Yves David
-
packaging: update versions to '.dev' one stableSun, 02 Jul 2017 19:42:23 +0200, by Pierre-Yves David
-
Added tag 6.5.0 for changeset 734c0bc066cd stableSun, 02 Jul 2017 19:40:56 +0200, by Pierre-Yves David
-
compat: merge with mercurial-3.9 mercurial-3.8Sun, 02 Jul 2017 17:28:53 +0200, by Pierre-Yves David
-
compat: merge with mercurial-4.0 mercurial-3.9Sun, 02 Jul 2017 17:28:38 +0200, by Pierre-Yves David
-
compat: merge with mercurial-4.1 mercurial-4.0Sun, 02 Jul 2017 17:28:15 +0200, by Pierre-Yves David
-
evolve: preserve the branch of the original changeset when evolving merge stableSun, 02 Jul 2017 18:07:23 +0200, by Pierre-Yves David
-
merge: default into stable to prepare next version stableSun, 02 Jul 2017 17:24:56 +0200, by Pierre-Yves David
-
obslog: handle patch generation for mercurial 4.1-Sun, 02 Jul 2017 17:13:35 +0200, by Pierre-Yves David
-
topic: also have the revbranchcache during the discoverySun, 02 Jul 2017 16:39:48 +0200, by Pierre-Yves David
-
topic: cleanup the repository wrapping logic in topic discoverySun, 02 Jul 2017 16:00:38 +0200, by Pierre-Yves David
-
topic: adapt to function migrate to obsutilSun, 02 Jul 2017 15:02:51 +0200, by Pierre-Yves David
-
evolve: adapt to function migrate to obsutilSun, 02 Jul 2017 15:02:11 +0200, by Pierre-Yves David
-
topic: directly use the '_notpublic' revsetSun, 02 Jul 2017 14:10:44 +0200, by Pierre-Yves David
-
topic: drop the message about running evolve after topic changeSun, 02 Jul 2017 13:49:32 +0200, by Pierre-Yves David
-
template: handle lack of "users" in the obsfate dataSun, 02 Jul 2017 13:48:45 +0200, by Pierre-Yves David
-
doc: update effect flag documentationFri, 30 Jun 2017 16:29:26 +0200, by Boris Feld
-
obsfate: override the default log outputMon, 26 Jun 2017 17:20:08 +0200, by Boris Feld
-
evolve: fix documentation formattingThu, 29 Jun 2017 23:42:29 +0200, by Pierre-Yves David
-
compat: fix topicset for mercurial 4.1Thu, 29 Jun 2017 18:22:06 +0200, by Boris Feld
-
obsfate: refactor obsfate data computingMon, 26 Jun 2017 17:19:03 +0200, by Boris Feld
-
topic: exclude public and topic changeset from branch stackThu, 29 Jun 2017 16:49:33 +0200, by Boris Feld
-
tests: use a more portable form for new linesThu, 29 Jun 2017 16:29:08 +0200, by Pierre-Yves David
-
topic: don't abort if there is no current topic in stack() revsetThu, 29 Jun 2017 02:21:09 +0530, by Pulkit Goyal
-
topics: return a parse error if stack() revset is passed with argumentThu, 29 Jun 2017 01:58:26 +0530, by Pulkit Goyal
-
tests: add test to show topics working with shelveThu, 29 Jun 2017 00:11:07 +0530, by Pulkit Goyal
-
topics: update current topic to the topic of newly rebased commit (issue5551)Thu, 29 Jun 2017 02:31:55 +0530, by Pulkit Goyal
-
docs: some fixes to the help textTue, 27 Jun 2017 23:28:58 +0530, by Pulkit Goyal
-
topics: pass 'topics' to ui.formatter instead of 'bookmarks'Mon, 26 Jun 2017 21:48:33 +0530, by Pulkit Goyal
-
topic: also insert the extra head check with using the new head checkingWed, 28 Jun 2017 17:28:56 +0200, by Pierre-Yves David
-
topic: some document for an obscure functionWed, 28 Jun 2017 17:38:04 +0200, by Pierre-Yves David
-
topic: adjust head checking wrapping to not interfere with concurrent pushWed, 28 Jun 2017 18:18:59 +0200, by Pierre-Yves David
-
topic: also detect head checking using the concurrent partWed, 28 Jun 2017 17:23:43 +0200, by Pierre-Yves David
-
test: avoid 'test-check-commit.t' complaining copied codeWed, 28 Jun 2017 18:16:14 +0200, by Pierre-Yves David
-
topic: small test cleanuoWed, 28 Jun 2017 17:20:36 +0200, by Pierre-Yves David
-
topic: move the heads data to the branch line when appropriatesWed, 28 Jun 2017 01:53:21 +0200, by Pierre-Yves David
-
topic: add some initial support for using stack on named branchWed, 28 Jun 2017 02:45:57 +0200, by Pierre-Yves David
-
topic: explicitly pass topic as a keyword argumentWed, 28 Jun 2017 01:58:09 +0200, by Pierre-Yves David
-
topic: makes split keep the topicTue, 27 Jun 2017 15:21:38 +0200, by Boris Feld
-
topic: add tests for fold behavior with topicsTue, 27 Jun 2017 09:49:35 +0200, by Boris Feld
-
topics: pass quietempty=True to suppress useless output while changing topicsSun, 25 Jun 2017 07:20:22 +0530, by Pulkit Goyal
-
topics: return early so that other if conditions don't get execute (issue5600)Sun, 25 Jun 2017 06:53:22 +0530, by Pulkit Goyal
-
test: extra output to understand the next changeset betterMon, 26 Jun 2017 17:47:04 +0200, by Pierre-Yves David
-
topics: move the logic to change or clear current topic into a new functionSun, 25 Jun 2017 06:47:59 +0530, by Pulkit Goyal
-
tests: expand output to check topic activationMon, 26 Jun 2017 17:20:17 +0200, by Pierre-Yves David
-
branching: merge stable into defaultSun, 25 Jun 2017 18:37:42 +0200, by Pierre-Yves David
-
split: preserve author of the original changeset in the successors stableSun, 25 Jun 2017 16:37:56 +0200, by Pierre-Yves David
-
grab: properly quote hg executable in the alias stableSat, 24 Jun 2017 13:28:16 +0200, by Pierre-Yves David
-
topic: improve the revset used to return name->nodes mappingFri, 23 Jun 2017 10:51:18 +0200, by Pierre-Yves David
-
topic: update the changectx method to respect phasesThu, 22 Jun 2017 09:48:40 +0200, by Pierre-Yves David
-
topic: avoid crash when topic is loaded but not enabled for a repositoryFri, 23 Jun 2017 10:21:37 +0200, by Pierre-Yves David
-
compat: update test to match core default stateThu, 22 Jun 2017 15:18:49 +0200, by Pierre-Yves David
-
topicmap: massive reworkThu, 22 Jun 2017 10:13:29 +0200, by Pierre-Yves David
-
topic: use the 'topic' revset in namespaceThu, 22 Jun 2017 09:47:14 +0200, by Pierre-Yves David
-
topic-revset: update the revset to no longer build changectxThu, 22 Jun 2017 09:41:01 +0200, by Pierre-Yves David
-
topic-revset: changectx creation in the revsetThu, 22 Jun 2017 09:46:30 +0200, by Pierre-Yves David
-
topics: add some noise to rewrittent changeset to prevent hash cycleWed, 21 Jun 2017 07:32:11 +0530, by Pulkit Goyal
-
topic-change: update the working copy along when changing topic of '.'Wed, 21 Jun 2017 13:18:47 +0200, by Pierre-Yves David
-
topic-change: cleanup the locking and transaction mechanismWed, 21 Jun 2017 13:21:08 +0200, by Pierre-Yves David
-
topics: use a dict for successors of changesets produced by topic changeWed, 21 Jun 2017 07:21:50 +0530, by Pulkit Goyal
-
topic: further simplify the clear logicWed, 21 Jun 2017 11:55:45 +0200, by Pierre-Yves David
-
topics: drop the clean argument from _changetopics()Wed, 21 Jun 2017 03:28:25 +0530, by Pulkit Goyal
-
topics: rename '--change' flag to '--rev' flagWed, 21 Jun 2017 02:00:01 +0530, by Pulkit Goyal
-
topics: factor out the logic to change topic in a new functionWed, 21 Jun 2017 01:05:46 +0530, by Pulkit Goyal
-
obslog: update the readmeWed, 21 Jun 2017 11:45:15 +0200, by Pierre-Yves David
-
obslog: add a comment about the final new line of descriptionsWed, 21 Jun 2017 11:31:21 +0200, by Pierre-Yves David
-
obslog: also display description patch with --patchTue, 20 Jun 2017 16:22:16 +0200, by Boris Feld
-
obslog: extra patch indentation codeWed, 21 Jun 2017 11:11:37 +0200, by Pierre-Yves David
-
obslog: add a patch optionTue, 20 Jun 2017 13:49:40 +0200, by Boris Feld
-
obslog: clarify some sorting codeMon, 19 Jun 2017 19:00:31 +0200, by Pierre-Yves David
-
obslog: pass directly unfiltered_repoMon, 19 Jun 2017 15:56:28 +0200, by Boris Feld
-
obslog: remove useless repo argMon, 19 Jun 2017 15:54:55 +0200, by Boris Feld
-
obslog: small renaming of _debugobshistorysingleMon, 19 Jun 2017 15:32:25 +0200, by Boris Feld
-
refactoring: directly use 'ctx.unstable()' in showstack functionMon, 19 Jun 2017 10:33:36 +0200, by Boris Feld
-
packaging: flag default as version 6.5.0.devMon, 19 Jun 2017 18:46:30 +0200, by Pierre-Yves David
-
merge: get stable change back into defaultMon, 19 Jun 2017 18:44:17 +0200, by Pierre-Yves David
-
packagin: mark stable branch as 6.4.1.dev stableMon, 19 Jun 2017 18:37:28 +0200, by Pierre-Yves David
-
topics: abort if user wants to show the stack of a non-existent topicMon, 19 Jun 2017 03:13:35 +0530, by Pulkit Goyal
-
stack: show unstable state for the current revision if it is one (issue5553)Mon, 19 Jun 2017 02:50:35 +0530, by Pulkit Goyal
-
topics: some minute fixes to the documentation which shows up in helpMon, 19 Jun 2017 02:44:19 +0530, by Pulkit Goyal
-
topics: make sure we commit on new parents while changing topics (issue5441)Sun, 18 Jun 2017 03:23:46 +0530, by Pulkit Goyal
-
tests: add a test to show issue5441 in test-topic.tSun, 18 Jun 2017 03:20:52 +0530, by Pulkit Goyal
-
merge back with stableSat, 17 Jun 2017 01:15:15 +0200, by Pierre-Yves David
-
Added tag 6.4.0 for changeset e60248f26f92 stableFri, 16 Jun 2017 20:15:17 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-3.9 mercurial-3.8Fri, 16 Jun 2017 19:48:24 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.0 mercurial-3.9Fri, 16 Jun 2017 19:48:10 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.1 mercurial-4.0Fri, 16 Jun 2017 19:47:35 +0200, by Pierre-Yves David
-
obsfate: by default only display the username if differ from the current oneFri, 16 Jun 2017 18:38:04 +0200, by Pierre-Yves David
-
obsfate: display more data about direct prune markersFri, 16 Jun 2017 18:03:32 +0200, by Pierre-Yves David
-
obsfate: split markers fetch from successor set annotationFri, 16 Jun 2017 17:58:17 +0200, by Pierre-Yves David
-
obsfate: mark successorsetallmarkers publicFri, 16 Jun 2017 17:55:55 +0200, by Pierre-Yves David
-
obsfate: mark 'preparesuccessorset' as publicFri, 16 Jun 2017 17:54:27 +0200, by Pierre-Yves David
-
obsfate: use 'split' as verb when appropriateFri, 16 Jun 2017 16:51:31 +0200, by Pierre-Yves David
-
obsfate: improve prune support in _successorsetverbFri, 16 Jun 2017 16:50:11 +0200, by Pierre-Yves David
-
obsfate: rename 'successorsset' to 'sset' in the loopFri, 16 Jun 2017 12:37:03 +0200, by Pierre-Yves David
-
template: use hex node in the obsmarkers used in the obsfate templateFri, 16 Jun 2017 17:42:28 +0200, by Pierre-Yves David
-
template: use hex successors in obsfateFri, 16 Jun 2017 17:34:02 +0200, by Pierre-Yves David
-
template: use hex-node in successorsFri, 16 Jun 2017 17:21:49 +0200, by Pierre-Yves David
-
template: update successors docFri, 16 Jun 2017 17:16:26 +0200, by Pierre-Yves David
-
template: fix precursors documentationFri, 16 Jun 2017 17:14:11 +0200, by Pierre-Yves David
-
template: used hex-node for the precursors underlying dataFri, 16 Jun 2017 17:11:20 +0200, by Pierre-Yves David
-
compat-test: merge with mercurial-3.9 mercurial-3.8Fri, 16 Jun 2017 11:55:40 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.0 branch mercurial-3.9Fri, 16 Jun 2017 11:54:01 +0200, by Boris Feld
-
changelog: announce that obsfate is hg > 4.2 nowFri, 16 Jun 2017 09:22:39 +0200, by Boris Feld
-
compat: make obshistory._getdifflines compatible with mercurial 4.1Thu, 15 Jun 2017 20:40:07 +0200, by Boris Feld
-
obsfate: add a new obsfate templateFri, 09 Jun 2017 00:52:54 +0100, by Boris Feld
-
obsfate: prepare fatelog testsFri, 09 Jun 2017 00:31:00 +0100, by Pierre-Yves David
-
obsfate: build more advanced markers for testsFri, 09 Jun 2017 00:10:27 +0100, by Pierre-Yves David
-
readme: fix entry for 6.4.0Thu, 15 Jun 2017 17:18:25 +0200, by Pierre-Yves David
-
test: drop now useless config about effect flagThu, 15 Jun 2017 16:29:51 +0200, by Pierre-Yves David
-
effectflag: activate effect flag by defaultWed, 14 Jun 2017 15:59:20 +0200, by Boris Feld
-
effectflag: activate effect flag on test-evolve-obshistory test fileFri, 02 Jun 2017 19:08:50 +0200, by Boris Feld
-
effectflag: activate effect flag on test-wireproto.t test fileSun, 04 Jun 2017 21:43:17 +0200, by Boris Feld
-
effectflag: activate effect flag on test-uncommit.t test fileSun, 04 Jun 2017 21:35:17 +0200, by Boris Feld
-
effectflag: activate effect flag on test-stabilize-order.t test fileSun, 04 Jun 2017 21:32:33 +0200, by Boris Feld
-
effectflag: activate effect flag on test-obsconvert.t test fileSun, 04 Jun 2017 21:30:08 +0200, by Boris Feld
-
effectflag: activate effect flag for obsmarkers-case-*.t test filesWed, 14 Jun 2017 16:01:56 +0200, by Boris Feld
-
effectflag: activate effect flag on test-drop.t test fileSun, 04 Jun 2017 20:53:36 +0200, by Boris Feld
-
effectflag: activate effect flag on test-amend.t test fileSun, 04 Jun 2017 20:51:50 +0200, by Boris Feld
-
effectflag: activate effect flag on test-stabilize-result.t test fileSun, 04 Jun 2017 20:47:04 +0200, by Boris Feld
-
effectflag: activate effect flag on test-split.t test fileSun, 04 Jun 2017 20:43:22 +0200, by Boris Feld
-
effectflag: activate effect flag on test-evolve-cycles.t test fileSun, 04 Jun 2017 20:38:04 +0200, by Boris Feld
-
effectflag: activate effect flag on test-evolve-obshistory-complex.t test fileSun, 04 Jun 2017 20:33:45 +0200, by Boris Feld
-
effectflag: activate effect flag on test-prune.t test fileSun, 04 Jun 2017 20:30:46 +0200, by Boris Feld
-
effectflag: activate effect flag on test-evolve.t test fileFri, 02 Jun 2017 19:53:42 +0200, by Boris Feld
-
effectflag: activate effect flag on test-obsolete test fileFri, 02 Jun 2017 19:33:21 +0200, by Boris Feld
-
obscache: directly allocate zeroed bytearrayFri, 09 Jun 2017 01:39:42 +0100, by Pierre-Yves David
-
obscache: plug on core 'update cache' method if availableFri, 09 Jun 2017 01:26:29 +0100, by Pierre-Yves David
-
obscache: pre-indent codeThu, 15 Jun 2017 11:31:07 +0200, by Pierre-Yves David
-
fix: fix _headssummary call to origThu, 15 Jun 2017 13:26:05 +0200, by Boris Feld
-
test-update: update hg update output in test filesThu, 15 Jun 2017 14:44:45 +0200, by Boris Feld
-
test-drop: all obsmarkers are now droppedThu, 15 Jun 2017 14:36:54 +0200, by Boris Feld
-
test-evolve: garbage collection changeset only, not obsmarkersThu, 15 Jun 2017 13:10:43 +0200, by Pierre-Yves David
-
test-inhibit: adapt to 4.3Thu, 15 Jun 2017 13:03:45 +0200, by Pierre-Yves David
-
test-exchange-case-D3: avoid stripping obsolescence markerThu, 15 Jun 2017 13:00:16 +0200, by Pierre-Yves David
-
test-exchange-case-D2: avoid stripping obsolescence markerThu, 15 Jun 2017 12:59:59 +0200, by Pierre-Yves David
-
test-exchange-case-D1: avoid stripping obsolescence markerThu, 15 Jun 2017 12:59:38 +0200, by Pierre-Yves David
-
test: fix test-discovery-obshashrange.t new outputWed, 14 Jun 2017 15:08:40 +0200, by Boris Feld
-
fix: fix _headssummary apiWed, 14 Jun 2017 13:56:40 +0200, by Boris Feld
-
url: update url to point to https://www.mercurial-scm.org/repo/evolve stableWed, 31 May 2017 22:15:34 +0200, by André Sintzoff
-
doc: document the evolve templatesThu, 08 Jun 2017 20:52:40 +0100, by Pierre-Yves David
-
test: fix template condition for obsfateThu, 08 Jun 2017 02:58:54 +0100, by Pierre-Yves David
-
obscache: add a missing "new line" at the end of a debug message stableWed, 07 Jun 2017 10:22:00 +0100, by Pierre-Yves David
-
default: merge back with stableWed, 07 Jun 2017 01:38:48 +0100, by Pierre-Yves David
-
obscache: shortcut the attribute access for testingMon, 05 Jun 2017 10:21:38 +0100, by Pierre-Yves David
-
obshashrange: add an option to protect from accidental activation stableWed, 07 Jun 2017 00:48:12 +0100, by Pierre-Yves David
-
obshashrange: basic proof reading of the documentation stableWed, 07 Jun 2017 00:12:08 +0100, by Pierre-Yves David
-
effectflag: fix content change detection for filtered revs stableFri, 02 Jun 2017 19:07:35 +0200, by Boris Feld
-
debugobsstorestat: adds static about actually obsolete changeses stableMon, 05 Jun 2017 10:15:00 +0100, by Pierre-Yves David
-
Added tag 6.3.1 for changeset e358c0263e46 stableThu, 01 Jun 2017 16:26:00 +0200, by Pierre-Yves David
-
merge with stableThu, 01 Jun 2017 03:35:45 +0200, by Pierre-Yves David
-
packaging: bump to 6.4.0.devThu, 01 Jun 2017 03:32:10 +0200, by Pierre-Yves David
-
serveronly: also backport the fixes from 5adb8bdb935e stableThu, 01 Jun 2017 03:19:07 +0200, by Pierre-Yves David
-
merge stable back into defaultThu, 01 Jun 2017 02:48:58 +0200, by Pierre-Yves David
-
readme: merge 6.2.2 and 6.3.0 changelog stableThu, 01 Jun 2017 02:31:31 +0200, by Pierre-Yves David
-
Added tag 6.3.0 for changeset 6da4ca7b3e4f stableWed, 31 May 2017 14:36:25 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-3.9 mercurial-3.8Wed, 31 May 2017 14:29:16 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.0 branch mercurial-3.9Wed, 31 May 2017 14:28:14 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.1 mercurial-4.0Wed, 31 May 2017 14:23:45 +0200, by Pierre-Yves David
-
compat: fix stablerange for mercurial 3.9Wed, 31 May 2017 12:09:24 +0200, by Boris Feld
-
template: fix successors and precursors templatesTue, 30 May 2017 22:09:28 +0200, by Boris Feld
-
lint: remove double newline in test fileTue, 30 May 2017 19:59:57 +0200, by Boris Feld
-
template: fix precursors template for older mercurial versionTue, 30 May 2017 19:43:14 +0200, by Boris Feld
-
compatibility: backport mercurial 176d1a0ce385Tue, 30 May 2017 13:16:43 +0200, by Boris Feld
-
evolve: fix import orderTue, 30 May 2017 17:39:00 +0200, by Pierre-Yves David
-
compat: adapt to buildobsmarkerspart moveFri, 26 May 2017 14:47:33 +0200, by Pierre-Yves David
-
effetflag: detect other meta (extra) changesTue, 30 May 2017 11:06:24 +0200, by Boris Feld
-
obsdiscovery: add an option to disable all obsdiscoveryTue, 30 May 2017 17:32:39 +0200, by Pierre-Yves David
-
effectflag: better diff detectionTue, 30 May 2017 11:39:45 +0200, by Boris Feld
-
effectflag: add a test for content detectionTue, 30 May 2017 11:38:30 +0200, by Boris Feld
-
test: fix test-evolve-effectflags datesTue, 30 May 2017 14:46:36 +0200, by Boris Feld
-
test: fix metaedit tests by forcing datesTue, 30 May 2017 14:43:20 +0200, by Boris Feld
-
test: split test-stablesort.t in twoTue, 30 May 2017 16:39:59 +0200, by Pierre-Yves David
-
obsdiscovery: automatically pick protocol in a listTue, 30 May 2017 13:01:11 +0200, by Pierre-Yves David
-
obsdiscovery: extract push-obshashtree discovery in a functionTue, 30 May 2017 14:35:40 +0200, by Pierre-Yves David
-
obsdiscovery: directly use the 'only' revset for obshashtreeTue, 30 May 2017 14:27:26 +0200, by Pierre-Yves David
-
obsdiscovery: extract push-obshashrange discovery in a functionTue, 30 May 2017 14:21:10 +0200, by Pierre-Yves David
-
obsdiscovery: merge two distinct if statementTue, 30 May 2017 14:09:06 +0200, by Pierre-Yves David
-
obsdiscovery: extract '_canobshashtree'Tue, 30 May 2017 12:32:14 +0200, by Pierre-Yves David
-
obsdiscovery: move code inserting discovery at the end of the fileTue, 30 May 2017 12:26:57 +0200, by Pierre-Yves David
-
obsdiscovery: trust core to do the right thing if no discovery is availableTue, 30 May 2017 12:15:52 +0200, by Pierre-Yves David
-
obsdiscovery: factor the "do we push markers" check outTue, 30 May 2017 12:13:14 +0200, by Pierre-Yves David
-
stablerange: also respect the 'warm-cache' configTue, 30 May 2017 11:55:58 +0200, by Pierre-Yves David
-
debugstablerange: cleanly "Abort" when no revision are specifiedTue, 30 May 2017 11:49:00 +0200, by Pierre-Yves David
-
stablerange: use last recently used caching for revisions associated to rangesTue, 30 May 2017 11:12:02 +0200, by Pierre-Yves David
-
stablerange: report progress more often in slow caseTue, 30 May 2017 11:12:12 +0200, by Pierre-Yves David
-
template: update successors template outputMon, 29 May 2017 14:03:31 +0200, by Boris Feld
-
test: extract metaedit tests into test-metaedit.t test fileMon, 29 May 2017 17:54:14 +0200, by Boris Feld
-
template: update precursors template outputMon, 29 May 2017 12:15:47 +0200, by Boris Feld
-
template: skip "fate" in test output when emptyMon, 29 May 2017 17:16:15 +0200, by Pierre-Yves David
-
template: skip "successors" in test output when emptyMon, 29 May 2017 17:13:21 +0200, by Pierre-Yves David
-
template: make the template definition more manageableMon, 29 May 2017 17:10:45 +0200, by Pierre-Yves David
-
template: skip "Precursors" in test output when emptyMon, 29 May 2017 17:07:23 +0200, by Pierre-Yves David
-
template: move each template on its own line during testsMon, 29 May 2017 16:59:59 +0200, by Pierre-Yves David
-
refactoring: rename obsfate template to obsfate_quietMon, 29 May 2017 11:03:13 +0200, by Boris Feld
-
doc: add documentation about effectflag experimentMon, 29 May 2017 16:39:32 +0200, by Boris Feld
-
effectflag: split effect flag metaFri, 26 May 2017 18:27:59 +0200, by Boris Feld
-
tests: update missing amendFri, 26 May 2017 21:31:07 +0200, by Pierre-Yves David
-
template: update obsfate to be more human friendlyFri, 26 May 2017 19:21:36 +0200, by Boris Feld
-
template: add the obsfate templateFri, 26 May 2017 13:28:49 +0200, by Boris Feld
-
refactor: extract obs fate algorithm from _getobsoletereasonFri, 26 May 2017 13:18:26 +0200, by Boris Feld
-
template: add successors templateFri, 26 May 2017 10:05:37 +0200, by Boris Feld
-
template: add precursors templateFri, 26 May 2017 10:05:27 +0200, by Boris Feld
-
refactor: extract templates into a new fileFri, 26 May 2017 16:00:05 +0200, by Boris Feld
-
obshistory: add the all option to obslog to show the while obs treeTue, 23 May 2017 19:48:04 +0200, by Boris Feld
-
merge with stableFri, 26 May 2017 16:12:07 +0200, by Pierre-Yves David
-
test: split evolve cycle tests in a separate test fileFri, 26 May 2017 10:25:16 +0200, by Boris Feld
-
test: improve the globing for obsmarker date stableWed, 24 May 2017 18:17:01 +0200, by Pierre-Yves David
-
test: rename all olog referencesTue, 23 May 2017 19:21:43 +0200, by Boris Feld
-
test: improve the globing for obsmarker dateWed, 24 May 2017 18:17:01 +0200, by Pierre-Yves David
-
documentation: recomment using blackbox with the obshashrange experiment stableWed, 24 May 2017 16:43:04 +0200, by Pierre-Yves David
-
merge with stableTue, 23 May 2017 10:50:56 +0200, by Pierre-Yves David
-
packaging: update the development version number stableTue, 23 May 2017 10:49:59 +0200, by Pierre-Yves David
-
Added tag 6.2.1 for changeset 0af99106b075 stableTue, 23 May 2017 10:48:21 +0200, by Pierre-Yves David
-
compat: merge with stableMon, 22 May 2017 16:01:59 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-3.9 mercurial-3.8Mon, 22 May 2017 15:45:42 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.0 branch mercurial-3.9Mon, 22 May 2017 15:42:13 +0200, by Pierre-Yves David
-
test-compat: merge with mercurial-4.1 mercurial-4.0Mon, 22 May 2017 15:34:36 +0200, by Pierre-Yves David
-
deprecation: fix dirstate.beginparentchange deprecation warning stableMon, 22 May 2017 12:00:57 +0200, by Boris Feld
-
deprecation: fix cmdutil.command deprecation warning stableMon, 22 May 2017 14:57:47 +0200, by Boris Feld
-
obshistory: be more flexible about createmarkers APISun, 21 May 2017 23:58:55 +0200, by Pierre-Yves David
-
inhibit: be more flexible on createmarkers API stableSun, 21 May 2017 23:56:33 +0200, by Pierre-Yves David
-
merge with stableSun, 21 May 2017 14:27:23 +0200, by Pierre-Yves David
-
obshashrange: add an option to disable local cache warming stableSun, 21 May 2017 13:55:09 +0200, by Pierre-Yves David
-
obshashrange: re-warm less revision after reset stableSat, 20 May 2017 03:31:42 +0200, by Pierre-Yves David
-
effectflag: simplify meta data change testingFri, 19 May 2017 20:52:09 +0200, by Pierre-Yves David
-
effectflag: add a small comment to suggest improvementFri, 19 May 2017 20:50:49 +0200, by Pierre-Yves David
-
effectflag: handle invalid dataFri, 19 May 2017 20:50:00 +0200, by Pierre-Yves David
-
effetflag: move the flag back with the test of the creation logicFri, 19 May 2017 20:49:20 +0200, by Pierre-Yves David
-
obshistory: display informations from the obs marker effect flagFri, 19 May 2017 20:21:10 +0200, by Boris Feld
-
test: add (glob) to globed lineFri, 19 May 2017 20:43:16 +0200, by Pierre-Yves David
-
effectflag: add test combining multiple flagFri, 19 May 2017 19:45:04 +0200, by Pierre-Yves David
-
effectflag: basic diff change detectionFri, 19 May 2017 20:15:05 +0200, by Pierre-Yves David
-
effectflag: detect parent changeFri, 19 May 2017 19:52:57 +0200, by Boris Feld
-
effectflag: detect meta changesFri, 19 May 2017 19:48:44 +0200, by Boris Feld
-
effect-flag: rework existing test to prepare for mor testsFri, 19 May 2017 19:43:06 +0200, by Pierre-Yves David
-
effectflag: allow to save effect of change in obsmarkersFri, 19 May 2017 18:43:21 +0200, by Boris Feld
-
merge back with stableFri, 19 May 2017 18:07:56 +0200, by Pierre-Yves David
-
readme: fix version numberFri, 19 May 2017 17:48:44 +0200, by Pierre-Yves David
-
next: prevent a color related crash when evolve stableFri, 19 May 2017 17:34:45 +0200, by Pierre-Yves David
-
prune: prevent a color related crash when the working copy is moved stableFri, 19 May 2017 17:33:27 +0200, by Pierre-Yves David
-
evolve: adding longer aliases for ologThu, 18 May 2017 22:40:17 -0700, by Rodrigo Damazio Bovendorp
-
debugobsstorestat: add markers size informationFri, 19 May 2017 11:16:22 +0200, by Pierre-Yves David
-
packaging: bump version to 6.3.0.devFri, 19 May 2017 00:15:30 +0200, by Pierre-Yves David
-
merge back with stable (post-release)Fri, 19 May 2017 00:10:12 +0200, by Pierre-Yves David
-
Added tag 6.2.0 for changeset d4ee0274a8ef stableFri, 19 May 2017 00:11:18 +0200, by Pierre-Yves David
-
merge back with stableThu, 18 May 2017 22:20:23 +0200, by Pierre-Yves David
-
readme: rearrange readme before release stableThu, 18 May 2017 22:25:43 +0200, by Pierre-Yves David
-
test: reduce output size to fight unstability stableThu, 18 May 2017 23:24:57 +0200, by Pierre-Yves David
-
compat: handle lack of 'util.timer' for pre 4.2 version stableThu, 18 May 2017 22:42:13 +0200, by Pierre-Yves David
-
test: enforce color to be enabled mercurial-4.1Thu, 18 May 2017 22:53:01 +0200, by Pierre-Yves David
-
tests: add a test about strip with obshashrange enableThu, 18 May 2017 21:59:10 +0200, by Pierre-Yves David
-
obshistory: add a json test with cyclesThu, 18 May 2017 18:35:34 +0200, by Boris Feld
-
tests: glob an absolute pathThu, 18 May 2017 18:40:20 +0200, by Pierre-Yves David
-
olog: document the default valueThu, 18 May 2017 18:34:26 +0200, by Pierre-Yves David
-
readme: rearrange changelog contentThu, 18 May 2017 18:29:28 +0200, by Pierre-Yves David
-
obshistory: rename the command to "olog"Thu, 18 May 2017 18:18:01 +0200, by Pierre-Yves David
-
obshistory: move the command into the obshistory moduleThu, 18 May 2017 18:04:47 +0200, by Pierre-Yves David
-
obshistory: add docstring to cmddebugobshistoryThu, 18 May 2017 17:40:07 +0200, by Boris Feld
-
obshashrangecache: make sure we re-warm the cache after a resetThu, 18 May 2017 17:47:59 +0200, by Pierre-Yves David
-
obshashrangecache: precisely track affected revs when adding new markersThu, 18 May 2017 17:35:36 +0200, by Pierre-Yves David
-
debugobshistory: handle multiple cyclesThu, 18 May 2017 14:58:22 +0200, by Boris Feld
-
test: clean the debugobshistory cycle testThu, 18 May 2017 14:49:02 +0200, by Boris Feld
-
obsdiscovery: add more debug outputThu, 18 May 2017 17:03:11 +0200, by Pierre-Yves David
-
discovery: log information about obshashrangeThu, 18 May 2017 16:59:25 +0200, by Pierre-Yves David
-
obshistory: add a graph option on the debugobshistory commandThu, 18 May 2017 11:29:27 +0200, by Pierre-Yves David
-
obshistory: import 'node' as 'nodemod'Thu, 18 May 2017 11:29:23 +0200, by Pierre-Yves David
-
label: add a label for the node in the "wc now at" messageThu, 18 May 2017 11:00:06 +0200, by Pierre-Yves David
-
label: rename 'evolve.short_node' to 'evolve.node'Thu, 18 May 2017 10:56:08 +0200, by Pierre-Yves David
-
obshistory: refactor debugobshistoryWed, 17 May 2017 19:20:43 +0200, by Boris Feld
-
test: adapt to change in cache warming in coreWed, 17 May 2017 18:54:48 +0200, by Pierre-Yves David
-
test: adapt to change in cache warming in coreWed, 17 May 2017 18:38:13 +0200, by Pierre-Yves David
-
stablerangecache: avoid crash when 'cache/' directory is missingWed, 17 May 2017 18:47:22 +0200, by Pierre-Yves David
-
obshashrange: avoid crash when 'cache/' directory is missingWed, 17 May 2017 18:40:48 +0200, by Pierre-Yves David
-
tests: apply output changes from core fixWed, 17 May 2017 17:16:59 +0200, by Pierre-Yves David
-
packaging: mention 'dev' status in the version numberWed, 17 May 2017 15:49:21 +0200, by Pierre-Yves David
-
color: update the shorttemplate to use colorsWed, 17 May 2017 09:28:10 +0200, by Boris Feld
-
merge with stableWed, 17 May 2017 14:49:02 +0200, by Pierre-Yves David
-
obshashrange: cleanup 'valid' life cycleWed, 17 May 2017 14:40:18 +0200, by Pierre-Yves David
-
obsrangecache: raise programming error when using an unwarmed cacheWed, 17 May 2017 12:27:13 +0200, by Pierre-Yves David
-
obshashrange: stop marking on-disk data as invalid on clearWed, 17 May 2017 13:27:29 +0200, by Pierre-Yves David
-
obshashcache: purge the meta line before writing a new oneWed, 17 May 2017 13:16:18 +0200, by Pierre-Yves David
-
obshashrange: drop spurious whitespaceWed, 17 May 2017 13:14:50 +0200, by Pierre-Yves David
-
obshashcache: invalidate affected cache entries on sideWed, 17 May 2017 12:25:56 +0200, by Pierre-Yves David
-
obshashcache: properly break out of all loopsWed, 17 May 2017 12:26:15 +0200, by Pierre-Yves David
-
dualsourcecache: simplify cachekey.clearWed, 17 May 2017 12:23:10 +0200, by Pierre-Yves David
-
tests: small test updateWed, 17 May 2017 11:58:48 +0200, by Pierre-Yves David
-
dualsourcecache: fix obskey return by _checkkeyWed, 17 May 2017 11:23:33 +0200, by Pierre-Yves David
-
obshashrange: log reset from new markersTue, 16 May 2017 12:23:31 +0200, by Pierre-Yves David
-
dualsourcecache: log cache resetTue, 16 May 2017 12:18:46 +0200, by Pierre-Yves David
-
stablerange: log time spent updating the stable rangeTue, 16 May 2017 17:03:34 +0200, by Pierre-Yves David
-
cache: track time spend updating various cacheTue, 16 May 2017 16:56:37 +0200, by Pierre-Yves David
-
obshashrange: adds blackbox usage in testsTue, 16 May 2017 15:20:53 +0200, by Pierre-Yves David
-
obshashrange: test behavior in case of rollbackTue, 16 May 2017 12:45:08 +0200, by Pierre-Yves David
-
obshashrange: extend testsTue, 16 May 2017 12:42:50 +0200, by Pierre-Yves David
-
dualsourcecache: add a cache nameTue, 16 May 2017 12:18:30 +0200, by Pierre-Yves David
-
obscache: stop definition of the empty keyTue, 16 May 2017 12:17:13 +0200, by Pierre-Yves David
-
obshashrange: keep value fetched from sql in memoryTue, 16 May 2017 11:41:36 +0200, by Pierre-Yves David
-
obshashrange: stop inheriting from 'dict'Tue, 16 May 2017 11:37:45 +0200, by Pierre-Yves David
-
merge with stableWed, 17 May 2017 09:52:06 +0200, by Pierre-Yves David
-
obshashrange: to not overwrite the list with the setWed, 17 May 2017 00:23:19 +0200, by Pierre-Yves David
-
obshashrange: properly break out of the two loopsWed, 17 May 2017 00:22:24 +0200, by Pierre-Yves David
-
obshashrange: fix reset conditionalWed, 17 May 2017 00:21:30 +0200, by Pierre-Yves David
-
cache: ensure we warm stablerange cache before the obshashrange cacheTue, 16 May 2017 11:21:41 +0200, by Pierre-Yves David
-
evolve: fixing obscache invalidation stableTue, 16 May 2017 23:37:10 -0700, by Rodrigo Damazio Bovendorp
-
obshashrange: warm the cache at the end of each transactionFri, 12 May 2017 21:21:31 +0200, by Pierre-Yves David
-
obshashrange: warm cache outside of loopsFri, 12 May 2017 21:00:39 +0200, by Pierre-Yves David
-
obshashrange: "update" the cache on each transaction closeFri, 12 May 2017 21:20:02 +0200, by Pierre-Yves David
-
obshashrange: properly invalidate the cache on destroyedFri, 12 May 2017 20:52:19 +0200, by Pierre-Yves David
-
obshashrange: properly drop the current connection on clearFri, 12 May 2017 20:49:27 +0200, by Pierre-Yves David
-
obshashrange: exit early if nothing to writeFri, 12 May 2017 20:40:00 +0200, by Pierre-Yves David
-
obshashrange: use the dualsourcecache as a base for the cacheFri, 12 May 2017 20:29:54 +0200, by Pierre-Yves David
-
obscache: makes dualsourcecache compatible with obshashrange cache needsFri, 12 May 2017 20:28:09 +0200, by Pierre-Yves David
-
readme: add a changelog entry about the more efficient obscacheFri, 12 May 2017 21:20:40 +0200, by Pierre-Yves David
-
obscache: extract a data agnostic classFri, 12 May 2017 19:18:49 +0200, by Pierre-Yves David
-
obscache: extract the actual data update in a dedicated functionFri, 12 May 2017 19:07:14 +0200, by Pierre-Yves David
-
obscache: move an assert to a lower levelFri, 12 May 2017 19:05:46 +0200, by Pierre-Yves David
-
obscache: use 'nullid' as the hash of an empty obsstoreFri, 12 May 2017 19:04:13 +0200, by Pierre-Yves David
-
obcache: move empty on the classFri, 12 May 2017 18:56:56 +0200, by Pierre-Yves David
-
obcache: move _checkkey on the classFri, 12 May 2017 18:56:42 +0200, by Pierre-Yves David
-
obcache: move updateneeded on the classFri, 12 May 2017 18:52:59 +0200, by Pierre-Yves David
-
obshistory: only display each revision once in debugobshistoryFri, 12 May 2017 18:34:37 +0200, by Boris Feld
-
obshistory: display a message when one marker node has no change ctxFri, 12 May 2017 11:39:41 +0200, by Boris Feld
-
ui: hg topic now display if current revision is in bad state (issue5533) stableWed, 10 May 2017 14:46:01 +0200, by Boris Feld
-
obsstore: also guard agains changing object in '_checkkey'Thu, 11 May 2017 17:00:55 +0200, by Pierre-Yves David
-
obscache: guard from changing changelog or obsstore objectThu, 11 May 2017 16:58:43 +0200, by Pierre-Yves David
-
obscache: return the new data along-side the upgrade needs (and cache key)Thu, 11 May 2017 16:45:13 +0200, by Pierre-Yves David
-
obscache: use the smaller scope functionThu, 11 May 2017 16:06:31 +0200, by Pierre-Yves David
-
obscache: extract the cache key validation in its own functionThu, 11 May 2017 16:05:50 +0200, by Pierre-Yves David
-
obshistory: use formatter instead of ui.write in the debugobshistory commandWed, 10 May 2017 11:52:11 +0200, by Boris Feld
-
topic: configure some default color for topicWed, 10 May 2017 13:04:31 +0200, by Pierre-Yves David
-
topic: automatically configure thg to display topicWed, 10 May 2017 13:03:05 +0200, by Pierre-Yves David
-
readme: update readme to mention 'debugobshistory'Wed, 10 May 2017 13:08:45 +0200, by Pierre-Yves David
-
obshistory: add some colorTue, 09 May 2017 17:43:39 +0200, by Boris Feld
-
obshistory: add a debugobshistory command to show obs history of a revsWed, 10 May 2017 12:26:33 +0200, by Boris Feld
-
tests: add the commit style checker from MercurialWed, 10 May 2017 12:16:01 +0200, by Pierre-Yves David
-
obscache: update the cache key in placeTue, 09 May 2017 19:13:12 +0200, by Pierre-Yves David
-
obscache: distinct 'clear' and 'reset'Tue, 09 May 2017 19:02:04 +0200, by Pierre-Yves David
-
merge with stableThu, 04 May 2017 21:24:02 +0200, by Pierre-Yves David
-
serveronly: also enable the obscache for server only setting stableThu, 04 May 2017 21:21:59 +0200, by Pierre-Yves David
-
obscache: document a possible way forward to skipping obsstore parsingThu, 04 May 2017 14:02:30 +0200, by Pierre-Yves David
-
obscache: update some documentationWed, 03 May 2017 23:07:01 +0200, by Pierre-Yves David
-
obscache: Only access the new obsmarkers for marker updateWed, 03 May 2017 21:47:06 +0200, by Pierre-Yves David
-
obscache: extract _updatemarkers code into its own functionWed, 03 May 2017 20:56:26 +0200, by Pierre-Yves David
-
obscache: extract code to update from new revisionWed, 03 May 2017 18:46:48 +0200, by Pierre-Yves David
-
obscache: move assert earlier in the codeWed, 03 May 2017 18:33:53 +0200, by Pierre-Yves David
-
merge back with stableWed, 03 May 2017 13:58:32 +0200, by Pierre-Yves David
-
Added tag 6.1.0 for changeset 8510d3fd7c3b stableWed, 03 May 2017 13:58:06 +0200, by Pierre-Yves David
-
compat: drop the context manager used to write the cache file stableWed, 03 May 2017 13:27:26 +0200, by Pierre-Yves David
-
compat: make obscache code compatible with Mercurial version prior to 4.2 stableWed, 03 May 2017 12:54:11 +0200, by Pierre-Yves David
-
packaging first step toward 6.1.0Wed, 03 May 2017 12:31:11 +0200, by Pierre-Yves David
-
auto-push: move config help in the extension helpWed, 03 May 2017 12:25:53 +0200, by Pierre-Yves David
-
opening mercurial 4.1 compat branch mercurial-4.1Mon, 01 May 2017 06:17:44 +0200, by Pierre-Yves David
-
obscache: skip writing to disk if the data did not changedTue, 02 May 2017 17:43:34 +0200, by Pierre-Yves David
-
obscache: skip writing if the cache is emptyTue, 02 May 2017 16:19:05 +0200, by Pierre-Yves David
-
obscache: set a valid "empty" cache key if the cache is missingTue, 02 May 2017 16:17:03 +0200, by Pierre-Yves David
-
obscache: have the obsstore fix empty file cachekeyTue, 02 May 2017 16:10:14 +0200, by Pierre-Yves David
-
obscache: log case where the cache is not up to dateTue, 02 May 2017 17:44:12 +0200, by Pierre-Yves David
-
obscache: still update and use the cache during transactionTue, 02 May 2017 16:13:04 +0200, by Pierre-Yves David
-
obscache: warm the cache in all casesTue, 02 May 2017 16:15:01 +0200, by Pierre-Yves David
-
obscache: update the format to allow negative tiprevTue, 02 May 2017 16:11:43 +0200, by Pierre-Yves David
-
obscache: load the disk data before checking is the cache is up to dateTue, 02 May 2017 16:09:03 +0200, by Pierre-Yves David
-
obscache: skip the cache entirely if not up to dateTue, 02 May 2017 02:13:33 +0200, by Pierre-Yves David
-
readme: mention that some improvement are enabled for 4.2 onlyMon, 01 May 2017 15:49:36 +0200, by Pierre-Yves David
-
perf: use the cache to compute the obsolete set.Mon, 01 May 2017 08:12:26 +0200, by Pierre-Yves David
-
perf: warm the cache after all transactionsMon, 01 May 2017 08:14:00 +0200, by Pierre-Yves David
-
perf: adds a cache to know if obsmarkers might affect a revisionMon, 01 May 2017 08:13:24 +0200, by Pierre-Yves David
-
perf: adds cachekey utility to validate changelog+obsstore contentMon, 01 May 2017 08:07:05 +0200, by Pierre-Yves David
-
perf: adds some cache key helper on the obsstore classMon, 01 May 2017 08:05:45 +0200, by Pierre-Yves David
-
compat: only install the better filtered message for mercurial 4.2 and aboveMon, 01 May 2017 06:06:41 +0200, by Pierre-Yves David
-
evolve: update extension helpSat, 29 Apr 2017 05:35:01 +0200, by Pierre-Yves David
-
merge with stableSat, 29 Apr 2017 05:44:07 +0200, by Pierre-Yves David
-
ui: change the hidden revision error messageFri, 28 Apr 2017 16:56:09 +0200, by Boris Feld
-
ui: add better messages when the working copy become obsolete.Fri, 28 Apr 2017 16:57:41 +0200, by Boris Feld
-
topic: directly use "super" callFri, 28 Apr 2017 15:29:32 +0200, by Pierre-Yves David
-
repo: properly progate "destroyed" call to super class stableThu, 27 Apr 2017 20:52:09 +0200, by Pierre-Yves David
-
safeguard: add an option to disable automatic publishingTue, 25 Apr 2017 10:56:55 +0200, by Pierre-Yves David
-
merge back with stableThu, 20 Apr 2017 13:05:45 +0200, by Pierre-Yves David
-
Added tag 6.0.1 for changeset 5ef112a6eb87 stableThu, 20 Apr 2017 13:04:31 +0200, by Pierre-Yves David
-
checkheads: update tests to match the one in core stableThu, 20 Apr 2017 12:24:43 +0200, by Pierre-Yves David
-
extension: simplify the extensions helper hierarchy stableThu, 20 Apr 2017 11:41:20 +0200, by Pierre-Yves David
-
checkheads: do not overwrite code for Mercurial 4.2 and above stableThu, 20 Apr 2017 11:40:08 +0200, by Pierre-Yves David
-
legacy: fix debugrecordpruneparents to call obsstore.create() with keywords stableThu, 20 Apr 2017 00:21:13 +0900, by Yuya Nishihara
-
template: adapt to new showlist() API introduced by hg e5eab0fe69ee stableWed, 19 Apr 2017 21:17:43 +0900, by Yuya Nishihara
-
template: pass all mapping data to showlist() stableWed, 19 Apr 2017 21:12:09 +0900, by Yuya Nishihara
-
tests: update test to match upstreamable version stableSat, 08 Apr 2017 12:48:20 +0200, by Pierre-Yves David
-
tests: fix directory names in exchange-D4 test stableSat, 08 Apr 2017 12:45:39 +0200, by Pierre-Yves David
-
tests: fix directory names in exchange-D3 test stableSat, 08 Apr 2017 12:43:36 +0200, by Pierre-Yves David
-
merge back with defaultSat, 01 Apr 2017 12:45:18 +0200, by Pierre-Yves David
-
Added tag 6.0.0 for changeset 165ad227993d stableFri, 31 Mar 2017 15:51:58 +0200, by Pierre-Yves David
-
test-compat-hg-3.9: merge with future 6.0 mercurial-3.9Fri, 31 Mar 2017 15:44:10 +0200, by Pierre-Yves David
-
readme: mention the fix for issue4354Fri, 31 Mar 2017 14:50:50 +0200, by Pierre-Yves David
-
checkheads: add a small debug message in case were we give up fastFri, 31 Mar 2017 15:02:39 +0200, by Pierre-Yves David
-
checkheahds: switch algorithm to use pushed markers insteadFri, 31 Mar 2017 13:46:51 +0200, by Pierre-Yves David
-
checkheads: add test where the rewrite of the other branch is not directFri, 31 Mar 2017 13:47:14 +0200, by Pierre-Yves David
-
check-heads: add tests about old heads indirectly prunedFri, 31 Mar 2017 13:45:26 +0200, by Pierre-Yves David
-
checkheads: add more complexe case where a branch is split on multiple onesWed, 29 Mar 2017 17:50:33 +0200, by Pierre-Yves David
-
checkheads: add a test of partially pushing a branch spread on multiple otherWed, 29 Mar 2017 17:35:55 +0200, by Pierre-Yves David
-
checkheads-tests: add missing parents recording for prune markersFri, 31 Mar 2017 13:42:28 +0200, by Pierre-Yves David
-
checkheads: add some extra tests about "partial push"Wed, 29 Mar 2017 14:02:46 +0200, by Pierre-Yves David
-
checkheads: handle partial obsolescenceWed, 29 Mar 2017 15:48:27 +0200, by Pierre-Yves David
-
test: force a push in inhibit's testWed, 29 Mar 2017 16:41:42 +0200, by Pierre-Yves David
-
checkheads: basic handling of pruned heads (and associated tests)Tue, 21 Mar 2017 12:30:53 +0100, by Pierre-Yves David
-
checkheads: give up on processing locally unknown changesetWed, 29 Mar 2017 16:28:15 +0200, by Pierre-Yves David
-
checkheads: import our own copy of the checkheads codeTue, 21 Mar 2017 23:44:30 +0100, by Pierre-Yves David
-
compat: work around some filecache bug in 3.8Sun, 26 Mar 2017 04:59:36 +0200, by Pierre-Yves David
-
obshashrange: have an half descent wireprotocol commandFri, 24 Mar 2017 18:21:48 +0100, by Pierre-Yves David
-
obshashrange: improve message issued during discoveryFri, 24 Mar 2017 18:37:03 +0100, by Pierre-Yves David
-
obshashrange: introduce basic sqlite cachingFri, 24 Mar 2017 18:28:01 +0100, by Pierre-Yves David
-
stablerange: warm cache before using it server sideFri, 24 Mar 2017 15:57:54 +0100, by Pierre-Yves David
-
stablerange: warm cache before using it in findrangemissingFri, 24 Mar 2017 15:57:08 +0100, by Pierre-Yves David
-
stablerange: warm cache on transaction (if obshashrange is enabled)Fri, 24 Mar 2017 15:56:57 +0100, by Pierre-Yves David
-
stablerange: introduce ondisk caching through sqliteFri, 24 Mar 2017 16:05:28 +0100, by Pierre-Yves David
-
stablerange: drop the cache on 'destroyed'Fri, 24 Mar 2017 18:41:55 +0100, by Pierre-Yves David
-
stablerange: support loading the cache iterativelyFri, 24 Mar 2017 11:27:56 +0100, by Pierre-Yves David
-
stablerange: add some basic documentation about the cacheFri, 24 Mar 2017 11:20:42 +0100, by Pierre-Yves David
-
stablerange: warmup all upto a revisionFri, 24 Mar 2017 11:18:01 +0100, by Pierre-Yves David
-
debugstablerange: add a --verify flag to the commandFri, 24 Mar 2017 10:22:38 +0100, by Pierre-Yves David
-
stablerange: add a proper debugstablerange commandsFri, 24 Mar 2017 10:12:02 +0100, by Pierre-Yves David
-
debugobshashrange: add a --subranges optionFri, 24 Mar 2017 09:49:03 +0100, by Pierre-Yves David
-
debug: rename 'debugstablerange' to 'debugobshashrange'Fri, 24 Mar 2017 09:42:39 +0100, by Pierre-Yves David
-
debugstablerange: improve output spacingFri, 24 Mar 2017 09:40:50 +0100, by Pierre-Yves David
-
subranges: add a utility function to set the cacheFri, 24 Mar 2017 09:21:05 +0100, by Pierre-Yves David
-
subranges: add a utility function to access the cacheFri, 24 Mar 2017 09:18:50 +0100, by Pierre-Yves David
-
depth: add a utility function to set the cacheFri, 24 Mar 2017 09:15:18 +0100, by Pierre-Yves David
-
depth: add a utility function to access the cacheFri, 24 Mar 2017 09:01:25 +0100, by Pierre-Yves David
-
stablerange: add warming of the subrangeFri, 24 Mar 2017 03:20:29 +0100, by Pierre-Yves David
-
stablerange: fix merge slicing when range has multiple rootsFri, 24 Mar 2017 11:04:38 +0100, by Pierre-Yves David
-
stablerange: small style fixFri, 24 Mar 2017 09:04:34 +0100, by Pierre-Yves David
-
merge-slicing: introduce and use "inheritance point" for mergeFri, 24 Mar 2017 08:16:00 +0100, by Pierre-Yves David
-
stablerange: rearrange the code picking subrange to warmFri, 24 Mar 2017 08:31:10 +0100, by Pierre-Yves David
-
stablerange: rearrange the reusing logic to prepare to mergeFri, 24 Mar 2017 08:20:36 +0100, by Pierre-Yves David
-
merge-slicing: explain an alternative implementation in a commentsFri, 24 Mar 2017 06:24:02 +0100, by Pierre-Yves David
-
merge-slicing: use reachable roots to filter the various branchesFri, 24 Mar 2017 06:36:12 +0100, by Pierre-Yves David
-
merge-slicing: simplify various aspect of the codeFri, 24 Mar 2017 05:51:20 +0100, by Pierre-Yves David
-
stablerange: soon it will not provide any benefit and it gets in the wayThu, 23 Mar 2017 14:17:15 +0100, by Pierre-Yves David
-
revsfromrange: reuse information from the stablesortFri, 24 Mar 2017 06:31:32 +0100, by Pierre-Yves David
-
stablesort: allow a callback to be triggered on mergeFri, 24 Mar 2017 03:22:56 +0100, by Pierre-Yves David
-
minor simplification around rangelengthFri, 24 Mar 2017 03:33:36 +0100, by Pierre-Yves David
-
more explicite name in revsfromrangeFri, 24 Mar 2017 03:30:14 +0100, by Pierre-Yves David
-
stablerange: cache parentsFri, 24 Mar 2017 05:15:25 +0100, by Pierre-Yves David
-
merge-slicing: avoid doing the same work twiceThu, 23 Mar 2017 12:53:39 +0100, by Pierre-Yves David
-
stablerange: fix a bug when a top slice ended on a mergeThu, 23 Mar 2017 14:16:43 +0100, by Pierre-Yves David
-
slicesrangeat: stop double setting the revsinranges cacheThu, 23 Mar 2017 10:49:03 +0100, by Pierre-Yves David
-
subranges: remove the recursivity of the call to isubranges(parentrange)Thu, 23 Mar 2017 10:44:12 +0100, by Pierre-Yves David
-
subranges: detach cache logic from computation logicThu, 23 Mar 2017 10:19:59 +0100, by Pierre-Yves David
-
findmissingrange: properly queue new subrange for slicingThu, 23 Mar 2017 10:07:21 +0100, by Pierre-Yves David
-
findmissingrange: fix reversed value in debug outputThu, 23 Mar 2017 10:06:20 +0100, by Pierre-Yves David
-
stablecache: warmup on unfiltered repositoryWed, 22 Mar 2017 22:05:30 +0100, by Pierre-Yves David
-
stablerange: rename the classWed, 22 Mar 2017 21:11:35 +0100, by Pierre-Yves David
-
stablerange: do not inherit from dictThu, 23 Mar 2017 09:40:04 +0100, by Pierre-Yves David
-
stablerange: move a utility function aroundWed, 22 Mar 2017 21:10:01 +0100, by Pierre-Yves David
-
stablerange: remove the now unused individual range classWed, 22 Mar 2017 21:09:28 +0100, by Pierre-Yves David
-
stablerange: directly use tuple to refer to a stable rangeWed, 22 Mar 2017 21:08:58 +0100, by Pierre-Yves David
-
obshash: properly cache obshash valueWed, 22 Mar 2017 21:28:18 +0100, by Pierre-Yves David
-
stablerange: directly use 'self' when possibleWed, 22 Mar 2017 20:59:42 +0100, by Pierre-Yves David
-
revsfromrange: set the cache for the multiple bottom ranges in merge slicingWed, 22 Mar 2017 20:56:17 +0100, by Pierre-Yves David
-
revsfromrange: set the cache for the single bottom range in merge slicingWed, 22 Mar 2017 20:55:43 +0100, by Pierre-Yves David
-
revsfromrange: set the cache for the top range in merge slicingWed, 22 Mar 2017 20:55:23 +0100, by Pierre-Yves David
-
revsfromrange: remove reference to '_revs' in merge slicingWed, 22 Mar 2017 20:44:29 +0100, by Pierre-Yves David
-
revsfromcache: update cache for the top slice if possibleWed, 22 Mar 2017 20:37:27 +0100, by Pierre-Yves David
-
revsfromrange: skip setting the cache for length-1 top entryWed, 22 Mar 2017 20:37:03 +0100, by Pierre-Yves David
-
revsfromrange: update cache for parentrange directly in the codeWed, 22 Mar 2017 20:36:19 +0100, by Pierre-Yves David
-
revsfromramge: hard code the single changeset range caseWed, 22 Mar 2017 20:34:07 +0100, by Pierre-Yves David
-
stablerange: introduce caching for the full revision in a setWed, 22 Mar 2017 20:18:01 +0100, by Pierre-Yves David
-
stablerange: add a cache for stablesort orderingWed, 22 Mar 2017 20:11:19 +0100, by Pierre-Yves David
-
stablerange: move revs computation within the main classWed, 22 Mar 2017 20:05:21 +0100, by Pierre-Yves David
-
stablerange: minor method reorders on the main classWed, 22 Mar 2017 19:42:37 +0100, by Pierre-Yves David
-
stablerange: drop "key" and "id" logic form the classWed, 22 Mar 2017 19:30:23 +0100, by Pierre-Yves David
-
stablerange: drop length from the classWed, 22 Mar 2017 19:28:14 +0100, by Pierre-Yves David
-
stablerange: drop _depthWed, 22 Mar 2017 19:26:40 +0100, by Pierre-Yves David
-
stablerange: drop __repr__Wed, 22 Mar 2017 19:25:12 +0100, by Pierre-Yves David
-
stablerange: drop the subranges method on the small classWed, 22 Mar 2017 19:23:32 +0100, by Pierre-Yves David
-
stablerange: use subranges from the main class in subrangesclosureWed, 22 Mar 2017 19:21:41 +0100, by Pierre-Yves David
-
stablerange: use subranges from the main class in _obshashrangeWed, 22 Mar 2017 19:21:18 +0100, by Pierre-Yves David
-
stablerange: use subranges from the main class in findrangemissingWed, 22 Mar 2017 19:20:30 +0100, by Pierre-Yves David
-
stablerange: make sure nobody use '.depth' anymoreWed, 22 Mar 2017 18:55:26 +0100, by Pierre-Yves David
-
stablerange: use depthrevs in range slicingWed, 22 Mar 2017 18:54:45 +0100, by Pierre-Yves David
-
stablerange: use depthrevs in debugstablerangeWed, 22 Mar 2017 18:53:25 +0100, by Pierre-Yves David
-
stablerange: use rangelength inside the class itselfWed, 22 Mar 2017 18:41:26 +0100, by Pierre-Yves David
-
stablerange: use rangelength in '_slicesatrange'Wed, 22 Mar 2017 18:40:54 +0100, by Pierre-Yves David
-
stablerange: use rangelength in '_slicepoint'Wed, 22 Mar 2017 18:40:19 +0100, by Pierre-Yves David
-
stablerange: use rangelength in subrangesclosureWed, 22 Mar 2017 18:39:47 +0100, by Pierre-Yves David
-
stablerange: use rangelength in _obshashrangeWed, 22 Mar 2017 18:37:11 +0100, by Pierre-Yves David
-
stablerange: use rangelength in debugstablerangeWed, 22 Mar 2017 18:36:37 +0100, by Pierre-Yves David
-
stablerange: use rangelength in findmissingrangeWed, 22 Mar 2017 18:35:05 +0100, by Pierre-Yves David
-
stablerange: make sure nobody use '.index' anymoreWed, 22 Mar 2017 17:59:21 +0100, by Pierre-Yves David
-
stablerange: stop using '.index' inside the class itselfWed, 22 Mar 2017 17:57:04 +0100, by Pierre-Yves David
-
stablerange: stop using '.index' in '_slicesrangeat'Wed, 22 Mar 2017 17:55:57 +0100, by Pierre-Yves David
-
stablerange: stop using '.index' in '_slicepoint'Wed, 22 Mar 2017 17:53:39 +0100, by Pierre-Yves David
-
stablerange: stop using '.index' in 'rangelength'Wed, 22 Mar 2017 17:52:53 +0100, by Pierre-Yves David
-
stablerange: stop using '.index' in '_queryrange'Wed, 22 Mar 2017 17:52:29 +0100, by Pierre-Yves David
-
stablerange: stop using '.index' in debugstablerangeWed, 22 Mar 2017 17:52:08 +0100, by Pierre-Yves David
-
stablerange: make sure nobody use the 'stablekey' property outside the classWed, 22 Mar 2017 17:48:39 +0100, by Pierre-Yves David
-
stablerange: make sure nobody use '.head' anymoreWed, 22 Mar 2017 17:47:09 +0100, by Pierre-Yves David
-
stablerange: stop using '.head' inside the classWed, 22 Mar 2017 17:45:39 +0100, by Pierre-Yves David
-
stablerange: stop using '.head' in '_slicesrangeat'Wed, 22 Mar 2017 17:45:21 +0100, by Pierre-Yves David
-
stablerange: stop using '.head' in '_slicepoint'Wed, 22 Mar 2017 17:44:10 +0100, by Pierre-Yves David
-
stablerange: stop using '.head' in rangelengthWed, 22 Mar 2017 17:43:36 +0100, by Pierre-Yves David
-
stablerange: stop using '.head' in debugstablerangeWed, 22 Mar 2017 17:43:18 +0100, by Pierre-Yves David
-
stablerange: remove node unused 'node' propertyWed, 22 Mar 2017 17:38:28 +0100, by Pierre-Yves David
-
stablerange: stop using '.node' in __repr__Wed, 22 Mar 2017 17:35:08 +0100, by Pierre-Yves David
-
stablerange: change the key to use the revision numberWed, 22 Mar 2017 17:33:41 +0100, by Pierre-Yves David
-
stablerange: stop using '.node' in _queryrangeWed, 22 Mar 2017 06:05:44 +0100, by Pierre-Yves David
-
stablerange: stop using '.node' in debugstablerangeWed, 22 Mar 2017 06:05:32 +0100, by Pierre-Yves David
-
stablerange: stop using '.node' in findmissingrangeWed, 22 Mar 2017 06:04:30 +0100, by Pierre-Yves David
-
stablerange: stop using '.node' in obshashrangeWed, 22 Mar 2017 06:03:57 +0100, by Pierre-Yves David
-
stablerange: stop using '.node' in subrangesclosureWed, 22 Mar 2017 06:02:45 +0100, by Pierre-Yves David
-
stablerange: have the class behave as a tupleWed, 22 Mar 2017 05:15:49 +0100, by Pierre-Yves David
-
obshashrange: extract computation back into the discovery moduleWed, 22 Mar 2017 05:44:39 +0100, by Pierre-Yves David
-
obshashrange: use a small utility function to access the obshashWed, 22 Mar 2017 05:36:45 +0100, by Pierre-Yves David
-
debugstablerange: minor code reformatWed, 22 Mar 2017 05:32:25 +0100, by Pierre-Yves David
-
stablerange: move the subrangesclosure inside the moduleWed, 22 Mar 2017 05:09:21 +0100, by Pierre-Yves David
-
stablerange: compute subranges from parent when possibleSun, 19 Mar 2017 05:33:52 +0100, by Pierre-Yves David
-
stablerange: add an official warmup functionWed, 22 Mar 2017 04:27:42 +0100, by Pierre-Yves David
-
stablerange: remove now unnecessary setterSun, 19 Mar 2017 04:47:31 +0100, by Pierre-Yves David
-
stablerange: directly perform slicing in the getting methodSun, 19 Mar 2017 04:45:28 +0100, by Pierre-Yves David
-
stablerange: move standard slice point definition in main classSun, 19 Mar 2017 04:43:33 +0100, by Pierre-Yves David
-
stablerange: move the slicing method on the central classSun, 19 Mar 2017 04:39:00 +0100, by Pierre-Yves David
-
stablerange: move the range class in the new moduleSun, 19 Mar 2017 03:07:01 +0100, by Pierre-Yves David
-
stablesort: move into the stablerange moduleSun, 19 Mar 2017 03:06:53 +0100, by Pierre-Yves David
-
subranges: migrate handling of single element rangeWed, 22 Mar 2017 03:49:40 +0100, by Pierre-Yves David
-
stablerange: move the subrange cache into our new classWed, 22 Mar 2017 03:47:28 +0100, by Pierre-Yves David
-
depth: extract code dedicated to depth of a merge in its own functionSun, 19 Mar 2017 00:44:31 +0100, by Pierre-Yves David
-
stablerange: move 'depth' inside a new 'stablerange' moduleSat, 18 Mar 2017 22:48:26 +0100, by Pierre-Yves David
-
obsdiscovery: document the status of the moduleWed, 22 Mar 2017 03:15:58 +0100, by Pierre-Yves David
-
split: move the debugcommand into a dedicated moduleWed, 22 Mar 2017 03:13:15 +0100, by Pierre-Yves David
-
legacy: move 'debugrecordpruneparents' in the extensionsWed, 22 Mar 2017 03:00:11 +0100, by Pierre-Yves David
-
checks: correct the shebang line filtering for python filesThu, 16 Mar 2017 21:16:57 -0400, by Matt Harbison
-
tests: add glob for WindowsThu, 16 Mar 2017 23:17:07 -0400, by Matt Harbison
-
tests: adds simple test case for heads checkingTue, 21 Mar 2017 11:58:55 +0100, by Pierre-Yves David
-
tests: move exchange utility in testlibTue, 21 Mar 2017 10:25:12 +0100, by Pierre-Yves David
-
exchange: fix some wrong reference to serveronlyTue, 14 Mar 2017 16:56:48 -0700, by Pierre-Yves David
-
checks: add a test that check MANIFEST.in contentTue, 14 Mar 2017 15:50:43 -0700, by Pierre-Yves David
-
README: add a link to mercurial develTue, 14 Mar 2017 15:43:19 -0700, by Pierre-Yves David
-
README: tries to improve the title about server onlyTue, 14 Mar 2017 15:42:51 -0700, by Pierre-Yves David
-
README: remove mention of makeTue, 14 Mar 2017 15:42:21 -0700, by Pierre-Yves David
-
version: mark the current source as development version for 6.0.0Tue, 14 Mar 2017 15:02:06 -0700, by Pierre-Yves David
-
mercurial-3.8: merge with future evolve-6.0.0 mercurial-3.8Tue, 14 Mar 2017 14:52:56 -0700, by Pierre-Yves David
-
mercurial-3.9: merge with hg-4.0 branch mercurial-3.9Tue, 14 Mar 2017 14:47:20 -0700, by Pierre-Yves David
-
mercurial-4.0: merge with future 6.0.0 mercurial-4.0Tue, 14 Mar 2017 14:38:10 -0700, by Pierre-Yves David
-
checks: update pyflakes matching tooTue, 14 Mar 2017 14:27:43 -0700, by Pierre-Yves David
-
checks: do not run pyflake on removed fileTue, 14 Mar 2017 14:19:11 -0700, by Pierre-Yves David
-
compat: closing mercurial-3.7 compatibility branch mercurial-3.7Tue, 14 Mar 2017 11:31:03 -0700, by Pierre-Yves David
-
compat: closing mercurial-3.6 compatibility branch mercurial-3.6Tue, 14 Mar 2017 11:30:41 -0700, by Pierre-Yves David
-
compat: closing mercurial-3.4 compatibility branch mercurial-3.4Tue, 14 Mar 2017 11:30:13 -0700, by Pierre-Yves David
-
compat: closing mercurial-3.5 compatibility branch mercurial-3.5Tue, 14 Mar 2017 11:28:58 -0700, by Pierre-Yves David
-
README: timeless typo fixesTue, 14 Mar 2017 11:26:55 -0700, by Pierre-Yves David
-
cleanup: drop an empty section headerTue, 14 Mar 2017 09:51:25 -0700, by Pierre-Yves David
-
compat: drop some <hg-3.4 compatibility codeTue, 14 Mar 2017 09:50:55 -0700, by Pierre-Yves David
-
README: more update to prepare for pypi uploadMon, 13 Mar 2017 23:28:57 -0700, by Pierre-Yves David
-
evolve: update the capabilities and commands name for obshashrangeMon, 13 Mar 2017 16:53:42 -0700, by Pierre-Yves David
-
README: more change to have a pretty rendering on pypiMon, 13 Mar 2017 16:05:33 -0700, by Pierre-Yves David
-
MANIFEST.in: fix various mismatchMon, 13 Mar 2017 15:41:02 -0700, by Pierre-Yves David
-
README: rework install instructionMon, 13 Mar 2017 15:33:00 -0700, by Pierre-Yves David
-
README: rework the introMon, 13 Mar 2017 15:09:21 -0700, by Pierre-Yves David
-
rangeobshash: minor cleanup of the obshash codeSat, 11 Mar 2017 14:59:09 -0800, by Pierre-Yves David
-
stablerange: remove call to 'repo.revs'Sat, 11 Mar 2017 14:46:27 -0800, by Pierre-Yves David
-
stablerange: reuse node calculation as much as possibleSun, 12 Mar 2017 08:38:39 -0700, by Pierre-Yves David
-
stablerange: adds some caching of the subrangesSat, 11 Mar 2017 12:21:22 -0800, by Pierre-Yves David
-
stablerange: operate on an unfiltered repositorySat, 11 Mar 2017 12:15:56 -0800, by Pierre-Yves David
-
depth: use lower lever function to compute missingSat, 11 Mar 2017 12:15:08 -0800, by Pierre-Yves David
-
depth: update depth to code to reuse ancestors depthSat, 11 Mar 2017 10:26:30 -0800, by Pierre-Yves David
-
obsdiscovery: extract a smarted depth in utilitySat, 11 Mar 2017 09:08:20 -0800, by Pierre-Yves David
-
obsdiscovery: simply some of the missing computationSat, 11 Mar 2017 08:46:21 -0800, by Pierre-Yves David
-
discovery: implement some range based discoverySun, 12 Mar 2017 08:15:14 -0700, by Pierre-Yves David
-
discovery: introduce a official 'obshash associated to a rangeFri, 10 Mar 2017 10:36:46 -0800, by Pierre-Yves David
-
discovery: introduce "stable slicing" methodsThu, 09 Mar 2017 22:57:41 -0800, by Pierre-Yves David
-
discovery: adds a function doing revnum independant sortingThu, 09 Mar 2017 19:18:11 -0800, by Pierre-Yves David
-
hgignore: also ignore the 'dist' directoryThu, 09 Mar 2017 18:36:46 -0800, by Pierre-Yves David
-
obsexchange: drop unused moduleThu, 09 Mar 2017 18:31:55 -0800, by Pierre-Yves David
-
MANIFEST.in: also includes topicThu, 09 Mar 2017 18:08:45 -0800, by Pierre-Yves David
-
MANIFEST.in: fix to include all evolve submoduleThu, 09 Mar 2017 18:07:58 -0800, by Pierre-Yves David
-
obsdiscovery: organize the code by categoryTue, 07 Mar 2017 15:58:15 +0100, by Pierre-Yves David
-
evolution: drop the old __temporary__.advertiseobsolete optionThu, 09 Mar 2017 17:50:50 -0800, by Pierre-Yves David
-
README: mention the 'serveronly' extensionsThu, 09 Mar 2017 17:34:30 -0800, by Pierre-Yves David
-
server only: test a more standard method of disabling exchangeThu, 09 Mar 2017 17:33:57 -0800, by Pierre-Yves David
-
debian: don't delete evolve and topic extensionsThu, 09 Mar 2017 12:47:31 -0800, by Martin von Zweigbergk
-
serveronly: replace exc.message with str(exc)Thu, 09 Mar 2017 12:20:27 -0800, by Arun Kulshreshtha
-
cleanup: stop using 'repo.join' methodsThu, 09 Mar 2017 13:11:20 -0800, by Pierre-Yves David
-
setup: add author_emailThu, 09 Mar 2017 10:42:50 -0800, by Pierre-Yves David
-
readme: make it valid rstThu, 09 Mar 2017 10:42:25 -0800, by Pierre-Yves David
-
setup.py: remove unused and harmful code importing mercurialThu, 09 Mar 2017 08:33:00 -0800, by Martin von Zweigbergk
-
docs: update references to installation pathWed, 08 Mar 2017 13:48:35 -0800, by Martin von Zweigbergk
-
test: rename serveronly tests to reflect the new extension nameWed, 08 Mar 2017 17:07:38 -0800, by Pierre-Yves David
-
evolve: stop running 'serveronly' setupTue, 07 Mar 2017 15:52:04 +0100, by Pierre-Yves David
-
discovery: directly merge the 'obsdiscovery' exthelper in top level extensionsTue, 07 Mar 2017 15:49:22 +0100, by Pierre-Yves David
-
compat: drop advertising of unsupported experimental bundle2 partTue, 07 Mar 2017 15:47:09 +0100, by Pierre-Yves David
-
exchange: dispatch all code in 'serveronly' to the appropriate submoduleTue, 07 Mar 2017 15:45:21 +0100, by Pierre-Yves David
-
capabilities: properly sort capabilities after updating themWed, 08 Mar 2017 15:35:16 -0800, by Pierre-Yves David
-
pull: also issue warning for old mercurial versionTue, 07 Mar 2017 15:10:57 +0100, by Pierre-Yves David
-
exchange: split between modern and legacy codeTue, 07 Mar 2017 15:04:58 +0100, by Pierre-Yves David
-
push: add extra warning about pushing to old serverTue, 07 Mar 2017 14:59:00 +0100, by Pierre-Yves David
-
push: exit obsexchange early if disabledTue, 07 Mar 2017 14:45:02 +0100, by Pierre-Yves David
-
compat: drop special code handling change in push/pull op APITue, 07 Mar 2017 14:41:53 +0100, by Pierre-Yves David
-
discovery: split discovery related code in 'obsdiscovery'Tue, 07 Mar 2017 14:29:43 +0100, by Pierre-Yves David
-
exchange: rename the moduleTue, 07 Mar 2017 14:19:12 +0100, by Pierre-Yves David
-
setup.py: include all evolve submoduleWed, 08 Mar 2017 23:04:45 +0100, by Pierre-Yves David
-
evolve: switch away from deprecated repo.openerTue, 07 Mar 2017 09:47:37 -0800, by Martin von Zweigbergk
-
serveronly: use the same extensions metadata than evolveTue, 07 Mar 2017 13:31:19 +0100, by Pierre-Yves David
-
evolve: move extension metadata in their own moduleTue, 07 Mar 2017 13:24:07 +0100, by Pierre-Yves David
-
evolve: specify the 'minimalhgversion'Tue, 07 Mar 2017 13:12:27 +0100, by Pierre-Yves David
-
serveronly: give the sub extension a way to access to the 'evolve' moduleTue, 07 Mar 2017 12:27:01 +0100, by Pierre-Yves David
-
test: update test to check for various way to import the serveronly thingsTue, 07 Mar 2017 12:10:05 +0100, by Pierre-Yves David
-
tests: move "test setup" script into a 'testlib' directoryTue, 07 Mar 2017 12:04:05 +0100, by Pierre-Yves David
-
exchange: move code related to exchange into a 'evolve.exchange' submoduleSat, 04 Mar 2017 02:56:50 +0100, by Pierre-Yves David
-
exthelper: move command declaration into the exthelperSat, 04 Mar 2017 03:37:32 +0100, by Pierre-Yves David
-
exthelper: add a 'merge' methodSat, 04 Mar 2017 01:43:36 +0100, by Pierre-Yves David
-
exthelper: extract into its own submoduleSat, 04 Mar 2017 01:21:43 +0100, by Pierre-Yves David
-
makefile: add an 'install-home' targetFri, 03 Mar 2017 10:58:59 +0100, by Pierre-Yves David
-
makefile: only check for HGROOT when running testsFri, 03 Mar 2017 10:58:30 +0100, by Pierre-Yves David
-
tests: split pyflake and flake8 testsThu, 02 Mar 2017 20:13:47 +0100, by Pierre-Yves David
-
flake8: run on all python fileThu, 02 Mar 2017 20:24:17 +0100, by Pierre-Yves David
-
flake8: fix error in 'setup.py'Thu, 02 Mar 2017 20:23:45 +0100, by Pierre-Yves David
-
flake8: fix error in 'test2rst.py'Thu, 02 Mar 2017 20:23:18 +0100, by Pierre-Yves David
-
flake8: remove "error" in documentation configurationThu, 02 Mar 2017 20:22:29 +0100, by Pierre-Yves David
-
flake8: enable on evolve tooThu, 02 Mar 2017 18:14:33 +0100, by Pierre-Yves David
-
flake8: update the code sources to fixes a horde of pyflake warningsThu, 02 Mar 2017 19:29:37 +0100, by Pierre-Yves David
-
flake8: register 'xrange' as a builtinsThu, 02 Mar 2017 19:28:52 +0100, by Pierre-Yves David
-
flake8: ignore an addition rules related to importThu, 02 Mar 2017 19:28:12 +0100, by Pierre-Yves David
-
flake8: document all the exception we addedThu, 02 Mar 2017 19:25:54 +0100, by Pierre-Yves David
-
README: mention the addition of the topic extensionsThu, 02 Mar 2017 18:28:14 +0100, by Pierre-Yves David
-
tests: run pyflake on all python filesThu, 02 Mar 2017 18:14:21 +0100, by Pierre-Yves David
-
serveronly: fix undefined variableThu, 02 Mar 2017 18:13:57 +0100, by Pierre-Yves David
-
legacy: properly test for mercurial version in the legacy extensionsThu, 02 Mar 2017 18:13:45 +0100, by Pierre-Yves David
-
evolve: prevent global variable shadowingThu, 02 Mar 2017 18:13:20 +0100, by Pierre-Yves David
-
evolve: drop some unused variablesThu, 02 Mar 2017 18:13:03 +0100, by Pierre-Yves David
-
evolve: drop some unused importThu, 02 Mar 2017 18:12:47 +0100, by Pierre-Yves David
-
README: fix evolve installation pathThu, 02 Mar 2017 18:26:47 +0100, by Pierre-Yves David
-
topic: merge the topic extension in the evolve repositoryThu, 02 Mar 2017 18:07:46 +0100, by Pierre-Yves David
-
test: adapt to new core outputThu, 23 Feb 2017 15:19:31 +0100, by Pierre-Yves David
-
test: adapt to change in mercurial outputThu, 23 Feb 2017 14:56:22 +0100, by Pierre-Yves David
-
compat: handle difference of signature for update destination hooksThu, 23 Feb 2017 13:58:52 +0100, by Pierre-Yves David
-
setup.py: also install 'hgext3rd/__init__.py'Fri, 14 Oct 2016 00:54:04 +0200, by Pierre-Yves David
-
tutorial: add a very basic pointer in the readmeFri, 07 Oct 2016 04:10:23 +0200, by Pierre-Yves David
-
tutorial: add a second part about having multiple topicFri, 30 Sep 2016 18:21:50 +0200, by Pierre-Yves David
-
tutorial: add a first version of the tutorial with the basicsThu, 29 Sep 2016 16:48:13 +0200, by Pierre-Yves David
-
doc: add more details about the head checkingTue, 13 Sep 2016 17:58:22 +0200, by Pierre-Yves David
-
documentation: some basic update of the documentationWed, 07 Sep 2016 12:45:23 +0200, by Pierre-Yves David
-
flake8: ignore N801Wed, 07 Sep 2016 10:40:18 +0800, by Anton Shestakov
-
flake8: don't ignore E713 now that it's fixedWed, 07 Sep 2016 10:35:47 +0800, by Anton Shestakov
-
flake8: fix E713 styleTue, 30 Aug 2016 15:23:03 -0700, by Sean Farley
-
flake8: fix E301 styleTue, 30 Aug 2016 15:22:24 -0700, by Sean Farley
-
flake8: fix E111 styleTue, 30 Aug 2016 15:18:43 -0700, by Sean Farley
-
flake8: fix E222 styleTue, 30 Aug 2016 15:15:05 -0700, by Sean Farley
-
flake8: fix E127 styleTue, 30 Aug 2016 14:10:16 -0700, by Sean Farley
-
flake8: fix W391 styleTue, 30 Aug 2016 14:12:49 -0700, by Sean Farley
-
tests: add flake8 checkTue, 30 Aug 2016 14:05:36 -0700, by Sean Farley
-
flake8: add file for rules to ignoreSun, 15 May 2016 22:23:16 -0300, by Sean Farley
-
init: guard _namemap with repo.topics (issue5351)Fri, 26 Aug 2016 16:57:45 +0000, by timeless
-
init: cache repo.topicsFri, 26 Aug 2016 16:52:02 +0000, by timeless
-
stack: add warning about multiple headsFri, 26 Aug 2016 21:57:48 +0200, by Pierre-Yves David
-
stack: add some behind informationFri, 26 Aug 2016 14:55:58 +0200, by Pierre-Yves David
-
stack: add some basic branch informationFri, 26 Aug 2016 14:23:31 +0200, by Pierre-Yves David
-
stack: add some header with the topic nameFri, 26 Aug 2016 14:14:04 +0200, by Pierre-Yves David
-
test: add testing of stack output in 'stack-data' test.Fri, 26 Aug 2016 14:58:18 +0200, by Pierre-Yves David
-
test: rename 'list' test to 'stack-data'Fri, 26 Aug 2016 14:58:49 +0200, by Pierre-Yves David
-
stack: also dim basesFri, 26 Aug 2016 12:58:16 +0200, by Pierre-Yves David
-
stack: reusing the index number in base when applicableFri, 26 Aug 2016 12:52:06 +0200, by Pierre-Yves David
-
stack: extra argument validation logic outside of showstackFri, 26 Aug 2016 12:37:52 +0200, by Pierre-Yves David
-
summary: properly label the topic name in summaryTue, 23 Aug 2016 21:18:47 +0200, by Pierre-Yves David
-
topic: list the branches this topic belong to when verboseTue, 23 Aug 2016 23:38:28 +0200, by Pierre-Yves David
-
topic: properly justify the verbose data when listing topicTue, 16 Aug 2016 15:43:06 +0200, by Pierre-Yves David
-
ngtip: rely on topicmap for 'ngtip'Tue, 16 Aug 2016 15:32:54 +0200, by Pierre-Yves David
-
topic: list the number of 'behind' changeset when --verbose is usedSun, 14 Aug 2016 19:57:58 +0200, by Pierre-Yves David
-
destination: honor the sourceset argument of _destmergeMon, 15 Aug 2016 00:19:44 +0200, by Pierre-Yves David
-
destmerge: improve topic head computation and handlingMon, 15 Aug 2016 05:25:53 +0200, by Pierre-Yves David
-
evolve: extract the code copied from evolve in a submoduleMon, 15 Aug 2016 05:15:19 +0200, by Pierre-Yves David
-
destmerge: honor the 'onheadcheck' argumentMon, 15 Aug 2016 01:50:15 +0200, by Pierre-Yves David
-
destination: use the correct abort class for errorSun, 14 Aug 2016 23:17:09 +0200, by Pierre-Yves David
-
topic: list the number of head when --verbose is usedSun, 14 Aug 2016 19:40:53 +0200, by Pierre-Yves David
-
topic: list the number of troubled changesets when --verbose is usedSat, 13 Aug 2016 01:24:10 +0200, by Pierre-Yves David
-
topic: list the number of changesets when --verbose is usedFri, 12 Aug 2016 23:59:37 +0200, by Pierre-Yves David
-
topic: add color for the active topicSun, 14 Aug 2016 20:40:46 +0200, by Pierre-Yves David
-
topic: add formatter supportSat, 13 Aug 2016 00:37:33 +0200, by Pierre-Yves David
-
topic: extract the code listing all topicsSat, 13 Aug 2016 00:13:05 +0200, by Pierre-Yves David
-
stack: introduce and explicite command to display the stackFri, 12 Aug 2016 11:09:26 +0200, by Pierre-Yves David
-
testedwith: update to 3.9Thu, 11 Aug 2016 22:52:49 +0200, by Pierre-Yves David
-
topic: make sure we have the 'wlock' when setting topicThu, 11 Aug 2016 22:50:58 +0200, by Pierre-Yves David
-
cleanup: removed unused mercurial.util importWed, 13 Jul 2016 16:19:41 +0200, by Pierre-Yves David
-
compat: tolerate missing rebase extensionFri, 08 Jul 2016 16:59:43 +0000, by timeless
-
compat: mercurial dropped alias for hashlib.sha1Fri, 08 Jul 2016 16:09:55 +0000, by timeless
-
destination: add an XXX about handling destspace in destmergeWed, 11 May 2016 16:22:52 +0200, by Pierre-Yves David
-
update: calculate 'partial' as core doesMon, 25 Apr 2016 21:24:20 -0700, by Sean Farley
-
discovery: flake8Mon, 25 Apr 2016 20:00:19 -0700, by Sean Farley
-
destination: flake8Mon, 25 Apr 2016 19:59:05 -0700, by Sean Farley
-
style: update __init__.pyTue, 22 Mar 2016 14:51:35 -0700, by Sean Farley
-
compat: adapt to the new destspace argument of destmergeWed, 11 May 2016 16:06:58 +0200, by Pierre-Yves David
-
stack: prevent crash when topic is rooted on nullidMon, 04 Apr 2016 00:28:03 -0700, by Pierre-Yves David
-
test: add topic on the first 2 changesets tooMon, 04 Apr 2016 00:22:20 -0700, by Pierre-Yves David
-
test: remove comment about new head warningMon, 04 Apr 2016 00:17:54 -0700, by Pierre-Yves David
-
stack: also change the indexing of the t# referenceSun, 03 Apr 2016 21:41:38 -0700, by Pierre-Yves David
-
stack: change the ascii symbold for baseFri, 01 Apr 2016 16:58:52 -0700, by Pierre-Yves David
-
stack: reverse the display orderFri, 01 Apr 2016 16:57:11 -0700, by Pierre-Yves David
-
topic: extract display from entry computationFri, 01 Apr 2016 16:55:24 -0700, by Pierre-Yves David
-
stack: start indexing at 't1' instead of 't0'Fri, 01 Apr 2016 16:40:19 -0700, by Pierre-Yves David
-
commit: wrap "commitstatus" to take topic into accountWed, 30 Mar 2016 23:58:30 -0700, by Pierre-Yves David
-
uisetup: add call to 'topicmap.modsetup'Wed, 30 Mar 2016 23:55:31 -0700, by Pierre-Yves David
-
uisetup: move all remaining wrapping into uisetupWed, 30 Mar 2016 22:33:06 -0700, by Pierre-Yves David
-
topicmap: move 'cgapply' wrapping into the topicmap moduleWed, 30 Mar 2016 22:31:24 -0700, by Pierre-Yves David
-
topicmap: move the 'usetopicmap' context manager into the topicmap moduleWed, 30 Mar 2016 22:25:17 -0700, by Pierre-Yves David
-
patch: move setup of import/export logic into a functionWed, 30 Mar 2016 22:05:49 -0700, by Pierre-Yves David
-
patch: remove version compatibility checkWed, 30 Mar 2016 22:04:25 -0700, by Pierre-Yves David
-
patch: document the section about import/exportWed, 30 Mar 2016 22:03:44 -0700, by Pierre-Yves David
-
patch: move import/export wrapping close to the function definitionWed, 30 Mar 2016 22:02:52 -0700, by Pierre-Yves David
-
discovery: move all setup into a 'modsetup' functionWed, 30 Mar 2016 21:53:55 -0700, by Pierre-Yves David
-
revset: add a ui argument to 'modsetup'Wed, 30 Mar 2016 03:22:50 -0700, by Pierre-Yves David
-
revset: run 'modsetup' at uisetup timeWed, 30 Mar 2016 03:21:44 -0700, by Pierre-Yves David
-
destination: rename 'setupdest' to 'modsetup'Wed, 30 Mar 2016 03:20:16 -0700, by Pierre-Yves David
-
destination: document 'setupdest'Wed, 30 Mar 2016 03:16:19 -0700, by Pierre-Yves David
-
destination: add a ui argument to 'setupdest'Wed, 30 Mar 2016 03:15:47 -0700, by Pierre-Yves David
-
destination: make sure 'setupdest' is the latest function in the moduleWed, 30 Mar 2016 03:12:43 -0700, by Pierre-Yves David
-
topicmap: move to new style importWed, 30 Mar 2016 03:45:29 -0700, by Pierre-Yves David
-
stack: move to new style importWed, 30 Mar 2016 03:45:18 -0700, by Pierre-Yves David
-
revset: move to new style importWed, 30 Mar 2016 03:45:10 -0700, by Pierre-Yves David
-
discovery: move to new style importWed, 30 Mar 2016 03:44:59 -0700, by Pierre-Yves David
-
destination: move to new style importWed, 30 Mar 2016 03:44:47 -0700, by Pierre-Yves David
-
init: move to new style importWed, 30 Mar 2016 03:44:37 -0700, by Pierre-Yves David
-
test: disable the new style rendering for "missing parent"Wed, 30 Mar 2016 03:56:14 -0700, by Pierre-Yves David
-
tests: add pyflakes testMon, 21 Mar 2016 21:39:14 -0700, by Sean Farley
-
setup: make sure we use the imported moduleMon, 28 Mar 2016 00:50:36 -0700, by Pierre-Yves David
-
topicmap: whitespaceMon, 21 Mar 2016 21:38:56 -0700, by Sean Farley
-
topiccache: directly instantiate a topiccache object when readingMon, 28 Mar 2016 00:47:14 -0700, by Pierre-Yves David
-
readme: fix instruction to enable topicTue, 22 Mar 2016 15:29:05 -0700, by Pierre-Yves David
-
stack: whitespaceMon, 21 Mar 2016 21:30:14 -0700, by Sean Farley
-
stack: remove unused importMon, 21 Mar 2016 21:29:35 -0700, by Sean Farley
-
revset: add missing importsMon, 21 Mar 2016 21:28:29 -0700, by Sean Farley
-
revset: whitespaceMon, 21 Mar 2016 21:28:12 -0700, by Sean Farley
-
discovery: whitespaceMon, 21 Mar 2016 21:26:45 -0700, by Sean Farley
-
discovery: removed unused oldgetitemMon, 21 Mar 2016 21:25:04 -0700, by Sean Farley
-
setup: break long lineMon, 21 Mar 2016 21:07:41 -0700, by Sean Farley
-
init: indent correctlySat, 19 Mar 2016 14:15:57 -0700, by Sean Farley
-
init: whitespace fixupsSat, 19 Mar 2016 14:15:45 -0700, by Sean Farley
-
init: remove unused moduleSat, 19 Mar 2016 14:09:59 -0700, by Sean Farley
-
spelling: histeditFri, 18 Mar 2016 15:03:40 +0000, by timeless
-
spelling: changesetFri, 18 Mar 2016 15:00:58 +0000, by timeless
-
readme: remove the part about 3.7 and hgext3rdFri, 18 Mar 2016 08:14:45 -0700, by Pierre-Yves David
-
merge with other duplicate headTue, 22 Mar 2016 00:19:14 -0700, by Pierre-Yves David
-
histedit: restrict default edited set to current topic when possibleThu, 17 Mar 2016 09:14:57 -0700, by Pierre-Yves David
-
stack: add a 'stack()' revsetThu, 17 Mar 2016 09:13:12 -0700, by Pierre-Yves David
-
stack: display the base of the stackMon, 14 Mar 2016 23:37:58 +0000, by Pierre-Yves David
-
stack: add some default color configurationMon, 14 Mar 2016 19:22:21 +0000, by Pierre-Yves David
-
stack: add basic formatter and label supportMon, 14 Mar 2016 19:03:32 +0000, by Pierre-Yves David
-
stack: show the currently active changeset and unstable onesMon, 14 Mar 2016 18:43:23 +0000, by Pierre-Yves David
-
stack: add "t" prefix to index in the outputMon, 14 Mar 2016 18:40:00 +0000, by Pierre-Yves David
-
stack: allow to refer to changeset using "t2" formMon, 14 Mar 2016 18:39:19 +0000, by Pierre-Yves David
-
topic: don't take topic into account when pushing to non-topic repoTue, 15 Mar 2016 17:26:57 +0000, by Pierre-Yves David
-
destination: fix 'hg pull --rebase'Wed, 16 Mar 2016 12:14:20 -0700, by Pierre-Yves David
-
packaging: fix setup.py and install as hgext3rd.topicThu, 17 Mar 2016 09:12:18 -0700, by Pierre-Yves David
-
destination: fix 'hg pull --rebase'Wed, 16 Mar 2016 12:14:20 -0700, by Pierre-Yves David
-
discovery: remove a spurious printTue, 15 Mar 2016 17:25:18 +0000, by Pierre-Yves David
-
task: add index number to the outputMon, 14 Mar 2016 18:24:33 +0000, by Pierre-Yves David
-
stack: fix printing order in case of unstabilityMon, 14 Mar 2016 18:11:52 +0000, by Pierre-Yves David
-
stack: exclude obsolete changeset from the setMon, 14 Mar 2016 17:48:31 +0000, by Pierre-Yves David
-
stack: add a very first version of stack display with 'hg topic --list'Mon, 14 Mar 2016 17:37:39 +0000, by Pierre-Yves David
-
topic: get 'Abort' from error, not 'util'Mon, 14 Mar 2016 17:09:02 +0000, by Pierre-Yves David
-
Makefile: meant tests-@ not tests-tipMon, 14 Mar 2016 21:22:56 -0400, by Augie Fackler
-
update: change default update destination to take topic in accountSun, 13 Mar 2016 12:29:43 +0000, by Pierre-Yves David
-
rebase: test default rebase destination behaviorSun, 13 Mar 2016 13:07:54 +0000, by Pierre-Yves David
-
topicmap: write and read format from discSun, 13 Mar 2016 23:44:04 +0000, by Pierre-Yves David
-
topicmap: ensure that 'served' view is updated with topicmapMon, 14 Mar 2016 00:15:54 +0000, by Pierre-Yves David
-
topicmap: move the monkey patching into a context managerMon, 14 Mar 2016 00:12:22 +0000, by Pierre-Yves David
-
push: hackish handeling of new branch head from phase moveSat, 12 Mar 2016 18:42:16 +0000, by Pierre-Yves David
-
push: allow pushing new topic to non-publishing server by defaultSat, 12 Mar 2016 18:19:27 +0000, by Pierre-Yves David
-
topic: take topic in account for all branch head computationSat, 12 Mar 2016 15:36:17 +0000, by Pierre-Yves David
-
testedwith: declare compatibility with Mercurial 3.7Mon, 14 Mar 2016 20:18:09 -0400, by Augie Fackler
-
Makefile: update all-version-tests to explicitly test 3.7Mon, 14 Mar 2016 20:17:18 -0400, by Augie Fackler
-
hgignore: also ignore testtimesMon, 14 Mar 2016 20:13:44 -0400, by Augie Fackler
-
killdaemons: discard now that it's unusedMon, 14 Mar 2016 20:12:39 -0400, by Augie Fackler
-
test: drop custom run-tests.pyMon, 14 Mar 2016 14:38:40 +0000, by Pierre-Yves David
-
Makefile: rework running of testsMon, 14 Mar 2016 20:11:47 -0400, by Augie Fackler
-
compat: adapt to change in mercurial coreSat, 12 Mar 2016 12:36:25 +0000, by Pierre-Yves David
-
topic: handle merge.update function signature changeThu, 31 Dec 2015 11:23:19 -0500, by Augie Fackler
-
Merge.Fri, 11 Dec 2015 13:12:23 -0500, by Augie Fackler
-
test-topic-dest: test fixes I should have put in the previous changeFri, 11 Dec 2015 13:09:29 -0500, by Augie Fackler
-
topic: fix changing topics of commits that have an amend_sourceFri, 11 Dec 2015 12:53:20 -0500, by Augie Fackler
-
topic: remove useless call to c.parents()Fri, 11 Dec 2015 12:53:38 -0500, by Augie Fackler
-
topic: fix up change logic a little and add debug loggingFri, 11 Dec 2015 12:56:23 -0500, by Augie Fackler
-
merge: use topic to pick default destinationWed, 21 Oct 2015 01:09:15 +0200, by Pierre-Yves David
-
topic: introduce a 'ngtip' conceptWed, 21 Oct 2015 01:12:32 +0200, by Pierre-Yves David
-
template: test that topic is accessible through templateThu, 08 Oct 2015 21:09:47 -0700, by Pierre-Yves David
-
test: adapt to newer mercurialFri, 23 Oct 2015 13:40:44 +0100, by Pierre-Yves David
-
patch: import topic from patch headerThu, 08 Oct 2015 20:43:15 -0700, by Pierre-Yves David
-
patch: add topic to exported patchThu, 08 Oct 2015 20:42:26 -0700, by Pierre-Yves David
-
topic: work around stringmatcher moving during development of hg 3.6Wed, 14 Oct 2015 12:09:11 -0400, by Augie Fackler
-
topic: allow use of topic(.) to match the p1 topicWed, 30 Sep 2015 18:06:42 -0400, by Augie Fackler
-
topic: fix missing error importWed, 30 Sep 2015 18:05:27 -0400, by Augie Fackler
-
amend: allow clearing topics on amendFri, 19 Jun 2015 16:23:29 -0500, by Matt Mackall
-
changectx: add topic methodFri, 19 Jun 2015 16:16:42 -0500, by Matt Mackall
-
topics: consistently use empty string instead of NoneFri, 19 Jun 2015 16:13:16 -0500, by Matt Mackall
-
topics: drop debugging print in rebaseFri, 19 Jun 2015 14:18:34 -0500, by Matt Mackall
-
topics: allow commits that only change topic (issue4725)Mon, 15 Jun 2015 17:29:07 -0500, by Matt Mackall
-
topics: add listnames hook so completion worksMon, 15 Jun 2015 16:56:44 -0500, by Matt Mackall
-
rewrite: use a lock and transaction as spotted by devel warningsThu, 18 Jun 2015 15:46:26 -0400, by Augie Fackler
-
topics: only apply topic to commits of the working copyFri, 12 Jun 2015 16:49:46 -0500, by Matt Mackall
-
rebase: teach rebase how to copy topicsFri, 12 Jun 2015 16:41:10 -0500, by Matt Mackall
-
topic: wrap the underlying update function rather than the commandFri, 12 Jun 2015 16:39:39 -0500, by Matt Mackall
-
commit: add a topic field to the in-editor commit textWed, 10 Jun 2015 17:52:07 -0500, by Matt Mackall
-
topic: only require obsolete support for --changeWed, 10 Jun 2015 17:40:50 -0500, by Matt Mackall
-
commit: add a --topic flagWed, 10 Jun 2015 17:13:15 -0500, by Matt Mackall
-
topic: note when switching topicsWed, 10 Jun 2015 16:44:49 -0500, by Matt Mackall
-
summary: add topic summary hookWed, 10 Jun 2015 16:32:20 -0500, by Matt Mackall
-
topics: add command summaryWed, 10 Jun 2015 16:23:56 -0500, by Matt Mackall
-
docs: fix format of extension docstringWed, 10 Jun 2015 16:20:05 -0500, by Matt Mackall
-
constants: extract key for extra into a constantWed, 10 Jun 2015 16:13:20 -0400, by Augie Fackler
-
topic: add ability to change topic of non-public changesWed, 10 Jun 2015 15:03:39 -0400, by Augie Fackler
-
revset: add a topic() revset for querying topicsWed, 10 Jun 2015 15:26:50 -0400, by Augie Fackler
-
topic: disallow use of topics without obsolete enabledWed, 10 Jun 2015 15:01:36 -0400, by Augie Fackler
-
topic: use repo.set() where we need a changectx anywayWed, 10 Jun 2015 14:59:46 -0400, by Augie Fackler
-
testlib: enable rebase and obsolete for easier testingWed, 10 Jun 2015 14:59:05 -0400, by Augie Fackler
-
Initial dumb version of topics.Wed, 20 May 2015 21:23:28 -0400, by Augie Fackler
-
serveronly: deduplicate code with the main evolve extensionTue, 28 Feb 2017 18:21:23 +0100, by Pierre-Yves David
-
serveronly: clean up importsTue, 28 Feb 2017 16:12:34 +0100, by Pierre-Yves David
-
compat: just use '_callcompressable'Tue, 28 Feb 2017 14:31:28 +0100, by Pierre-Yves David
-
compat: drop bookmark compatibility layerTue, 28 Feb 2017 14:31:18 +0100, by Pierre-Yves David
-
compat: drop compat for older wireproto implementationTue, 28 Feb 2017 14:29:36 +0100, by Pierre-Yves David
-
compat: always use the strip revset from coreTue, 28 Feb 2017 14:28:54 +0100, by Pierre-Yves David
-
compat: drop support for ancestral pushop objectTue, 28 Feb 2017 14:28:23 +0100, by Pierre-Yves David
-
compat: drop compatibility layer around updateTue, 28 Feb 2017 14:27:54 +0100, by Pierre-Yves David
-
compat: drop compatibility layer for 'tryimportone'Tue, 28 Feb 2017 14:27:08 +0100, by Pierre-Yves David
-
compat: drop superfluous summary outputTue, 28 Feb 2017 14:25:35 +0100, by Pierre-Yves David
-
compat: drop compatibility layer around memctxTue, 28 Feb 2017 14:24:04 +0100, by Pierre-Yves David
-
compat: drop handling of ancestral 'helploader' callerTue, 28 Feb 2017 14:22:25 +0100, by Pierre-Yves David
-
compat: drop hack around a 'graft' signature changeTue, 28 Feb 2017 14:22:05 +0100, by Pierre-Yves David
-
evolve: proactively detect bad version earlyTue, 28 Feb 2017 14:21:17 +0100, by Pierre-Yves David
-
evolve: drop support for version older than 3.8Tue, 01 Nov 2016 16:21:16 +0100, by Pierre-Yves David
-
evolve: cleanup importsTue, 28 Feb 2017 13:27:04 +0100, by Pierre-Yves David
-
merge with stableTue, 28 Feb 2017 17:27:44 +0100, by Pierre-Yves David
-
Added tag 5.6.1 for changeset 70694b2621ba stableTue, 28 Feb 2017 17:22:21 +0100, by Pierre-Yves David
-
evolve: extend API fix from 25254b2f8116 to another relevant case stableThu, 02 Feb 2017 16:33:17 +0100, by Pierre-Yves David
-
hgext3rd: drop the last remains of hgext3rdTue, 01 Nov 2016 16:19:33 +0100, by Pierre-Yves David
-
hgext3rd: move 'obsolete' as 'evolve.legacy'Tue, 01 Nov 2016 16:18:21 +0100, by Pierre-Yves David
-
hgext3rd: move 'drophack' as 'evolve.hack.drophack'Tue, 01 Nov 2016 16:11:50 +0100, by Pierre-Yves David
-
hgext3rd: move 'simple4server' as 'evolve.serveronly'Tue, 01 Nov 2016 16:07:28 +0100, by Pierre-Yves David
-
hgext3rd: move 'directaccess' and 'inhibit' in 'evolve.hack'Tue, 28 Feb 2017 14:36:18 +0100, by Pierre-Yves David
-
evolve: move the extensions to 'hgext3rd'Tue, 28 Feb 2017 15:09:03 +0100, by Pierre-Yves David
-
extensions: drop the old 'pushexperiment' extensionTue, 01 Nov 2016 05:42:50 +0100, by Pierre-Yves David
-
merge with stableWed, 01 Feb 2017 16:23:11 +0100, by Pierre-Yves David
-
Update tag 5.6.0 for changeset e7b6e9c4a5d4 stableWed, 01 Feb 2017 16:19:58 +0100, by Pierre-Yves David
-
reopen the default branchWed, 01 Feb 2017 16:17:09 +0100, by Pierre-Yves David
-
Added tag 5.6.0 for changeset 99ede2d77545 stableWed, 01 Feb 2017 16:09:40 +0100, by Pierre-Yves David
-
open the mercurial-3.9 compat branch mercurial-4.0Wed, 01 Feb 2017 15:09:06 +0100, by Pierre-Yves David
-
merge with default to prepare the next version stableWed, 01 Feb 2017 15:04:54 +0100, by Pierre-Yves David
-
merge with stableWed, 01 Feb 2017 15:02:59 +0100, by Pierre-Yves David
-
uncommit: don't lose copy information of remaining files (issue5403) stableTue, 31 Jan 2017 12:32:45 -0800, by Martin von Zweigbergk
-
merge with stableWed, 25 Jan 2017 16:50:19 +0100, by Pierre-Yves David
-
fold: cleanly abort on empty fold set (issue5453) stableWed, 25 Jan 2017 16:40:45 +0100, by Pierre-Yves David
-
README: update changelogMon, 23 Jan 2017 16:09:16 +0100, by Pierre-Yves David
-
fold: require --from flag for folding revisions to working copyThu, 12 Jan 2017 13:47:49 -0800, by Martin von Zweigbergk
-
fold: use 'fold', not 'touch', for transaction descriptionTue, 13 Dec 2016 10:28:09 -0800, by Martin von Zweigbergk
-
tests: fix tests to reflect hg core changesThu, 05 Jan 2017 01:36:37 -0800, by Stanislau Hlebik
-
prune: improve error message if unstable changes are disallowedWed, 23 Nov 2016 21:00:42 +0530, by Pulkit Goyal
-
wireproto: chunking and compression is forthwith to be handled by hgwebWed, 30 Nov 2016 11:17:55 +0000, by Martijn Pieters
-
Manifest.in: exclude unshipped extensionsWed, 02 Nov 2016 18:56:44 +0100, by Pierre-Yves David
-
Manifest.in: include Manifest.inWed, 02 Nov 2016 18:54:05 +0100, by Pierre-Yves David
-
Manifest.in: exclude debian related fileWed, 02 Nov 2016 18:53:49 +0100, by Pierre-Yves David
-
Manifest.in: include all script in testsWed, 02 Nov 2016 18:53:28 +0100, by Pierre-Yves David
-
Manifest.in: drop tests/test-qsync.t entryWed, 02 Nov 2016 18:53:07 +0100, by Pierre-Yves David
-
Manifest.in: drop the 'tests/dummyssh' entryWed, 02 Nov 2016 18:52:46 +0100, by Pierre-Yves David
-
Manifest.in: sort entryWed, 02 Nov 2016 18:50:54 +0100, by Pierre-Yves David
-
makefile: fix documentationWed, 02 Nov 2016 18:49:19 +0100, by Pierre-Yves David
-
tests: use curl instead of wgetTue, 25 Oct 2016 05:15:52 -0700, by Simon Farnsworth
-
merge with stableSun, 30 Oct 2016 23:31:31 +0100, by Pierre-Yves David
-
Added tag 5.5.0 for changeset 727c7211c810 stableSun, 30 Oct 2016 23:28:34 +0100, by Pierre-Yves David
-
readme: mention that the next release make use 4.0 compatible stableSun, 30 Oct 2016 23:16:04 +0100, by Pierre-Yves David
-
errors: add missing imports of mercurial.error stableFri, 28 Oct 2016 17:25:06 -0700, by Martin von Zweigbergk
-
evolve: use single quotes in usage messages stableFri, 28 Oct 2016 17:15:57 -0700, by Martin von Zweigbergk
-
evolve: prefer "abort" over "abandon" in messages for consistency stableFri, 28 Oct 2016 17:11:43 -0700, by Martin von Zweigbergk
-
setupevolveunfinished: use "hg update -C ." to abort stableFri, 28 Oct 2016 15:17:27 -0700, by Martin von Zweigbergk
-
evolve: suggest "hg update -C .", including '.', to abort evolve stableFri, 28 Oct 2016 15:04:40 -0700, by Martin von Zweigbergk
-
evolve: update the tested with statement stableFri, 28 Oct 2016 17:03:53 +0200, by Pierre-Yves David
-
integrate code update and test change from future 5.5 code mercurial-3.9Fri, 28 Oct 2016 16:03:00 +0200, by Pierre-Yves David
-
merge with default, Mercurial 4.0-rc is out stableFri, 28 Oct 2016 15:44:15 +0200, by Pierre-Yves David
-
open the mercurial-3.9 compat branch mercurial-3.9Fri, 28 Oct 2016 15:43:21 +0200, by Pierre-Yves David
-
merge with stableSun, 16 Oct 2016 20:29:27 +0200, by Pierre-Yves David
-
evolve: lock the working copy early in next and prev (issue5244) stableSun, 16 Oct 2016 09:52:53 -0700, by Simon Farnsworth
-
evolve: indent cmdnext and cmdprev ready for locking change (issue5244) stableSat, 08 Oct 2016 08:14:21 -0700, by Simon Farnsworth
-
tests: adapt to some change to topic output stableSun, 16 Oct 2016 13:50:45 +0200, by Pierre-Yves David
-
split: avoid trying to split an empty commit (issue5191) stableSat, 08 Oct 2016 15:49:12 +0200, by Philippe Pepiot
-
split: avoid trying to split an empty commit (issue5191)Sat, 08 Oct 2016 15:49:12 +0200, by Philippe Pepiot
-
evolve: fix test breaks related to double->single quote changesThu, 22 Sep 2016 09:15:30 -0700, by Kostia Balytskyi
-
merge with stableTue, 13 Sep 2016 01:25:17 +0200, by Pierre-Yves David
-
bump: copy parent manifest before editting it stableMon, 12 Sep 2016 10:41:00 -0700, by Durham Goode
-
backed out changeset 7a76f9a43e89Tue, 13 Sep 2016 00:56:57 +0200, by Pierre-Yves David
-
readme: add an entry about the {obsolete} template changeSat, 10 Sep 2016 13:26:19 +0200, by Pierre-Yves David
-
templates: change {obsolete} to emit only "obsolete" or ""Fri, 09 Sep 2016 16:42:41 -0700, by Martin von Zweigbergk
-
debug data for manifest change in coreWed, 07 Sep 2016 17:51:15 +0200, by Pierre-Yves David
-
evolve: drop point release of versionsThu, 01 Sep 2016 07:40:27 +0530, by Pulkit Goyal
-
evolve: removed redundant try/finally blocksThu, 01 Sep 2016 04:38:56 +0530, by Pulkit Goyal
-
docs: spelling fixesSat, 27 Aug 2016 20:37:15 +0800, by Anton Shestakov
-
simple4server: update buglink to point to bz.mercurial-scm.orgSat, 27 Aug 2016 20:25:17 +0800, by Anton Shestakov
-
evolve: update buglink to point to bz.mercurial-scm.orgSat, 27 Aug 2016 20:24:58 +0800, by Anton Shestakov
-
docs: use https for mercurial-scm.orgSat, 27 Aug 2016 20:24:13 +0800, by Anton Shestakov
-
docs: point wiki and bz links to mercurial-scm.orgSat, 27 Aug 2016 20:17:41 +0800, by Anton Shestakov
-
test: adapt to topic changesMon, 29 Aug 2016 14:54:20 +0200, by Pierre-Yves David
-
continue: ensure we hold the wlock before writing file to diskThu, 11 Aug 2016 23:00:46 +0200, by Pierre-Yves David
-
test: also use 'devel.legacy.exchange=bundle1' in testTue, 09 Aug 2016 00:37:58 +0200, by Pierre-Yves David
-
dirstate: use arg count for version checkMon, 08 Aug 2016 10:05:47 -0700, by Ryan McElroy
-
merge back with stableMon, 01 Aug 2016 22:55:11 +0200, by Pierre-Yves David
-
Added tag 5.4.1 for changeset 2ad40d972a74 stableMon, 01 Aug 2016 22:42:38 +0200, by Pierre-Yves David
-
open mercurial-3.7 compat branch mercurial-3.8Mon, 01 Aug 2016 22:37:03 +0200, by Pierre-Yves David
-
directaccess: make sure gethashsymbols does not return rev numbersWed, 22 Jun 2016 18:22:17 +0100, by Jun Wu
-
evolve: use hashlib to compute sha1 hashesWed, 15 Jun 2016 15:19:38 -0700, by Jeroen Vaelen
-
merge with stableFri, 27 May 2016 17:36:07 +0200, by Pierre-Yves David
-
inhibit: protect agains dropped 'bmstore.write' stableFri, 27 May 2016 17:33:53 +0200, by Pierre-Yves David
-
merge back with stableFri, 06 May 2016 00:22:54 +0200, by Pierre-Yves David
-
Added tag 5.4.0 for changeset b21ce82e6f76 stableFri, 06 May 2016 00:22:24 +0200, by Pierre-Yves David
-
evolve: prepare release of version 5.4.0 stable 5.4.0Fri, 06 May 2016 00:18:24 +0200, by Pierre-Yves David
-
merge with stable through 3.5 branch mercurial-3.4Fri, 06 May 2016 00:08:31 +0200, by Pierre-Yves David
-
test: wider glob for payload size mercurial-3.4Fri, 06 May 2016 00:03:28 +0200, by Pierre-Yves David
-
merge with stable throug 3.6 branch mercurial-3.5Fri, 06 May 2016 00:00:14 +0200, by Pierre-Yves David
-
merge with stable through 3.7 branch mercurial-3.6Thu, 05 May 2016 23:51:35 +0200, by Pierre-Yves David
-
mercurial-3.7: revert output change mercurial-3.7Thu, 05 May 2016 22:22:30 +0200, by Pierre-Yves David
-
test: rename TOPICROOT to HGTEST_TOPICROOTThu, 05 May 2016 21:54:26 +0200, by Pierre-Yves David
-
test: update topic test output for order changeThu, 05 May 2016 21:42:49 +0200, by Pierre-Yves David
-
test: update topic test output for indexing changeThu, 05 May 2016 21:38:04 +0200, by Pierre-Yves David
-
test: adapt topic testThu, 05 May 2016 21:35:53 +0200, by Pierre-Yves David
-
test: improve skipped message for topicThu, 05 May 2016 20:14:39 +0200, by Pierre-Yves David
-
prune: suggest --biject in error "hint"Mon, 02 May 2016 18:40:21 +0200, by Pierre-Yves David
-
metaedit: check for public changeset before instabilityMon, 02 May 2016 18:24:36 +0200, by Pierre-Yves David
-
fold: move sanity check after lockingMon, 02 May 2016 18:21:54 +0200, by Pierre-Yves David
-
metaedit: add support for folding commits while editing their metadataMon, 25 Apr 2016 16:24:42 -0700, by Siddharth Agarwal
-
commands: introduce a new command to edit commit metadataMon, 25 Apr 2016 16:24:42 -0700, by Siddharth Agarwal
-
evolve: factor out check for creating unstable commitsMon, 25 Apr 2016 16:24:42 -0700, by Siddharth Agarwal
-
evolve: factor out sanity checks for foldsMon, 25 Apr 2016 16:24:42 -0700, by Siddharth Agarwal
-
evolve: include node, rev, desc, and phase in listThu, 21 Apr 2016 06:12:20 +0000, by timeless
-
evolve: use hex in list outputThu, 21 Apr 2016 06:11:57 +0000, by timeless
-
py3: use items() instead of iteritems()Wed, 20 Apr 2016 19:00:13 +0000, by timeless
-
py3: change except from two comma to as notationWed, 20 Apr 2016 18:59:46 +0000, by timeless
-
py3: tolerate io/StringIO divergenceWed, 20 Apr 2016 18:58:52 +0000, by timeless
-
split: rewrite the pre-split commit messageSun, 24 Apr 2016 22:31:58 -0400, by Jordi Gutiérrez Hermoso
-
open mercurial-3.7 compat branch mercurial-3.7Wed, 20 Apr 2016 17:11:49 -0700, by Pierre-Yves David
-
readme: add various missing partsWed, 20 Apr 2016 17:08:59 -0700, by Pierre-Yves David
-
hgignore: add an ignore rule for test timing stableWed, 20 Apr 2016 16:40:11 -0700, by Pierre-Yves David
-
tests: change quoting pattern to match core's conventionsTue, 19 Apr 2016 14:29:40 -0700, by Laurent Charignon
-
Spelling: committedFri, 14 Sep 2012 11:32:28 -0400, by timeless
-
Spelling (en-us): behaviorFri, 14 Sep 2012 11:30:32 -0400, by timeless
-
Spelling: forbiddenFri, 14 Sep 2012 11:28:31 -0400, by timeless
-
Brand: MercurialWed, 12 Sep 2012 17:57:30 -0400, by timeless
-
Grammar: paragraphs should end with periodsWed, 12 Sep 2012 18:27:16 -0400, by timeless
-
Grammar: theWed, 12 Sep 2012 18:25:48 -0400, by timeless
-
Grammar: resulting issuesWed, 12 Sep 2012 17:57:15 -0400, by timeless
-
Grammar: introducedWed, 12 Sep 2012 18:06:44 -0400, by timeless
-
Grammar: hasWed, 12 Sep 2012 18:31:15 -0400, by timeless
-
Spelling: versioningFri, 14 Sep 2012 10:37:09 -0400, by timeless
-
Spelling: unnecessaryWed, 12 Sep 2012 18:15:16 -0400, by timeless
-
Spelling: throughWed, 12 Sep 2012 18:14:40 -0400, by timeless
-
Spelling: thoseFri, 14 Sep 2012 10:35:21 -0400, by timeless
-
Spelling: succeededWed, 12 Sep 2012 18:11:23 -0400, by timeless
-
Spelling: remotelyFri, 14 Sep 2012 10:32:39 -0400, by timeless
-
Spelling: remainsWed, 12 Sep 2012 18:02:05 -0400, by timeless
-
Spelling: precursorsFri, 14 Sep 2012 10:07:31 -0400, by timeless
-
Spelling: practiceFri, 14 Sep 2012 10:07:15 -0400, by timeless
-
Spelling: directoryThu, 13 Sep 2012 17:34:14 -0400, by timeless
-
Spelling: happenedThu, 13 Sep 2012 17:31:46 -0400, by timeless
-
Spelling: formerlyWed, 12 Sep 2012 18:06:36 -0400, by timeless
-
Spelling: extinctWed, 12 Sep 2012 18:05:44 -0400, by timeless
-
Spelling: directlyThu, 13 Sep 2012 17:34:29 -0400, by timeless
-
Spelling: deserializeWed, 12 Sep 2012 18:03:19 -0400, by timeless
-
Spelling: accessingThu, 13 Sep 2012 17:29:45 -0400, by timeless
-
Spelling (en-us): -izeWed, 12 Sep 2012 18:09:10 -0400, by timeless
-
list: report the phase for divergent commitsThu, 14 Apr 2016 21:30:57 +0000, by timeless
-
readme: improve bug tracker linkThu, 14 Apr 2016 17:42:18 +0000, by timeless
-
readme: fix domain for bug tracker (bz.mercurial-scm.org)Thu, 14 Apr 2016 17:40:56 +0000, by timeless
-
ignore: remove stale itemsThu, 14 Apr 2016 18:33:00 +0000, by timeless
-
project: change evolution domain to mercurial-scmThu, 14 Apr 2016 18:07:40 +0000, by timeless
-
tests: adapt output to the new graphlog styleThu, 14 Apr 2016 13:02:23 -0700, by Pierre-Yves David
-
evolve: add --continue note to summaryThu, 14 Apr 2016 03:42:48 +0000, by timeless
-
evolve: report merge nodeThu, 14 Apr 2016 15:03:18 +0000, by timeless
-
evolve: treat no support as non fatalThu, 14 Apr 2016 15:02:10 +0000, by timeless
-
list: limit to descriptions to firstlineWed, 13 Apr 2016 23:36:44 +0000, by timeless
-
config: report evolve as origin for configFri, 08 Apr 2016 18:45:58 +0000, by timeless
-
alias: report evolve as origin for aliasesFri, 08 Apr 2016 18:45:45 +0000, by timeless
-
evolve--list: initial implementationTue, 22 Mar 2016 14:08:16 -0700, by Kostia Balytskyi
-
merge with stableFri, 18 Mar 2016 23:49:32 -0700, by Pierre-Yves David
-
prune: remove the kill aliasFri, 18 Mar 2016 16:37:49 -0700, by Pierre-Yves David
-
evolve: Fix crush when reading docstringThu, 17 Mar 2016 15:04:05 -0700, by Juntao Li
-
topic: restrict 'hg prev' to current topic unless --no-topic is passedThu, 17 Mar 2016 11:31:55 -0700, by Pierre-Yves David
-
topic: restrict 'hg prev' to current topic unless --no-topic is passedThu, 17 Mar 2016 11:25:01 -0700, by Pierre-Yves David
-
topic: preserve topic during evolveThu, 17 Mar 2016 10:04:30 -0700, by Pierre-Yves David
-
topic: 'hg evolve --all' pick all trouble within current topicThu, 17 Mar 2016 09:39:35 -0700, by Pierre-Yves David
-
evolve: mark progress units for translationSat, 12 Mar 2016 13:59:07 +0800, by Anton Shestakov
-
evolve: ui.progress doesn't use total count if pos is None, let's drop itSat, 12 Mar 2016 13:45:25 +0800, by Anton Shestakov
-
debugrecordpruneparents: fix an apparent typo (marks) stableSat, 12 Mar 2016 13:15:28 +0800, by Anton Shestakov
-
test: explicitly disable rebaseskipobsolete in a couple of place (issue5135)Fri, 11 Mar 2016 23:47:59 +0000, by Pierre-Yves David
-
evolve: remove unused importFri, 11 Mar 2016 13:11:54 +0100, by liscju
-
hgext: turn 'hgext' into a namespace packageFri, 11 Mar 2016 09:48:12 +0000, by Pierre-Yves David
-
merge stable into defaultThu, 25 Feb 2016 13:18:36 +0100, by Pierre-Yves David
-
url: update url to point to the latest hosting stableThu, 25 Feb 2016 13:14:04 +0100, by Pierre-Yves David
-
tests: add head warning messagesSun, 14 Feb 2016 14:37:40 +0000, by Pierre-Yves David
-
split: fix wording of documentation for --rev option stableWed, 10 Feb 2016 18:54:49 -0600, by Nathan Goldbaum
-
merge with stableThu, 11 Feb 2016 00:44:28 +0000, by Pierre-Yves David
-
Added tag 5.3.0 for changeset bd59cc2ee203 stableThu, 11 Feb 2016 00:42:22 +0000, by Pierre-Yves David
-
merge with strange other head on stable stable 5.3.0Thu, 11 Feb 2016 00:39:56 +0000, by Pierre-Yves David
-
merge with new stable through 3.5 and 3.6 mercurial-3.4Thu, 11 Feb 2016 00:32:40 +0000, by Pierre-Yves David
-
tests: register expected difference for Mercurial 3.4 mercurial-3.4Thu, 04 Feb 2016 11:01:35 +0000, by Pierre-Yves David
-
readme: mark feature only available in 3.7 as such stableThu, 11 Feb 2016 00:02:39 +0000, by Pierre-Yves David
-
Merge with stable, updating tests output mercurial-3.6Wed, 10 Feb 2016 23:44:00 +0000, by Pierre-Yves David
-
readme: point to mercurial-scm.org instead of selenic.com stableThu, 04 Feb 2016 11:18:50 +0000, by Pierre-Yves David
-
merge with stable (Mercurial 3.7 is out) stableThu, 04 Feb 2016 11:17:09 +0000, by Pierre-Yves David
-
tests: register expected difference for Mercurial 3.6 mercurial-3.6Thu, 04 Feb 2016 11:13:38 +0000, by Pierre-Yves David
-
tests: register expected difference for Mercurial 3.5 mercurial-3.5Thu, 04 Feb 2016 11:07:44 +0000, by Pierre-Yves David
-
evolve: make split respect rev args passed without --rev or -rThu, 04 Feb 2016 02:46:40 -0800, by Kostia Balytskyi
-
evolve: write our own custom evolvestate fileThu, 04 Feb 2016 01:19:14 +0000, by Pierre-Yves David
-
readme: update readme for issue 4966Thu, 04 Feb 2016 10:16:52 +0000, by Pierre-Yves David
-
test: back hash change from 'extra' content change outWed, 03 Feb 2016 23:21:50 +0000, by Pierre-Yves David
-
evolve: close transaction if conflict is detected in relocate (issue4966)Fri, 22 Jan 2016 21:41:59 +0900, by FUJIWARA Katsunori
-
evolve: remove meaningless transaction nestingSat, 23 Jan 2016 06:18:01 +0900, by FUJIWARA Katsunori
-
evolve: extract logic to new method _evolvemergeTue, 26 Jan 2016 15:42:01 -0800, by Shusen LIU
-
test: add extra expected outputSat, 30 Jan 2016 16:53:12 +0100, by Pierre-Yves David
-
inhibit: make bookmark -D work with a list of bookmarksFri, 22 Jan 2016 19:16:38 +0000, by Jeroen Vaelen
-
touch: prompt the user for what to do with the revived changesetSun, 17 Jan 2016 16:55:40 -0800, by Laurent Charignon
-
inhibit: fix compat with rebaseskipobsoleteWed, 27 Jan 2016 13:57:08 -0800, by Laurent Charignon
-
test: update with new graft outputTue, 19 Jan 2016 15:30:23 -0800, by Durham Goode
-
merge with stableSun, 17 Jan 2016 22:02:44 -0800, by Pierre-Yves David
-
tests: fix change to help outputSun, 17 Jan 2016 21:09:45 -0800, by Pierre-Yves David
-
tests: change some double quotes to single quotes stableThu, 14 Jan 2016 14:02:05 -0800, by Martin von Zweigbergk
-
inhibit: fix compatibility with changes in rebaseThu, 14 Jan 2016 12:02:38 -0800, by Laurent Charignon
-
inhibit: fix _filterpublicSun, 10 Jan 2016 10:52:24 -0800, by Laurent Charignon
-
debian: blacklist test-inhibit.tMon, 04 Jan 2016 14:01:17 -0800, by Laurent Charignon
-
evolve: duplicate evolution summary entries (issue5014)Mon, 04 Jan 2016 08:39:58 -0800, by Laurent Charignon
-
merge with stableSun, 03 Jan 2016 16:47:57 +0100, by Pierre-Yves David
-
evolve: handle merge commit with single obsolete parent (issue4389)Thu, 26 Nov 2015 20:38:31 -0500, by Andrew Halberstadt
-
merge with stableTue, 22 Dec 2015 14:11:09 +0000, by Pierre-Yves David
-
evolve: improve the confusing docstring for _orderrevs() stableSat, 07 Nov 2015 13:37:26 -0500, by Greg Ward
-
evolve: scattered typo fixes in comments, docstrings stableFri, 06 Nov 2015 21:42:06 -0500, by Greg Ward
-
evolve: extract logic to new method _finalizerelocateMon, 14 Dec 2015 17:21:11 -0800, by Shusen LIU
-
evolve: extract logic to new method _relocatecommitMon, 14 Dec 2015 17:02:55 -0800, by Shusen LIU
-
evolve: apply API change to 'merge.update'Thu, 17 Dec 2015 16:00:32 +0000, by Pierre-Yves David
-
debian: don't refer to deleted tests/run-tests.py in debian/rulesMon, 14 Dec 2015 16:29:55 -0800, by Martin von Zweigbergk
-
prune: changing bookmark argument to be a listFri, 11 Dec 2015 12:27:37 -0800, by Shubhanshu Agrawal
-
prune: remove a list of bookmarksFri, 11 Dec 2015 10:42:46 -0800, by Shubhanshu Agrawal
-
test: adapt to fix to "known" wireprotocol commandFri, 11 Dec 2015 11:15:33 +0000, by Pierre-Yves David
-
evolve: renaming local variablesThu, 10 Dec 2015 15:55:07 -0800, by Shubhanshu Agrawal
-
inhibit: backout 23a34dce5131 remove unused bookmark operation wrappingThu, 10 Dec 2015 15:34:34 -0800, by Laurent Charignon
-
readme: add something about bookmark within transactionFri, 11 Dec 2015 10:51:04 +0000, by Pierre-Yves David
-
commitwrapper: use bookmarks.recordchange instead of bookmarks.writeThu, 10 Dec 2015 15:09:25 -0800, by Laurent Charignon
-
next: replace call to bookmarks.write by bookmarks.recordchangeThu, 10 Dec 2015 14:43:31 -0800, by Laurent Charignon
-
previous: replace call to bookmarks.write by bookmarks.recordchangeThu, 10 Dec 2015 14:43:00 -0800, by Laurent Charignon
-
prune: use bookmarks.recordchange instead of bookmarks.writeThu, 10 Dec 2015 14:17:27 -0800, by Laurent Charignon
-
transaction: fix release order in 'rewrite'Fri, 11 Dec 2015 10:49:29 +0000, by Pierre-Yves David
-
check-code: make drophack comply with check-codeFri, 04 Dec 2015 15:28:29 -0800, by Laurent Charignon
-
check-code: make directaccess.py comply with check-codeFri, 04 Dec 2015 15:28:00 -0800, by Laurent Charignon
-
check-code: make inhibit.py comply with check-codeFri, 04 Dec 2015 15:31:19 -0800, by Laurent Charignon
-
check-code: make obsolete.py comply with check-codeFri, 04 Dec 2015 15:31:34 -0800, by Laurent Charignon
-
check-code: make pushexperiment.py comply with check-codeFri, 04 Dec 2015 15:21:16 -0800, by Laurent Charignon
-
check-code: make simple4server.py comply with check-codeFri, 04 Dec 2015 15:19:36 -0800, by Laurent Charignon
-
check-code: make evolve.py comply with check-codeFri, 04 Dec 2015 15:10:53 -0800, by Laurent Charignon
-
evolve: fix test-inhibit to match latest hgFri, 04 Dec 2015 14:00:59 -0800, by Laurent Charignon
-
evolve: fix test-stabilize-conflict.t to match new extra computation in coreFri, 04 Dec 2015 14:00:48 -0800, by Laurent Charignon
-
evolve: fix test-sharing.t to match new extra computation in coreFri, 04 Dec 2015 14:01:28 -0800, by Laurent Charignon
-
evolve: fix test-tutorial.t to match new extra computation in coreFri, 04 Dec 2015 14:01:36 -0800, by Laurent Charignon
-
inhibit: make rebase see obsolescence even for visible nodesMon, 30 Nov 2015 16:48:40 -0800, by Laurent Charignon
-
inhibit: remove unused bookmark operation wrappingTue, 24 Nov 2015 17:16:27 -0800, by Laurent Charignon
-
inhibit: update test with new behavior from coreTue, 01 Dec 2015 10:25:38 -0800, by Laurent Charignon
-
inhibit: remove unused importThu, 19 Nov 2015 10:47:32 -0800, by Laurent Charignon
-
inhibit: improve handling of error cases for bookmark -DFri, 20 Nov 2015 10:30:42 -0800, by Laurent Charignon
-
directaccess: fix case of shortened hash containing only digitsWed, 18 Nov 2015 13:47:26 -0800, by Laurent Charignon
-
evolve: evolve --divergent failed when merge had nothing to do (issue4950)Tue, 17 Nov 2015 17:06:07 -0800, by Laurent Charignon
-
inhibit: use dirty revset trick to speedup the inhibit search space.Tue, 17 Nov 2015 20:25:15 -0800, by Pierre-Yves David
-
inhibit: use 'repo.revs' instead of 'repo.set'Tue, 17 Nov 2015 20:19:32 -0800, by Pierre-Yves David
-
_inhibitmarkers: turn the result from generator into a listTue, 17 Nov 2015 22:43:17 -0800, by Pierre-Yves David
-
split: drop the experimental flagFri, 06 Nov 2015 21:37:38 -0500, by Pierre-Yves David
-
split: preserve original changesets descriptionFri, 06 Nov 2015 21:34:24 -0500, by Pierre-Yves David
-
merge with stableFri, 06 Nov 2015 21:15:15 -0500, by Pierre-Yves David
-
evolve: rewrite command help (evolve command only) stableFri, 06 Nov 2015 15:04:45 -0500, by Greg Ward
-
parents: avoid locking the repository during 'hg parents' stableFri, 06 Nov 2015 18:37:16 -0500, by Pierre-Yves David
-
tests: remove the custom run-tests.pyMon, 02 Nov 2015 11:08:32 +0000, by Pierre-Yves David
-
make: clean test related targetMon, 02 Nov 2015 11:07:34 +0000, by Pierre-Yves David
-
test: use 'dummyssh' from the run-tests directoryMon, 02 Nov 2015 11:05:28 +0000, by Pierre-Yves David
-
test: use 'killdaemons.py' from the run-tests directoryMon, 02 Nov 2015 11:04:44 +0000, by Pierre-Yves David
-
merge back with stableMon, 02 Nov 2015 00:39:40 +0000, by Pierre-Yves David
-
Added tag 5.2.1 for changeset c15d6168412f stableMon, 02 Nov 2015 00:39:23 +0000, by Pierre-Yves David
-
split: mark the command as experimentalMon, 02 Nov 2015 00:32:44 +0000, by Pierre-Yves David
-
tests: run test with 3.6 and apply test changeFri, 30 Oct 2015 15:48:13 +0000, by Pierre-Yves David
-
prune: have dirstate collaborate with transactionFri, 30 Oct 2015 16:04:37 +0000, by Pierre-Yves David
-
evolve: have dirstate collaborate with transactionFri, 30 Oct 2015 16:04:19 +0000, by Pierre-Yves David
-
prune: reuse revset from repair instead of copy-pasting codeFri, 09 Oct 2015 16:21:30 -0700, by Ryan McElroy
-
merge with stableMon, 12 Oct 2015 01:23:59 -0700, by Pierre-Yves David
-
evolve: be more complete about copying extra from old revisionsTue, 29 Sep 2015 15:40:28 -0400, by Augie Fackler
-
evolve: ignore ui argument passed to help loaderWed, 30 Sep 2015 23:33:00 +0900, by Yuya Nishihara
-
directaccess: inspect trees of len() > 3Tue, 29 Sep 2015 09:47:10 -0700, by Durham Goode
-
debugobsconvert: make sure obsstore is loaded before version comparisonMon, 21 Sep 2015 22:30:44 +0900, by Yuya Nishihara
-
evolve: use repo._bookmarks.recordchange instead of repo._bookmarks.writeWed, 16 Sep 2015 16:50:06 -0700, by Laurent Charignon
-
evolve: indentation change for making next patch more legibleWed, 16 Sep 2015 17:12:38 -0700, by Laurent Charignon
-
merge with stableMon, 14 Sep 2015 13:52:34 -0700, by Pierre-Yves David
-
next/prev: properly lock repo before touching bookmarks stableMon, 14 Sep 2015 13:48:34 -0700, by Pierre-Yves David
-
next/prev: properly lock repo before touching bookmarksMon, 14 Sep 2015 13:48:34 -0700, by Pierre-Yves David
-
prune: ensure we prune bookmarks in a transaction stableMon, 14 Sep 2015 13:23:43 -0700, by Pierre-Yves David
-
next: add support for --dry-runThu, 10 Sep 2015 16:24:50 -0400, by timeless
-
evolve: spelling uncommittedWed, 09 Sep 2015 22:25:37 -0400, by timeless
-
evolve: annotate translatable strings with _()Wed, 09 Sep 2015 22:23:48 -0400, by timeless
-
evolve: do not capitalize description of next/previousWed, 09 Sep 2015 22:22:01 -0400, by timeless
-
evolve: _() should not contain %Wed, 09 Sep 2015 22:13:11 -0400, by timeless
-
evolve: add progress for _obsrelsethashtreeWed, 09 Sep 2015 19:43:24 -0400, by timeless
-
evolve: add progress for the obsmarkers discovery partsWed, 09 Sep 2015 19:43:14 -0400, by timeless
-
test-obsolete: clarify divergence detection output orderWed, 09 Sep 2015 19:40:54 -0400, by timeless
-
directaccesss: also look for symbol into listMon, 17 Aug 2015 17:01:38 -0700, by Pierre-Yves David
-
merge with stableWed, 12 Aug 2015 20:38:39 -0700, by Pierre-Yves David
-
inhibit: fix inhibit working with non-inhibit repos stableWed, 12 Aug 2015 10:51:20 -0700, by Durham Goode
-
directaccess: don't try to partialmatch things that aren't hashes stableWed, 12 Aug 2015 16:08:05 -0700, by Siddharth Agarwal
-
merge with stableMon, 10 Aug 2015 00:44:53 -0700, by Pierre-Yves David
-
next: properly report no children when --evolve is used stableMon, 10 Aug 2015 00:41:18 -0700, by Pierre-Yves David
-
inhibit: do not search for visible obsolete changeset during stripping stableMon, 10 Aug 2015 00:24:15 -0700, by Pierre-Yves David
-
split: handle bookmarks instead of leaving them on precursorSat, 08 Aug 2015 12:42:57 -0700, by Laurent Charignon
-
split: don't update before it is actually neededSat, 08 Aug 2015 12:45:36 -0700, by Laurent Charignon
-
split: add more output to the testSat, 08 Aug 2015 12:16:55 -0700, by Laurent Charignon
-
split: fix commit message numbering error in the testSat, 08 Aug 2015 12:12:16 -0700, by Laurent Charignon
-
evolve: handle split commit for instabilityWed, 24 Jun 2015 16:27:36 -0700, by Laurent Charignon
-
merge with stableFri, 07 Aug 2015 13:59:19 -0700, by Pierre-Yves David
-
evolve: add a command to split commitsThu, 18 Jun 2015 16:48:53 -0700, by Laurent Charignon
-
merge with stableMon, 03 Aug 2015 11:29:27 -0700, by Pierre-Yves David
-
test-inhibit: simplify push destinations for Windows stableSat, 01 Aug 2015 22:16:26 -0400, by Matt Harbison
-
inhibit: don't abort when directaccess is not enabledWed, 29 Jul 2015 09:55:50 -0700, by Laurent Charignon
-
merge with stableFri, 10 Jul 2015 22:58:13 +0100, by Pierre-Yves David
-
inhibit: add missing locking in wrapper for obsmarker creation stableThu, 09 Jul 2015 12:42:07 -0700, by Laurent Charignon
-
evolve: (issue4386) cleanup, split, fold and bijection in `hg prune`Thu, 25 Jun 2015 13:33:50 -0700, by Laurent Charignon
-
merge with stableTue, 30 Jun 2015 18:32:12 -0700, by Pierre-Yves David
-
evolve: dedupe divergents when running evolve --all --any or evolve --rev stableWed, 24 Jun 2015 16:54:23 -0700, by Laurent Charignon
-
evolve: remove unused warning message in _solvedivergent stableWed, 24 Jun 2015 16:38:24 -0700, by Laurent Charignon
-
evolve: improve the help of the fold command stableThu, 25 Jun 2015 09:53:53 -0700, by Laurent Charignon
-
merge with stableFri, 26 Jun 2015 00:07:13 -0700, by Pierre-Yves David
-
Added tag 5.2.0 for changeset 44a9dcb3fefc stableFri, 26 Jun 2015 00:05:37 -0700, by Pierre-Yves David
-
merge with stableThu, 25 Jun 2015 17:46:24 -0700, by Pierre-Yves David
-
Added tag 5.2.0 for changeset 00026533ff9f stableThu, 25 Jun 2015 17:45:25 -0700, by Pierre-Yves David
-
merge with preparation for version 5.2.0 stableThu, 25 Jun 2015 17:43:10 -0700, by Pierre-Yves David
-
merge with stableThu, 25 Jun 2015 17:38:40 -0700, by Pierre-Yves David
-
tests: adapt the test for Mercurial 3.3 mercurial-3.3Thu, 25 Jun 2015 17:22:17 -0700, by Pierre-Yves David
-
next: add a --evolve optionWed, 24 Jun 2015 20:06:45 -0700, by Pierre-Yves David
-
next: print some message when on a head with some aspiring childrenWed, 24 Jun 2015 19:42:01 -0700, by Pierre-Yves David
-
next: reword error outputWed, 24 Jun 2015 20:23:41 -0700, by Pierre-Yves David
-
next: refactor the command codeWed, 24 Jun 2015 20:17:57 -0700, by Pierre-Yves David
-
next: add extensive testing to the 'next' commandWed, 24 Jun 2015 21:16:57 -0700, by Pierre-Yves David
-
readme: add an entry about the obsolete wdir parent hintWed, 24 Jun 2015 19:43:35 -0700, by Pierre-Yves David
-
evolve: add a hint when the parent working copy become obsoleteWed, 24 Jun 2015 16:37:02 -0700, by Pierre-Yves David
-
evolve: better error message when command is AmbiguousTue, 23 Jun 2015 18:16:21 -0700, by Pierre-Yves David
-
evolve: mechanism to load some commands selectivelyWed, 20 May 2015 16:35:45 -0700, by Laurent Charignon
-
evolve: clarify code in _singlesuccessorMon, 22 Jun 2015 17:46:32 -0700, by Laurent Charignon
-
merge with stableTue, 23 Jun 2015 16:50:39 -0700, by Pierre-Yves David
-
close inactive compatibility branch mercurial-3.0Tue, 23 Jun 2015 16:49:24 -0700, by Pierre-Yves David
-
close inactive compatibility branch compat-hg2.3Tue, 23 Jun 2015 16:47:47 -0700, by Pierre-Yves David
-
close inactive compatibility branch mercurial-2.7Tue, 23 Jun 2015 16:45:55 -0700, by Pierre-Yves David
-
close inactive compatibility branch compat-hg2.4Tue, 23 Jun 2015 16:45:47 -0700, by Pierre-Yves David
-
close inactive compatibility branch mercurial-2.2Tue, 23 Jun 2015 16:45:22 -0700, by Pierre-Yves David
-
evolve: raise MultipleSuccessorsError when computing dependency for split commitsMon, 22 Jun 2015 12:44:21 -0700, by Laurent Charignon
-
next/prev: require --merge to move with uncommitted changesTue, 23 Jun 2015 15:26:51 -0700, by Pierre-Yves David
-
merge with stableTue, 23 Jun 2015 15:32:47 -0700, by Pierre-Yves David
-
Added tag 5.1.5 for changeset 1377f6a7f9ec stableTue, 23 Jun 2015 15:32:15 -0700, by Pierre-Yves David
-
evolve: non recursive implementation for _aspiringdescendantsTue, 23 Jun 2015 00:00:03 -0700, by Pierre-Yves David
-
evolve: distinct between '--all' and '--all --any'Mon, 22 Jun 2015 21:01:30 -0700, by Pierre-Yves David
-
rework refactor _aspiringchildren by introducing _possibledestinationTue, 23 Jun 2015 00:02:23 -0700, by Pierre-Yves David
-
evolve: consider all potential candidates on bare evolveMon, 22 Jun 2015 19:24:21 -0700, by Pierre-Yves David
-
evolve: fix an issue in the documentation of the evolve functionTue, 23 Jun 2015 13:20:00 -0700, by Laurent Charignon
-
evolve: fix error in builddependenciesMon, 22 Jun 2015 12:41:32 -0700, by Laurent Charignon
-
test-evolve-bumped: add new test case for mergeFri, 19 Jun 2015 18:17:57 -0700, by Laurent Charignon
-
test-evolve-bumped: improve tests legibilityFri, 19 Jun 2015 18:16:31 -0700, by Laurent Charignon
-
evolve: drop len comparison in prune and foldMon, 22 Jun 2015 15:04:54 -0700, by Pierre-Yves David
-
evolve: add an help topic about evolutionSat, 20 Jun 2015 02:04:37 -0700, by Pierre-Yves David
-
evolve: remove _picknexttroubledFri, 19 Jun 2015 17:47:48 -0700, by Laurent Charignon
-
evolve: warn about every skipped evolutionFri, 19 Jun 2015 17:35:29 -0700, by Pierre-Yves David
-
evolve: some style fixFri, 19 Jun 2015 17:03:40 -0700, by Pierre-Yves David
-
evolve: unify revision handling and rework error messageFri, 19 Jun 2015 14:26:33 -0700, by Pierre-Yves David
-
evolve: move the 'update' if '.' is obsolete earlierFri, 19 Jun 2015 14:32:54 -0700, by Pierre-Yves David
-
evolve: skip unstable changesets with multiple successorssetsTue, 16 Jun 2015 17:56:23 -0700, by Laurent Charignon
-
evolve: allow multiple --rev argumentFri, 19 Jun 2015 14:18:45 -0700, by Pierre-Yves David
-
test-evolve: fix tests failing on some platformFri, 19 Jun 2015 16:49:59 -0700, by Laurent Charignon
-
evolve: prevent using --rev and --any togetherTue, 16 Jun 2015 16:58:38 -0700, by Laurent Charignon
-
evolve: add selector for trouble typesTue, 16 Jun 2015 15:14:37 -0700, by Laurent Charignon
-
evolve: refresh the documentationFri, 19 Jun 2015 13:57:16 -0700, by Pierre-Yves David
-
evolve: check for uncommited change earlierTue, 16 Jun 2015 15:08:44 -0700, by Laurent Charignon
-
evolve: make fold aware of allowunstableFri, 19 Jun 2015 11:04:18 -0700, by Laurent Charignon
-
evolve: make prune respect allowunsableFri, 19 Jun 2015 11:03:51 -0700, by Laurent Charignon
-
merge with stableFri, 19 Jun 2015 10:47:02 -0700, by Pierre-Yves David
-
evolve: add a hint about how to abort an evolve with conflict stableFri, 19 Jun 2015 10:44:25 -0700, by Pierre-Yves David
-
evolve: marks the extension as tested with 4.1 stableFri, 19 Jun 2015 00:15:55 -0700, by Pierre-Yves David
-
merge with stableThu, 18 Jun 2015 23:45:37 -0700, by Pierre-Yves David
-
evolve: fix default value for --confirm stableThu, 18 Jun 2015 18:05:57 -0700, by Pierre-Yves David
-
prune: use the bookmark wrapper for 3.4 compatibility stableThu, 18 Jun 2015 18:12:24 -0700, by Pierre-Yves David
-
merge with stableThu, 18 Jun 2015 17:57:11 -0700, by Pierre-Yves David
-
evolve: update readme regarding the preview perf improvement stableThu, 18 Jun 2015 17:56:02 -0700, by Pierre-Yves David
-
evolve: move 'allsuccessors()' to smarted usage stableThu, 18 Jun 2015 16:15:28 -0700, by Pierre-Yves David
-
evolve: move 'successors()' to smarted usage stableThu, 18 Jun 2015 16:15:21 -0700, by Pierre-Yves David
-
evolve: move 'allprecursors()' to smarted usage stableThu, 18 Jun 2015 16:15:13 -0700, by Pierre-Yves David
-
evolve: move 'precursors()' to smarted usage stableThu, 18 Jun 2015 16:15:00 -0700, by Pierre-Yves David
-
evolve: move 'suspended()' to smarted usage stableThu, 18 Jun 2015 17:08:38 -0700, by Pierre-Yves David
-
evolve: move 'troubled()' to smarted usage stableThu, 18 Jun 2015 17:08:11 -0700, by Pierre-Yves David
-
evolve: avoid creating changectx object in _allsuccessors stableThu, 18 Jun 2015 16:14:32 -0700, by Pierre-Yves David
-
evolve: avoid creating changectx object in _successors stableThu, 18 Jun 2015 16:14:16 -0700, by Pierre-Yves David
-
evolve: avoid creating changectx object in _allprecursors stableThu, 18 Jun 2015 16:13:35 -0700, by Pierre-Yves David
-
evolve: avoid creating changectx object in _precursors stableThu, 18 Jun 2015 16:13:15 -0700, by Pierre-Yves David
-
evolve: fix the template keyworkd decorator docstring stableThu, 18 Jun 2015 16:18:29 -0700, by Pierre-Yves David
-
evolve: search divergence within all precursors stableThu, 18 Jun 2015 15:56:56 -0700, by Pierre-Yves David
-
evolve: make sure we use an unfiltered repo when looking for divergence data stableThu, 18 Jun 2015 15:25:51 -0700, by Pierre-Yves David
-
evolve: make sure we use an unfiltered repo when looking for divergence dataThu, 18 Jun 2015 15:25:51 -0700, by Pierre-Yves David
-
directaccess: remove import from the no warning listWed, 17 Jun 2015 11:31:05 -0700, by Pierre-Yves David
-
directaccess: add some commands to the directaccess listWed, 17 Jun 2015 10:30:07 -0700, by Laurent Charignon
-
evolve: move test for evolve --rev ordering in a separate fileTue, 16 Jun 2015 14:49:28 -0700, by Laurent Charignon
-
evolve: properly evolve stacked unstable with --revTue, 16 Jun 2015 14:30:43 -0700, by Laurent Charignon
-
directaccess: disable directaccess for push and serveTue, 16 Jun 2015 10:19:17 -0700, by Laurent Charignon
-
directaccess: change rule from opt-in to opt-outTue, 16 Jun 2015 10:08:48 -0700, by Laurent Charignon
-
inhibit: move transaction wrapping outside of repo setupTue, 16 Jun 2015 10:07:51 -0700, by Laurent Charignon
-
tests: ignores other core output in capability testingMon, 15 Jun 2015 17:44:12 -0700, by Pierre-Yves David
-
evolve: make uncommit respect allowunsableWed, 20 May 2015 12:46:13 -0700, by Laurent Charignon
-
directaccess: use cached filteredrevsSat, 13 Jun 2015 11:14:07 -0700, by Laurent Charignon
-
inhibit: improve performance of transaction wrappingSat, 13 Jun 2015 11:14:27 -0700, by Laurent Charignon
-
evolve: extract the code computing dependencies in a separate functionThu, 04 Jun 2015 16:49:16 -0700, by Laurent Charignon
-
directaccess: add mechanism to load directaccess after some other extensionsThu, 04 Jun 2015 10:01:02 -0700, by Laurent Charignon
-
evolve: add another test for evolve --revTue, 02 Jun 2015 15:24:12 -0700, by Laurent Charignon
-
evolve: add a more complex test for evolve --revTue, 02 Jun 2015 15:23:50 -0700, by Laurent Charignon
-
evolve: add ordering of the revisions for evolve --revThu, 04 Jun 2015 13:35:12 -0700, by Laurent Charignon
-
test: adapt to change in mercurial coreThu, 04 Jun 2015 13:26:58 -0700, by Pierre-Yves David
-
evolve: add directaccess to the setup.pyWed, 03 Jun 2015 16:01:28 -0700, by Laurent Charignon
-
evolve: don't crash on singled out revisionsMon, 01 Jun 2015 12:29:12 -0700, by Laurent Charignon
-
test: adapt test to less frequent branch warningMon, 01 Jun 2015 10:58:50 -0700, by Pierre-Yves David
-
tests: adapt summary output to 6084926366b9Mon, 01 Jun 2015 10:56:49 -0700, by Pierre-Yves David
-
evolve: small refactoring of the uncommit functionWed, 27 May 2015 10:23:37 -0700, by Laurent Charignon
-
evolve: improve error messageWed, 13 May 2015 09:46:34 -0700, by Laurent Charignon
-
evolve: move return statement at the right levelWed, 13 May 2015 09:43:36 -0700, by Laurent Charignon
-
evolve: remove extra whitespaceWed, 27 May 2015 14:00:01 -0700, by Laurent Charignon
-
directaccess: don't crash when evolve is not loadedFri, 22 May 2015 10:38:16 -0700, by Laurent Charignon
-
inhbit: don't crash on commit with no changesWed, 20 May 2015 10:58:32 -0700, by Laurent Charignon
-
evolve: add a test for prune --keep -r . with active bookmarkWed, 20 May 2015 13:32:32 -0700, by Laurent Charignon
-
Merge with stableWed, 20 May 2015 13:23:20 -0700, by Laurent Charignon
-
inhibit: add test to ensure that --hidden is working with inhibitThu, 14 May 2015 11:32:04 -0700, by Laurent Charignon
-
prune: with active bookmark should stay active stableMon, 18 May 2015 17:24:38 -0700, by Laurent Charignon
-
merge with stableTue, 19 May 2015 00:47:00 -0500, by Pierre-Yves David
-
inhibit: create direct access extensionThu, 14 May 2015 11:23:40 -0700, by Laurent Charignon
-
inhibit: handle inhibit marker on stripped revisionThu, 14 May 2015 15:59:06 -0700, by Pierre-Yves David
-
evolve: don't use python sets on top of revset for evolve --revWed, 13 May 2015 09:03:11 -0700, by Laurent Charignon
-
evolve: current bookmark wrongly moving during prune (issue4559) stableWed, 13 May 2015 08:47:27 -0700, by Laurent Charignon
-
inhibit: direct access with and without warning on a per command basisTue, 12 May 2015 13:52:29 -0700, by Laurent Charignon
-
inhbit: make tests work with evolution.createmarkers configTue, 12 May 2015 12:26:46 -0700, by Laurent Charignon
-
inhibit: config to enable only direct accessThu, 30 Apr 2015 17:37:11 -0700, by Laurent Charignon
-
merge with stableMon, 11 May 2015 14:31:17 -0700, by Pierre-Yves David
-
bookmarks: update to use new bookmarks api via compatibility layer stableThu, 07 May 2015 13:20:11 -0700, by Ryan McElroy
-
simple4server: remove buggy wrapping of pull related function stableThu, 07 May 2015 10:54:37 -0700, by Pierre-Yves David
-
evolve: rename handlenotrouble to _handlenotrouble and add docTue, 05 May 2015 14:09:09 -0700, by Laurent Charignon
-
evolve: improve the help message of --revTue, 05 May 2015 18:20:40 -0700, by Laurent Charignon
-
evolve: add --rev option to the evolve commandTue, 05 May 2015 14:25:59 -0700, by Laurent Charignon
-
evolve: extract cleanup logic in the evolve functionTue, 05 May 2015 14:25:35 -0700, by Laurent Charignon
-
evolve: simplify the evolve functionThu, 30 Apr 2015 14:25:37 -0700, by Laurent Charignon
-
evolve: optimize the computation of the troubled() revsetTue, 05 May 2015 17:15:06 -0700, by Laurent Charignon
-
inhibit: don't inhibit pinned commits during rebaseTue, 05 May 2015 13:32:01 -0700, by Durham Goode
-
evolve: extract the logic to solve one change into a methodMon, 04 May 2015 16:56:46 -0700, by Laurent Charignon
-
evolve: add new variable and commentMon, 04 May 2015 16:56:05 -0700, by Laurent Charignon
-
evolve: move code to track progress and start nodeMon, 04 May 2015 16:09:05 -0700, by Laurent Charignon
-
evolve: renaming of a variableThu, 30 Apr 2015 14:00:07 -0700, by Laurent Charignon
-
evolve: refactoring of the code displaying error when no trouble foundMon, 04 May 2015 16:01:45 -0700, by Laurent Charignon
-
evolve: refactor code computing stats of obsolescence markersThu, 30 Apr 2015 15:11:00 -0700, by Laurent Charignon
-
evolve: refactoring of code related to pushing obs markersThu, 30 Apr 2015 14:55:04 -0700, by Laurent Charignon
-
merge with stableMon, 04 May 2015 10:56:06 -0700, by Pierre-Yves David
-
evolve: update cmddebugrecordpruneparents to the new markers creation API stableMon, 04 May 2015 10:47:02 -0700, by Pierre-Yves David
-
evolve: improve transaction related code to use the lock module stableThu, 30 Apr 2015 14:47:01 -0700, by Laurent Charignon
-
evolve: remove unused code in _evolveany stableThu, 30 Apr 2015 14:30:15 -0700, by Laurent Charignon
-
inhibit: updating to a obsolete commit prints warning messageMon, 20 Apr 2015 13:39:18 -0700, by Laurent Charignon
-
evolve: stop conditional wrapping of _checkinvalidmarkersWed, 29 Apr 2015 15:12:17 -0700, by Pierre-Yves David
-
evolve: stop conditional wrapping of _getbundleobsmarkerpartWed, 29 Apr 2015 15:11:52 -0700, by Pierre-Yves David
-
evolve: stop conditional wrapping of _pushdiscoveryobsmarkersWed, 29 Apr 2015 15:11:07 -0700, by Pierre-Yves David
-
merge with stableWed, 29 Apr 2015 14:49:02 -0700, by Pierre-Yves David
-
test-inhibit: test bookmark -D without prune enabledWed, 29 Apr 2015 14:48:41 -0700, by Pierre-Yves David
-
inhibit: fix devel warningWed, 29 Apr 2015 13:01:23 -0700, by Laurent Charignon
-
prune: prune fix transaction patternWed, 29 Apr 2015 14:23:09 -0700, by Pierre-Yves David
-
prune: fix pruning w/ bookmarks and inhibitTue, 07 Apr 2015 14:26:03 -0700, by Durham Goode
-
inhibit: remove book -D dependency on cmdpruneTue, 07 Apr 2015 14:08:18 -0700, by Durham Goode
-
inhibit: wrap repo.commit to inhibit nodesMon, 06 Apr 2015 15:44:00 -0700, by Durham Goode
-
merge with stableWed, 29 Apr 2015 11:42:06 -0700, by Pierre-Yves David
-
tests: ensure we keep capturing outputWed, 29 Apr 2015 10:36:43 -0700, by Pierre-Yves David
-
docs: format concepts guide better, with literal blocks stableThu, 23 Apr 2015 21:13:13 -0400, by Greg Ward
-
merge with stableThu, 23 Apr 2015 03:18:30 +0200, by Pierre-Yves David
-
Added tag 5.1.4 for changeset 891c3ce894fa stableThu, 23 Apr 2015 03:15:38 +0200, by Pierre-Yves David
-
debugobsrelsethashtree: get the command to work again stableWed, 22 Apr 2015 14:30:23 +0200, by Pierre-Yves David
-
getbundleobsmarker: prevent crash from filtered content (issue4616) stableTue, 21 Apr 2015 16:52:08 +0200, by Pierre-Yves David
-
test-wireproto: add some obsmarker discovery usage. stableTue, 21 Apr 2015 17:37:19 +0200, by Pierre-Yves David
-
test-wireprotocol: test with both bundle1 and bundle2 stableTue, 21 Apr 2015 17:37:59 +0200, by Pierre-Yves David
-
merge with stableMon, 20 Apr 2015 14:21:38 +0200, by Pierre-Yves David
-
Add "documentation update" to the changelog. stableMon, 20 Apr 2015 14:20:03 +0200, by Pierre-Yves David
-
docs: tweak wording, punctuation for better readability stableMon, 13 Apr 2015 15:42:42 -0400, by Greg Ward
-
docs: flesh out unfinished bits in the intro page stableMon, 13 Apr 2015 15:00:05 -0400, by Greg Ward
-
docs: revive the explanation of divergent changesets in the sharing guide stableTue, 14 Apr 2015 12:58:13 -0400, by Greg Ward
-
docs: sharing guide: clarify end-game of "Example 2" stableTue, 14 Apr 2015 12:55:04 -0400, by Greg Ward
-
docs: minor tweaks to sharing guide (suggested by timeless) stableSun, 15 Jun 2014 21:17:09 -0400, by Greg Ward
-
docs: add code review scenario to sharing guide stableTue, 14 Apr 2015 12:53:12 -0400, by Greg Ward
-
docs: add a bit more hierarchy to the sharing guide stableMon, 09 Jun 2014 08:18:43 -0400, by Greg Ward
-
docs: update sharing guide based (mostly) on marmoute's review stableTue, 14 Apr 2015 12:43:37 -0400, by Greg Ward
-
Added tag 5.1.3 for changeset c52c15100fb2 stableMon, 20 Apr 2015 13:52:43 +0200, by Pierre-Yves David
-
merge with stableSat, 11 Apr 2015 00:10:10 -0400, by Pierre-Yves David
-
discovery: stop being stupid about variable name stableSat, 11 Apr 2015 00:06:59 -0400, by Pierre-Yves David
-
merge with stableFri, 10 Apr 2015 23:48:23 -0400, by Pierre-Yves David
-
inhibit: explicitly test for NoneFri, 10 Apr 2015 23:16:10 -0400, by Pierre-Yves David
-
discovery: port the new hashing version to simple4server stableFri, 10 Apr 2015 23:25:07 -0400, by Pierre-Yves David
-
discovery: introduce a obshash1 function using fm1 during hashing (issue4587) stableFri, 10 Apr 2015 23:24:36 -0400, by Pierre-Yves David
-
tests: use 'wget' instead of 'curl' for Windows compatibility stableSat, 21 Mar 2015 19:09:56 -0400, by Matt Harbison
-
setup: allow including inhibit in the buildMon, 06 Apr 2015 11:21:20 -0700, by Durham Goode
-
inhibit: Add -D option to the bookmark commandTue, 31 Mar 2015 14:17:46 -0700, by Laurent Charignon
-
inhibit: don't leave any obsolete commit visible after closing transactionWed, 01 Apr 2015 13:51:21 -0700, by Laurent Charignon
-
evolve: apply prune update before creating obsolescence markersThu, 02 Apr 2015 18:33:44 -0700, by Laurent Charignon
-
test-inhibit: check graph after pruneFri, 03 Apr 2015 11:35:46 -0700, by Pierre-Yves David
-
test-inhibit: drop trailing white spaceFri, 03 Apr 2015 11:34:02 -0700, by Pierre-Yves David
-
tests: make tests work on Mac OSThu, 02 Apr 2015 15:44:11 -0700, by Laurent Charignon
-
merge with stableWed, 01 Apr 2015 16:47:22 -0700, by Pierre-Yves David
-
inhibit: ensure that no obsolete changesets are visible after a bookmark changeMon, 30 Mar 2015 13:31:09 -0700, by Laurent Charignon
-
inhibit: ensure no visible changesets are obsolete after an updateMon, 30 Mar 2015 11:45:17 -0700, by Laurent Charignon
-
inhibit: enable direct access from parsing the revset treeFri, 27 Mar 2015 10:58:04 -0700, by Laurent Charignon
-
Added tag 5.1.2 for changeset e886bc501796 stableWed, 01 Apr 2015 14:44:12 -0700, by Pierre-Yves David
-
evolve: have a stable manifest content when solving bumped stableWed, 01 Apr 2015 14:37:02 -0700, by Pierre-Yves David
-
evolve: change config option nameWed, 01 Apr 2015 14:26:10 -0700, by Pierre-Yves David
-
config: allow disabling commandsWed, 15 Oct 2014 15:41:26 -0700, by Durham Goode
-
inhibit: Add some inhibition clearing mechanismSat, 07 Mar 2015 02:32:43 -0800, by Pierre-Yves David
-
add a 'inhibit' extensionFri, 06 Mar 2015 21:25:44 -0800, by Pierre-Yves David
-
tests: use 'wget' instead of 'curl' for Windows compatibilitySat, 21 Mar 2015 19:09:56 -0400, by Matt Harbison
-
tests: import killdaemons.py from Mercurial 1cfded2fa1a9Sat, 21 Mar 2015 18:42:51 -0400, by Matt Harbison
-
prune: add --keep to not touch the working copyFri, 20 Mar 2015 12:51:57 -0700, by Durham Goode
-
strip: add the option for wrapping the strip commandThu, 19 Mar 2015 12:31:51 -0700, by Durham Goode
-
wrapcommand: fix wrapping extensions that aren't enabledThu, 19 Mar 2015 12:32:32 -0700, by Durham Goode
-
wrapcommand: allow adding additional arguments to commandsThu, 19 Mar 2015 10:52:28 -0700, by Durham Goode
-
pushexperiment: remove use of obsolete._enabledThu, 19 Mar 2015 17:42:21 -0700, by Durham Goode
-
oldobsolete: remove use of obsolete._enabledThu, 19 Mar 2015 13:42:27 -0700, by Durham Goode
-
server4simple: remove use of obsolete._enabledThu, 19 Mar 2015 13:41:58 -0700, by Durham Goode
-
config: remove uses of obsolete._enabledTue, 17 Mar 2015 19:04:16 -0700, by Durham Goode
-
config: enable all obsolete optionsTue, 17 Mar 2015 19:03:27 -0700, by Durham Goode
-
merge with stableFri, 13 Mar 2015 10:49:02 -0700, by Pierre-Yves David
-
evolve: fix manifest usage to match upstream stableFri, 13 Mar 2015 09:05:34 -0700, by Durham Goode
-
drophack: fix to match upstream repair.strip stableFri, 13 Mar 2015 09:04:12 -0700, by Durham Goode
-
evolve: prevent a crash in httpclient_pushobsmarkers() when pushing stableThu, 05 Mar 2015 20:02:07 -0500, by Matt Harbison
-
merge stable into defaultThu, 05 Mar 2015 10:52:01 -0800, by Pierre-Yves David
-
Added tag 5.1.1 for changeset 9b8628e0a142 stableThu, 05 Mar 2015 10:45:53 -0800, by Pierre-Yves David
-
evolve: use 3.2+ fullreposet to evaluate argument set (issue4515) stableThu, 29 Jan 2015 22:53:43 +0900, by Yuya Nishihara
-
evolve: cache marker encoding to avoid performance degradation stableMon, 02 Mar 2015 20:12:00 +0100, by Mathias De Maré
-
evolve: handle invalid obsmarkers in the `debugobsconvert` stableFri, 06 Feb 2015 17:01:28 +0000, by Pierre-Yves David
-
merge stable in defaultFri, 30 Jan 2015 22:05:40 +0000, by Pierre-Yves David
-
Added tag 5.1.0 for changeset bfe9be352453 stableFri, 30 Jan 2015 22:05:07 +0000, by Pierre-Yves David
-
update readme and bump version to 5.1 stable 5.1.0Fri, 30 Jan 2015 22:02:31 +0000, by Pierre-Yves David
-
discovery: filter null from the discovery revsetFri, 30 Jan 2015 20:29:33 +0000, by Pierre-Yves David
-
tests: update to new core outputFri, 30 Jan 2015 19:01:23 +0000, by Pierre-Yves David
-
evolve: explicitly disable bookmark on evolve (issue4432) stableTue, 27 Jan 2015 16:07:57 +0000, by Tyrone Nicholas
-
discovery: do not build sample if undecided is smaller than sample sizeWed, 07 Jan 2015 15:24:47 -0800, by Pierre-Yves David
-
merge with stableMon, 05 Jan 2015 19:04:32 -0800, by Pierre-Yves David
-
init: don't abort Mercurial on version mismatch stableTue, 23 Dec 2014 14:29:16 -0600, by Matt Mackall
-
Added tag 5.0.2 for changeset dbd0733e5840 stableSun, 14 Dec 2014 12:45:04 -0800, by Pierre-Yves David
-
test: adapt to core change in graft and rebaseSun, 14 Dec 2014 12:19:40 -0800, by Pierre-Yves David
-
merge with stableSun, 14 Dec 2014 12:14:45 -0800, by Pierre-Yves David
-
evolve: remove the dependency to the rebase extension stableSat, 13 Dec 2014 18:19:12 -0800, by Pierre-Yves David
-
evolve: remove the use of `rebase.concludenode` stableSat, 13 Dec 2014 18:09:23 -0800, by Pierre-Yves David
-
evolve: use `merge.graft` instead of `rebasenode` stableSat, 13 Dec 2014 17:47:09 -0800, by Pierre-Yves David
-
readme: add a reference to the bugtracker in the contribute section stableMon, 08 Dec 2014 12:45:32 -0800, by Pierre-Yves David
-
merge with stableSun, 30 Nov 2014 00:11:06 -0800, by Pierre-Yves David
-
Added tag 5.0.1 for changeset 0f3090785283 stableTue, 25 Nov 2014 11:02:09 -0800, by Pierre-Yves David
-
Added tag 5.0.1 for changeset 51e1e962172c stableTue, 25 Nov 2014 10:52:33 -0800, by Pierre-Yves David
-
evolve: tell user which "base of divergent changeset" is not found stableThu, 20 Nov 2014 16:12:04 -0800, by Martin von Zweigbergk
-
debugobsconvert: fix 6f08a8f6bb1d and add proper testThu, 20 Nov 2014 15:49:52 -0800, by Pierre-Yves David
-
merge with stableThu, 20 Nov 2014 15:34:34 -0800, by Pierre-Yves David
-
debugobsconvert: fix a typo on "version"Thu, 20 Nov 2014 15:33:59 -0800, by Pierre-Yves David
-
debugobsconvert: also deduplicate markers in the processThu, 20 Nov 2014 15:33:14 -0800, by Pierre-Yves David
-
evolve: fix capitalization in docstring for commands stableThu, 20 Nov 2014 22:05:29 +0100, by André Sintzoff
-
debian: update control file to reflect dependency to mercurial 3.2 stableMon, 17 Nov 2014 15:49:39 +0100, by Julien Cristau
-
help: fix typo in help for 'obsolete' option added to import command stableTue, 18 Nov 2014 20:27:53 -0500, by Mike Edgar
-
test: add an explicit test for simple4server with bundle2 stableFri, 14 Nov 2014 09:54:55 +0000, by Pierre-Yves David
-
Make next/prev only move bookmarks optionally stableWed, 29 Oct 2014 10:34:08 -0700, by Ryan McElroy
-
obsup: hack extension to make in-place upgrading of obsolete markers easyMon, 20 Oct 2014 22:16:24 -0400, by Augie Fackler
-
merge stable into defaultTue, 11 Nov 2014 15:48:02 +0000, by Pierre-Yves David
-
evolve: fix selection of changeset to evolve from the middle of a stack (issue4434) stableTue, 11 Nov 2014 12:38:49 +0000, by Pierre-Yves David
-
create a branch compatible with mercurial between 3.0.1 and 3.1.2 mercurial-3.0Tue, 11 Nov 2014 11:26:18 +0000, by Pierre-Yves David
-
evolve: fix suggested commands in "parents are not common" hint stableWed, 05 Nov 2014 15:35:13 -0800, by Martin von Zweigbergk
-
evolve: add missing newlines in "parents are not common" hint stableWed, 05 Nov 2014 15:32:25 -0800, by Martin von Zweigbergk
-
test-touch: add a test for rename preservation after touch stableMon, 03 Nov 2014 11:41:10 +0000, by Pierre-Yves David
-
evolve: fix error during iteration over bumped changesets (bug38) stableMon, 03 Nov 2014 11:11:14 +0000, by Pierre-Yves David
-
evolve: add various version info to save time on troubleshooting stableMon, 20 Oct 2014 13:54:46 +0300, by anatoly techtonik
-
readme: drop the mention to the wip repo stableMon, 03 Nov 2014 10:25:20 +0000, by Pierre-Yves David
-
readme: update the contribution process stableMon, 03 Nov 2014 10:24:35 +0000, by Pierre-Yves David
-
merge 5.x line into stable (drop pre hg-3.2 compat) stableSun, 02 Nov 2014 15:06:00 +0000, by Pierre-Yves David
-
evolve: add the missing newline to output messages where neededMon, 29 Sep 2014 21:31:27 -0400, by Matt Harbison
-
evolve: add the missing argument to a debug statementMon, 29 Sep 2014 21:23:09 -0400, by Matt Harbison
-
uncommit: abort when rev specifies the current changesetTue, 28 Oct 2014 18:06:28 -0700, by Nathan Goldbaum
-
test-amend: add a test for amend with no configured username (issue4211)Tue, 28 Oct 2014 23:18:56 -0400, by Matt Harbison
-
evolve: preserve branch changeSat, 01 Nov 2014 13:48:34 +0000, by Pierre-Yves David
-
amend: allow the --logfile argument to work properlySat, 25 Oct 2014 22:25:42 -0400, by Matt Harbison
-
Added tag 5.0.0 for changeset c13b408c0006Wed, 22 Oct 2014 15:05:54 -0700, by Pierre-Yves David
-
evolve: update tested with statementWed, 22 Oct 2014 15:03:17 -0700, by Pierre-Yves David
-
README: update for 5.0 releaseWed, 22 Oct 2014 15:01:37 -0700, by Pierre-Yves David
-
fixup previous changesets (after forgot to amend).Wed, 22 Oct 2014 14:58:06 -0700, by Pierre-Yves David
-
prune: stop reinjecting all selected revisions back into the revrangeMon, 20 Oct 2014 15:59:34 -0700, by Pierre-Yves David
-
test: adapt to new hidden-changeset messageMon, 20 Oct 2014 15:53:00 -0700, by Pierre-Yves David
-
pullobsolete: handle migration from todosteps to donestepsFri, 17 Oct 2014 17:43:52 -0400, by Augie Fackler
-
evolve: adapt to change in core rebaseThu, 16 Oct 2014 04:38:37 -0700, by Pierre-Yves David
-
test: ignore bytes lenght in messageThu, 16 Oct 2014 14:06:52 -0700, by Pierre-Yves David
-
evolve: adapt to the new metadata storageThu, 16 Oct 2014 04:20:00 -0700, by Pierre-Yves David
-
debugobsstorestats: drop the average meta lengthThu, 16 Oct 2014 11:54:44 -0700, by Pierre-Yves David
-
debian: remove .PHONY line completelySat, 11 Oct 2014 02:27:21 +0530, by Faheem Mitha
-
debian: replace clean with override_dh_auto_cleanSat, 11 Oct 2014 02:14:12 +0530, by Faheem Mitha
-
debian: replace build line with a override_dh_auto_build lineSat, 11 Oct 2014 04:23:22 +0530, by Faheem Mitha
-
debian: remove clean target before implicit match ruleSat, 11 Oct 2014 02:02:05 +0530, by Faheem Mitha
-
debian: Add DH_VERBOSE, commented out, for debugging convenienceSat, 11 Oct 2014 02:36:46 +0530, by Faheem Mitha
-
evolve: wrap exchange.push() for compatability with core mercurial 4d52e6eb98eaThu, 02 Oct 2014 21:10:48 -0400, by Matt Harbison
-
drophack: use `first` and `last` on smartsetWed, 08 Oct 2014 18:17:21 -0700, by Pierre-Yves David
-
evolve: use `first` and `last` on revsetWed, 08 Oct 2014 18:16:52 -0700, by Pierre-Yves David
-
test: adapt to core mercurial 9ab18a912c44Thu, 02 Oct 2014 15:53:54 -0500, by Pierre-Yves David
-
evolve: adapt to core changeset 4f14303e8954Thu, 02 Oct 2014 15:50:07 -0500, by Pierre-Yves David
-
merge with stableThu, 02 Oct 2014 14:16:32 -0500, by Pierre-Yves David
-
evolve: update evolve merge messageTue, 30 Sep 2014 10:27:11 -0500, by Pierre-Yves David
-
import: fix the "is None" check for the Node stableTue, 30 Sep 2014 10:27:54 -0500, by Pierre-Yves David
-
test: remote "date" from the output of obsmarker metaMon, 22 Sep 2014 17:27:57 -0700, by Pierre-Yves David
-
test: adapt to mercurial changesMon, 22 Sep 2014 17:24:23 -0700, by Pierre-Yves David
-
evolve: wrap setparents calls in begin/endparentchangeWed, 17 Sep 2014 13:38:24 -0700, by Siddharth Agarwal
-
merge with stableThu, 04 Sep 2014 09:06:18 +0200, by Pierre-Yves David
-
test: add glob annotations where Mercurial's run-tests.py suggests stableTue, 12 Aug 2014 21:02:34 -0400, by Matt Harbison
-
evolve: really fix the 'grab' alias on Windows stableWed, 03 Sep 2014 21:25:13 -0400, by Matt Harbison
-
evolve: keep vague compatibility with 3.1Wed, 03 Sep 2014 23:56:39 +0200, by Pierre-Yves David
-
merge: all the stable sweetness into defaultTue, 02 Sep 2014 20:11:45 +0200, by Pierre-Yves David
-
evolve: replace each obsolete sha1 in the description with its latest successor stableSat, 09 Aug 2014 19:12:16 -0400, by Matt Harbison
-
test: add parent hash to commit message in test-evolve.t stableSat, 09 Aug 2014 18:36:28 -0400, by Matt Harbison
-
evolve: fix the 'grab' alias to work on Windows stableTue, 12 Aug 2014 19:09:53 -0400, by Matt Harbison
-
debian: add README to the list of documents shipped with the package. stableSun, 24 Aug 2014 01:02:18 +0530, by Faheem Mitha
-
prune: work around lazy revset slowdown stableFri, 25 Apr 2014 14:14:29 -0700, by Pierre-Yves David
-
readme: act that there will not be a 4.1.1 release stableTue, 02 Sep 2014 19:19:17 +0200, by Pierre-Yves David
-
evolve: write a status message when the working directory changes stableFri, 29 Aug 2014 14:26:17 +0200, by David Soria Parra
-
merge small default improvement before dropping compat with released Mercurial stableFri, 29 Aug 2014 09:29:02 +0200, by Pierre-Yves David
-
pull: use discovery to pull less obsmarkers through bundle2Fri, 29 Aug 2014 16:13:19 +0200, by Pierre-Yves David
-
pull: run obsmarker discovery only on the common setFri, 29 Aug 2014 16:13:01 +0200, by Pierre-Yves David
-
evolve: fix a typo in a long function nameFri, 29 Aug 2014 16:11:22 +0200, by Pierre-Yves David
-
bundle2: burn some more of the old codeFri, 29 Aug 2014 15:19:19 +0200, by Pierre-Yves David
-
obsexch: respect todosteps when using the old pushWed, 27 Aug 2014 18:59:11 +0200, by Pierre-Yves David
-
compat: update the tests after the jumpWed, 27 Aug 2014 18:28:22 +0200, by Pierre-Yves David
-
compat: use in-core encodemarkersWed, 27 Aug 2014 18:16:10 +0200, by Pierre-Yves David
-
compat: rename encodeonemarkers to _fm0encodemarkersWed, 27 Aug 2014 18:15:39 +0200, by Pierre-Yves David
-
enable bundle2Sun, 27 Jul 2014 23:09:45 +0200, by Pierre-Yves David
-
drop the debug outputFri, 29 Aug 2014 11:56:16 +0200, by Pierre-Yves David
-
test-simple4server: add error output for httpWed, 27 Aug 2014 18:28:09 +0200, by Pierre-Yves David
-
compat: adapt to change to memctxFri, 29 Aug 2014 10:44:40 +0200, by Pierre-Yves David
-
evolve: use pushkeyescape from coreWed, 27 Aug 2014 17:49:08 +0200, by Pierre-Yves David
-
evolve: display more messageWed, 27 Aug 2014 17:55:20 +0200, by Pierre-Yves David
-
evolve: drop a very old safe guard about bad markerWed, 27 Aug 2014 17:36:35 +0200, by Pierre-Yves David
-
pull: drop the custom bundle2 partWed, 27 Aug 2014 17:31:21 +0200, by Pierre-Yves David
-
obsexc: add support for evoext_pushobsmarkers_0 on localpeerWed, 27 Aug 2014 17:25:18 +0200, by Pierre-Yves David
-
evolve: allow read() from the magic StringIOWed, 27 Aug 2014 17:24:40 +0200, by Pierre-Yves David
-
evolve: drop old obsmarker discovery codeWed, 27 Aug 2014 17:12:01 +0200, by Pierre-Yves David
-
obsexc: use the common discoveryWed, 27 Aug 2014 17:09:36 +0200, by Pierre-Yves David
-
obsexc: push nothing if push failWed, 27 Aug 2014 12:29:40 +0200, by Pierre-Yves David
-
discovery: hook on the official discovery for obsmarkerFri, 29 Aug 2014 10:13:44 +0200, by Pierre-Yves David
-
discovery: use a different setup step for discoveryWed, 27 Aug 2014 12:05:49 +0200, by Pierre-Yves David
-
evolve: remove unused drop randomWed, 27 Aug 2014 12:04:57 +0200, by Pierre-Yves David
-
obshash: resist to unknown revision during discoveryWed, 27 Aug 2014 12:02:53 +0200, by Pierre-Yves David
-
code movement: gather discovery code togetherWed, 27 Aug 2014 10:49:58 +0200, by Pierre-Yves David
-
bundle2: drop custom compatWed, 27 Aug 2014 10:53:09 +0200, by Pierre-Yves David
-
drop relevant marker compatWed, 27 Aug 2014 10:22:50 +0200, by Pierre-Yves David
-
evolve: always use the transaction version of phase movementWed, 27 Aug 2014 10:21:30 +0200, by Pierre-Yves David
-
evolve: drop debugobsoleterelevantWed, 27 Aug 2014 10:29:31 +0200, by Pierre-Yves David
-
evolve: yield to relevant markers handling in coreWed, 20 Aug 2014 20:49:48 -0700, by Pierre-Yves David
-
test-wireproto: adapt to output change from coreWed, 20 Aug 2014 21:14:49 -0700, by Pierre-Yves David
-
test: update test to new date formatting in debuobsolete outputFri, 15 Aug 2014 17:07:55 -0700, by Pierre-Yves David
-
test: update help output to future 3.2Fri, 15 Aug 2014 16:39:42 -0700, by Pierre-Yves David
-
merge with stableMon, 18 Aug 2014 15:57:44 -0700, by Pierre-Yves David
-
pkg: make tests pass using the generated tarball stableSun, 17 Aug 2014 05:05:22 +0530, by Faheem Mitha
-
compat: always call metadata as a keyword argument stableFri, 15 Aug 2014 17:42:19 -0700, by Pierre-Yves David
-
test: work around a bug in debugobsolete stableFri, 15 Aug 2014 16:54:32 -0700, by Pierre-Yves David
-
merge with stableFri, 15 Aug 2014 12:56:01 -0700, by Pierre-Yves David
-
uncommit: add a --rev argumentFri, 15 Aug 2014 00:46:23 -0700, by Pierre-Yves David
-
merge with stableThu, 14 Aug 2014 15:26:55 -0700, by Pierre-Yves David
-
import: handle patch with no node information stableThu, 14 Aug 2014 15:17:02 -0700, by Pierre-Yves David
-
import: compare binary node with binary node when using --obsolete stableThu, 14 Aug 2014 15:14:18 -0700, by Pierre-Yves David
-
merge back with stableFri, 08 Aug 2014 23:16:24 -0700, by Pierre-Yves David
-
Added tag 4.1.0 for changeset 4d5d101e878f stableFri, 08 Aug 2014 23:15:43 -0700, by Pierre-Yves David
-
evolve: adds a --confirm optionFri, 08 Aug 2014 23:02:26 -0700, by Pierre-Yves David
-
evolve: gather evolve output togetherFri, 08 Aug 2014 23:11:09 -0700, by Pierre-Yves David
-
doc: forgotten amendFri, 08 Aug 2014 21:06:48 -0700, by Pierre-Yves David
-
evolve: attempt to clarify the documentation around --all and --anyThu, 12 Jun 2014 14:41:13 -0700, by Pierre-Yves David
-
evolve: re enable progress for allFri, 08 Aug 2014 18:15:01 -0700, by Pierre-Yves David
-
evolve: stop pretending we are pulling markers when we don'tFri, 08 Aug 2014 18:06:08 -0700, by Pierre-Yves David
-
evolve: do not even try to pull if all remote markers are knownFri, 08 Aug 2014 18:01:02 -0700, by Pierre-Yves David
-
evolve: add "obsolescence" in front of marked in the previous messageFri, 08 Aug 2014 17:49:22 -0700, by Pierre-Yves David
-
evolve: make the "X markers added" message during pull importantFri, 08 Aug 2014 17:46:20 -0700, by Pierre-Yves David
-
evolve: make the "pulling obsolescence marker" message importantFri, 08 Aug 2014 17:40:01 -0700, by Pierre-Yves David
-
evolve: add "absolescence" in front of markers in the messageFri, 08 Aug 2014 17:34:22 -0700, by Pierre-Yves David
-
evolve: re-introduce the "pushing 42 markers…" messageFri, 08 Aug 2014 17:29:29 -0700, by Pierre-Yves David
-
evolve: hide the OBSEXC message behind a config optionFri, 08 Aug 2014 17:16:29 -0700, by Pierre-Yves David
-
evolve: move OBSEXC progress in a dedicated functionFri, 08 Aug 2014 17:10:31 -0700, by Pierre-Yves David
-
evolve: move OBSEXC message in a dedicated functionFri, 08 Aug 2014 16:48:38 -0700, by Pierre-Yves David
-
merge with stableFri, 08 Aug 2014 15:55:04 -0700, by Pierre-Yves David
-
Added tag 4.0.1 for changeset e914884fb721 stableFri, 08 Aug 2014 15:50:26 -0700, by Pierre-Yves David
-
test: apply message changes introduced by mercurial 3.1 stableFri, 08 Aug 2014 10:40:47 -0700, by Pierre-Yves David
-
test: use `hg log` in the `getid` function stableFri, 25 Jul 2014 14:27:16 +0200, by Pierre-Yves David
-
evolve: add a tr arguement to retractboundaryWed, 06 Aug 2014 17:05:57 -0700, by Pierre-Yves David
-
relocate: add transaction around phase movementWed, 06 Aug 2014 18:10:00 -0700, by Pierre-Yves David
-
uncommit trWed, 06 Aug 2014 17:14:00 -0700, by Pierre-Yves David
-
evolve: saner locking an transaction in `hg evolve`Wed, 06 Aug 2014 18:06:17 -0700, by Pierre-Yves David
-
uncommit: saner locking schemeWed, 06 Aug 2014 17:08:51 -0700, by Pierre-Yves David
-
prune: lock inside the tryWed, 06 Aug 2014 17:40:55 -0700, by Pierre-Yves David
-
debugrecordpruneparents: release tr the same way than the lockWed, 06 Aug 2014 17:39:32 -0700, by Pierre-Yves David
-
evolve: drop useless wlock in rewriteWed, 06 Aug 2014 17:37:28 -0700, by Pierre-Yves David
-
divergence: actually use the hint that have been around for ageWed, 06 Aug 2014 16:55:41 -0700, by Pierre-Yves David
-
evolve: rename `tr` variable (for troubled) to `tro`Wed, 06 Aug 2014 16:07:53 -0700, by Pierre-Yves David
-
evolve: add a custom layer around retractboundaryWed, 06 Aug 2014 16:04:07 -0700, by Pierre-Yves David
-
merge with stableWed, 30 Jul 2014 13:40:40 -0700, by Pierre-Yves David
-
evolve: point to the core mercurial tracker for bugfix stableWed, 30 Jul 2014 13:38:33 -0700, by Pierre-Yves David
-
evolve: drop reference to 2.3 in the extension help text stableWed, 30 Jul 2014 13:37:46 -0700, by Pierre-Yves David
-
readme: update the work in progress repository location stableWed, 30 Jul 2014 13:26:46 -0700, by Pierre-Yves David
-
readme: update the official documentation location stableWed, 30 Jul 2014 13:24:19 -0700, by Pierre-Yves David
-
evolve: deprecated --obsolete and --old-obsolete option on commit and graftWed, 30 Jul 2014 13:14:13 -0700, by Pierre-Yves David
-
push: put phase in the same bundle2 than changegroup and obsmarkersFri, 25 Jul 2014 17:13:54 +0200, by Pierre-Yves David
-
push: put obsmarkers in the same bundle2 than changesetFri, 25 Jul 2014 16:54:08 +0200, by Pierre-Yves David
-
push: extract obsmarkers discovery in a dedicated functionMon, 28 Jul 2014 00:08:06 +0200, by Pierre-Yves David
-
evolve: update the tested with statementTue, 29 Jul 2014 17:15:57 -0700, by Pierre-Yves David
-
test: adapt to upstream message changeTue, 29 Jul 2014 17:15:01 -0700, by Pierre-Yves David
-
uncommit: improve error message for use with no argumentsThu, 24 Jul 2014 12:02:53 -0700, by Nathan Goldbaum
-
test: use `hg log` in the `getid` functionFri, 25 Jul 2014 14:27:16 +0200, by Pierre-Yves David
-
readme: mention patchbomb usage and patch description guidelines on wikiSun, 13 Jul 2014 21:54:03 +0530, by Faheem Mitha
-
debian: add line to clean target to delete error files caused by failing testsWed, 23 Jul 2014 12:08:48 +0200, by Faheem Mitha
-
fold: improve error messages for multiple heads and rootsMon, 30 Jun 2014 13:38:49 -0400, by Jordi Gutiérrez Hermoso
-
fold: reword error message for public commitsMon, 30 Jun 2014 13:37:15 -0400, by Jordi Gutiérrez Hermoso
-
fold: overhaul handling of revisions with --rev (BC)Mon, 30 Jun 2014 13:29:49 -0400, by Jordi Gutiérrez Hermoso
-
fold: emit error message when folding a single revisionMon, 30 Jun 2014 10:25:08 -0400, by Jordi Gutiérrez Hermoso
-
fold: clarify message for empty revision set and abort instead (BC)Mon, 30 Jun 2014 10:27:15 -0400, by Jordi Gutiérrez Hermoso
-
evolve: do not use _ as an unused variableFri, 04 Jul 2014 09:29:13 -0400, by Jordi Gutiérrez Hermoso
-
merge with stableThu, 26 Jun 2014 15:31:49 +0100, by Pierre-Yves David
-
test-obsolete: make log templates more consistent: add {desc} to oneMon, 23 Jun 2014 22:04:32 -0400, by Greg Ward
-
test-obsolete: explicitly show which changesets are divergentMon, 23 Jun 2014 21:03:57 -0400, by Greg Ward
-
merge with stableMon, 23 Jun 2014 02:31:53 -0700, by Pierre-Yves David
-
update readmeMon, 23 Jun 2014 02:19:04 -0700, by Pierre-Yves David
-
evolve: add --tool option so we don't have to use HGMERGESun, 22 Jun 2014 20:10:07 -0400, by Greg Ward
-
amend: add -U/--current-user option (inspired by mq)Sun, 22 Jun 2014 12:01:11 -0400, by Greg Ward
-
tests: fix grammar, spelling, punctuation in commentsSat, 21 Jun 2014 18:31:21 -0400, by Greg Ward
-
evolve: minor reorganisation of code responsible for evolve outputFri, 13 Jun 2014 12:49:16 -0700, by Pierre-Yves David
-
template: add a troubles keywordThu, 12 Jun 2014 16:10:01 -0700, by Pierre-Yves David
-
docs: update copyright statement used by sphinxFri, 06 Jun 2014 17:21:59 -0400, by Greg Ward
-
docs: add concepts guide (the set theory behind obsolescence)Fri, 06 Jun 2014 17:20:30 -0400, by Greg Ward
-
docs: add guide to sharing mutable historyFri, 06 Jun 2014 17:19:17 -0400, by Greg Ward
-
docs: add new user guideThu, 05 Jun 2014 22:11:04 -0400, by Greg Ward
-
docs: rewrite index page (including dangling links to future docs)Thu, 05 Jun 2014 21:57:34 -0400, by Greg Ward
-
amend: add -D/--current-date option, just like mq's qrefresh hasFri, 06 Jun 2014 17:43:45 -0400, by Greg Ward
-
amend: explicitly test -d optionThu, 05 Jun 2014 21:27:28 -0400, by Greg Ward
-
amend: in tests, do not rely on defaults -- always use explicit -dThu, 05 Jun 2014 21:27:06 -0400, by Greg Ward
-
evolve: fix createmarkers() wrapper to accept an iterable stableThu, 05 Jun 2014 18:07:39 -0400, by Greg Ward
-
merge with 4.0.0Tue, 03 Jun 2014 16:45:02 -0700, by Pierre-Yves David
-
Added tag 4.0.0 for changeset 0304fc2bab15 stableTue, 03 Jun 2014 16:44:24 -0700, by Pierre-Yves David
-
pkg: prepare release of version 4.0.0 stable 4.0.0Tue, 03 Jun 2014 15:38:16 -0700, by Pierre-Yves David
-
pkg: drop pushexperiment from the install list stableTue, 03 Jun 2014 15:36:58 -0700, by Pierre-Yves David
-
merge stable into defaultTue, 03 Jun 2014 14:31:15 -0700, by Pierre-Yves David
-
prepare a branch for compatibility with mercurial 2.7 to 3.0(.0) mercurial-2.7Tue, 03 Jun 2014 14:28:31 -0700, by Pierre-Yves David
-
test: update to output change introduced by future 3.1Mon, 02 Jun 2014 15:22:23 -0700, by Pierre-Yves David
-
simple4server: backport the bundle2 exchangeWed, 21 May 2014 12:01:28 -0700, by Pierre-Yves David
-
evolve: install progress support for the bundle2 pull pathTue, 20 May 2014 22:36:47 -0700, by Pierre-Yves David
-
evolve: install progress support for the bundle2 push pathTue, 20 May 2014 17:21:36 -0700, by Pierre-Yves David
-
evolve: add a pull path using bundle2Tue, 20 May 2014 14:39:13 -0700, by Pierre-Yves David
-
evolve: advertise obsmarker creation in the transation hookTue, 03 Jun 2014 02:13:02 -0700, by Pierre-Yves David
-
evolve: add bytes and new marker data when processing partTue, 20 May 2014 15:01:33 -0700, by Pierre-Yves David
-
evolve: add a push pass using bundle2Tue, 20 May 2014 13:41:27 -0700, by Pierre-Yves David
-
evolve: make exchange output compact in the old pushkey case too.Mon, 02 Jun 2014 14:44:13 -0700, by Pierre-Yves David
-
evolve: compatibility with memfilectx changeTue, 03 Jun 2014 01:37:08 -0700, by Pierre-Yves David
-
evolve: abstract access to context.memfilectxTue, 03 Jun 2014 01:22:31 -0700, by Pierre-Yves David
-
import: drop version check for ``import --obsolete``Mon, 02 Jun 2014 14:18:29 -0700, by Pierre-Yves David
-
evolve: bump requirement to 3.0.1Tue, 03 Jun 2014 01:16:39 -0700, by Pierre-Yves David
-
test: fix test-import conditionMon, 02 Jun 2014 14:58:45 -0700, by Pierre-Yves David
-
merge with stableSat, 31 May 2014 00:23:25 -0700, by Pierre-Yves David
-
evolve: make most line lenghts 80 characters or less stableTue, 29 Apr 2014 22:25:57 +0200, by Angel Ezquerra
-
evolve: start all util.Abort messages with lower case stableTue, 29 Apr 2014 22:25:48 +0200, by Angel Ezquerra
-
evolve: improve wording of a few of messages stableTue, 29 Apr 2014 22:25:35 +0200, by Angel Ezquerra
-
evolve: more compact output in the wire protocol caseTue, 20 May 2014 13:45:52 -0700, by Pierre-Yves David
-
evolve: test exchange through wireprotocolTue, 20 May 2014 23:57:48 -0700, by Pierre-Yves David
-
evolve: align working during obsmarker push using pushkeyTue, 20 May 2014 13:30:12 -0700, by Pierre-Yves David
-
evolve: drop some pre-3.0 compatibility codeMon, 19 May 2014 17:43:31 -0700, by Pierre-Yves David
-
evolve: update the errors message to request mercurial 3.0 and aboveMon, 19 May 2014 17:45:28 -0700, by Pierre-Yves David
-
readme: remove some duplicated entriesMon, 19 May 2014 12:44:30 -0700, by Pierre-Yves David
-
readme: remove embarrassmentMon, 19 May 2014 12:43:03 -0700, by Pierre-Yves David
-
merge with 3.3.2Wed, 14 May 2014 16:42:41 -0700, by Pierre-Yves David
-
Added tag 3.3.2 for changeset a03ea39aca2a stableWed, 14 May 2014 16:40:50 -0700, by Pierre-Yves David
-
fold: add squash as a possible alias stableThu, 10 Apr 2014 16:02:02 -0400, by Jordi Gutiérrez Hermoso
-
fold: add --message and --logfile options stableMon, 14 Apr 2014 15:46:27 -0400, by Jordi Gutiérrez Hermoso
-
merge with stableSun, 11 May 2014 01:29:11 -0700, by Pierre-Yves David
-
prune: update to successor rather than parent when prune '.' stableThu, 09 Jan 2014 11:33:15 +0100, by Dan Villiom Podlaski Christiansen
-
import: --obsolete flag for automatic obsolescence marker creation stableFri, 09 May 2014 03:06:36 -0700, by Pierre-Yves David
-
update 3.3.0 readme to include minimal mercurial requirement stableSun, 11 May 2014 01:14:34 -0700, by Pierre-Yves David