# HG changeset patch # User Patrick Mezard # Date 1344074794 -7200 # Node ID ea7f2a4ad530bf1107d40bb75b85594c2f9c4eda # Parent 299af91b8b6ea4c2ba9e34e8d2bd3ee16928b941 obsolete: fix doc, rebase no longer aborts with --keep diff -r 299af91b8b6e -r ea7f2a4ad530 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 --------------