changeset 415:ea7f2a4ad530 stable

obsolete: fix doc, rebase no longer aborts with --keep
author Patrick Mezard <patrick@mezard.eu>
date Sat, 04 Aug 2012 12:06:34 +0200
parents 299af91b8b6e
children 22f348c25d25
files hgext/obsolete.py
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
 --------------