Mercurial > evolve
changeset 383:57bccc6452e9
obsolete: drop outdated doc
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Wed, 25 Jul 2012 19:13:43 +0200 |
parents | 58fdb2180064 |
children | 51958dae7ca8 |
files | hgext/obsolete.py |
diffstat | 1 files changed, 0 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- 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