README.md
changeset 2020 143c8e4dc22d
parent 2019 996a562b6c9f
parent 1838 6942750831bb
child 2021 e6db5d48ebc5
--- a/README.md	Thu Feb 23 15:19:31 2017 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# topics
-
-Topics are an experiment to see if maybe the workflow defined by git
-branches and hg bookmarks is only partially what users want - perhaps
-something that feels more like a traditional VCS branch is right, but
-that it should "dissolve" upon being finished. This extension exists
-to be a sandbox for that experimentation.
-
-# install
-
-Enable topics like any mercurial extension: download the source code to a
-local directory, and add that directory to your `.hgrc`:
-
-    [extensions]
-    topics=path/to/hg-topics/hgext3rd/topic/
-
-# help
-
-See 'hg help -e topic' for a generic help.
-See 'hg help topics' and 'hg help stack' for help on specific commands.
-See the 'tests/test-topic-tutorial.t' file for a quick tutorial.