# HG changeset patch # User Pierre-Yves David # Date 1343236423 -7200 # Node ID 57bccc6452e9039591e15ac1c864b1254410e601 # Parent 58fdb2180064695b4624b6609078748ac7bb353f obsolete: drop outdated doc diff -r 58fdb2180064 -r 57bccc6452e9 hgext/obsolete.py --- 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