changeset 8934 | 9dda4c73fc3b |
parent 8706 | 25e9c71b89de |
child 8936 | 1de6e7e1bb9f |
--- 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.