Mercurial > evolve
graph
-
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