# HG changeset patch # User Patrick Mezard # Date 1340094009 -7200 # Node ID 5d1d7aaf1bc3958568c71525fb51a314e037a55c # Parent f26e9bc5f7fc1b55ba2005af94419b870be98caa obsolete: do not duplicate command help diff -r f26e9bc5f7fc -r 5d1d7aaf1bc3 hgext/obsolete.py --- a/hgext/obsolete.py Tue Jun 19 10:17:02 2012 +0200 +++ b/hgext/obsolete.py Tue Jun 19 10:20:09 2012 +0200 @@ -42,9 +42,6 @@ New commands ------------ -A ``debugobsolete`` command was added. It adds an obsolete relation between two -nodes. - Note that rebased changesets are not marked obsolete rather than being stripped In this experimental extensions, this is done forcing the --keep option. Trying to use the --keep option of rebase with this extensionn this experimental