comparison 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
comparison
equal deleted inserted replaced
8933:6176ca261f86 8934:9dda4c73fc3b
3 # Copyright 2008 Stefano Tortarolo <stefano.tortarolo at gmail dot com> 3 # Copyright 2008 Stefano Tortarolo <stefano.tortarolo at gmail dot com>
4 # 4 #
5 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2, incorporated herein by reference. 6 # GNU General Public License version 2, incorporated herein by reference.
7 7
8 '''move sets of revisions to a different ancestor 8 '''command to move sets of revisions to a different ancestor
9 9
10 This extension lets you rebase changesets in an existing Mercurial 10 This extension lets you rebase changesets in an existing Mercurial
11 repository. 11 repository.
12 12
13 For more information: 13 For more information: