Mercurial > public > mercurial-scm > hg
diff hgext/rebase.py @ 8934:9dda4c73fc3b
extensions: change descriptions for extensions providing a few commands
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 24 Jun 2009 13:42:02 +0200 |
parents | 25e9c71b89de |
children | 1de6e7e1bb9f |
line wrap: on
line diff
--- 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.