hgext/rebase.py
changeset 8936 1de6e7e1bb9f
parent 8934 9dda4c73fc3b
child 9073 ec1cd3176625
child 9183 d0225fa2f6c4
equal deleted inserted replaced
8935:f4f0e902b750 8936:1de6e7e1bb9f
     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://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject
    14 http://mercurial.selenic.com/wiki/RebaseProject
    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