comparison hgext/rebase.py @ 8936:1de6e7e1bb9f

change wiki/bts URLs to point to new hostname
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 15:32:37 +0200
parents 9dda4c73fc3b
children ec1cd3176625 d0225fa2f6c4
comparison
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