hgext/rebase.py
changeset 7127 9df67ee30ef5
parent 6964 b3239badc711
child 7130 204c7850c158
--- a/hgext/rebase.py	Thu Jun 12 11:49:13 2008 +0200
+++ b/hgext/rebase.py	Sat Oct 18 16:56:39 2008 +0200
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-''' Rebasing feature
+'''move sets of revisions to a different ancestor
 
 This extension lets you rebase changesets in an existing Mercurial repository.