obsolete: fix doc, rebase no longer aborts with --keep stable
authorPatrick Mezard <patrick@mezard.eu>
Sat, 04 Aug 2012 12:06:34 +0200
branchstable
changeset 415 ea7f2a4ad530
parent 414 299af91b8b6e
child 416 22f348c25d25
obsolete: fix doc, rebase no longer aborts with --keep
hgext/obsolete.py
--- a/hgext/obsolete.py	Fri Aug 03 17:48:21 2012 +0200
+++ b/hgext/obsolete.py	Sat Aug 04 12:06:34 2012 +0200
@@ -42,11 +42,7 @@
 New commands
 ------------
 
-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
-extension will cause such a call to abort. Until better releasen please use
-graft command to rebase and copy changesets.
+Note that rebased changesets are now marked obsolete instead of being stripped.
 
 Context object
 --------------