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