diff hgext/rebase.py @ 7127:9df67ee30ef5

help: better documentation intro for a few extensions
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 18 Oct 2008 16:56:39 +0200
parents b3239badc711
children 204c7850c158
line wrap: on
line diff
--- 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.