--- a/hgext/obsolete.py Wed Jul 25 19:07:20 2012 +0200
+++ b/hgext/obsolete.py Wed Jul 25 19:13:43 2012 +0200
@@ -31,13 +31,6 @@
Usage and Feature
=================
-Display and Exchange
---------------------
-
-obsolete changesets are hidden. (except if they have non obsolete changeset)
-
-obsolete changesets are not exchanged. This will probably change later but it
-was the simpler solution for now.
New commands
------------
@@ -48,31 +41,6 @@
extension will cause such a call to abort. Until better releasen please use
graft command to rebase and copy changesets.
-Context object
---------------
-
-Context gains a ``obsolete`` method that will return True if a changeset is
-obsolete False otherwise.
-
-revset
-------
-
-Add an ``obsolete()`` entry.
-
-repo extension
---------------
-
-To Do
-~~~~~
-
-- refuse to obsolete published changesets
-
-- handle split
-
-- handle conflict
-
-- handle unstable // out of sync
-
"""
import os, sys