[issue492] transplant extension does not work for remote branches

Gustavo Carneiro mercurial-bugs at selenic.com
Tue Jan 30 12:56:43 CST 2007


New submission from Gustavo Carneiro <gjcarneiro at gmail.com>:

When I use hg transplant with a remote branch I get:

gjc at spectrum:ns-3-waf$ hg transplant -s ns-3-waf 219
searching for changes
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 0.9.3)
Traceback (most recent call last):
  File "/usr/bin/hg", line 12, in <module>
    commands.run()
  File "/var/lib/python-support/python2.5/mercurial/commands.py", line 3000, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/var/lib/python-support/python2.5/mercurial/commands.py", line 3223, in
dispatch
    return d()
  File "/var/lib/python-support/python2.5/mercurial/commands.py", line 3182, in
<lambda>
    d = lambda: func(u, repo, *args, **cmdoptions)
  File "/var/lib/python-support/python2.5/hgext/transplant.py", line 534, in
transplant
    (source, incoming, bundle) = getremotechanges(repo, source)
  File "/var/lib/python-support/python2.5/hgext/transplant.py", line 476, in
getremotechanges
    bundle = commands.write_bundle(cg, compress=False)
  File "/var/lib/python-support/python2.5/mercurial/demandload.py", line 71, in
__getattribute__
    return getattr(module, key)
AttributeError: 'module' object has no attribute 'write_bundle'

----------
messages: 2738
nosy: gjc
priority: bug
status: unread
title: transplant extension does not work for remote branches

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue492>
____________________________________________________



More information about the Mercurial-devel mailing list