diff -r 6176ca261f86 -r 9dda4c73fc3b hgext/rebase.py --- a/hgext/rebase.py Wed Jun 24 13:10:05 2009 +0200 +++ b/hgext/rebase.py Wed Jun 24 13:42:02 2009 +0200 @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2, incorporated herein by reference. -'''move sets of revisions to a different ancestor +'''command to move sets of revisions to a different ancestor This extension lets you rebase changesets in an existing Mercurial repository.