comparison hgext/rebase.py @ 9301:ad4501d20214

rebase: link to RebaseExtension This new page has the usual user-oriented information about the extension.
author Martin Geisler <mg@lazybytes.net>
date Mon, 03 Aug 2009 00:19:01 +0200
parents 4ea022359c43
children 4c041f1ee1b4
comparison
equal deleted inserted replaced
9300:ad95ea1c975a 9301:ad4501d20214
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:
14 http://mercurial.selenic.com/wiki/RebaseProject 14 http://mercurial.selenic.com/wiki/RebaseExtension
15 ''' 15 '''
16 16
17 from mercurial import util, repair, merge, cmdutil, commands, error 17 from mercurial import util, repair, merge, cmdutil, commands, error
18 from mercurial import extensions, ancestor, copies, patch 18 from mercurial import extensions, ancestor, copies, patch
19 from mercurial.commands import templateopts 19 from mercurial.commands import templateopts