[issue1698] AttributeError: 'sshrepository' object has no attribute 'changelog'

Marcin Kasperski mercurial-bugs at selenic.com
Mon Jun 15 12:36:44 UTC 2009


New submission from Marcin Kasperski <Marcin.Kasperski at softax.pl>:

dom is an alias of ssh://... remote location

$ hg transplant -s dom
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 1.1.2)
** Extensions loaded: alias, bookmarks, children, churn, color, convert,
extdiff, fetch, gpg, graphlog, hgk, highlight, imerge, interhg, keyword, mq,
notify, parentrevspec, patchbomb, purge, qct, rebase, record, transplant
Traceback (most recent call last):
  File "/usr/bin/hg", line 20, in <module>
    mercurial.dispatch.run()
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 20, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 29, in
dispatch
    return _runcatch(u, args)
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 45, in
_runcatch
    return _dispatch(ui, args)
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 367, in
_dispatch
    ret = _runcommand(ui, options, cmd, d)
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 416, in
_runcommand
    return checkargs()
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 376, in
checkargs
    return cmdfunc()
  File "/var/lib/python-support/python2.6/mercurial/dispatch.py", line 361, in
<lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/var/lib/python-support/python2.6/mercurial/util.py", line 715, in check
    return func(*args, **kwargs)
  File "/var/lib/python-support/python2.6/hgext/transplant.py", line 562, in
transplant
    revs, newmerges = browserevs(ui, source, alltransplants, opts)
  File "/var/lib/python-support/python2.6/hgext/transplant.py", line 400, in
browserevs
    for node in nodes:
  File "/var/lib/python-support/python2.6/hgext/transplant.py", line 482, in incwalk
    for node in repo.changelog.nodesbetween(incoming, branches)[0]:
AttributeError: 'sshrepository' object has no attribute 'changelog'

----------
messages: 9518
nosy: Mekk
priority: bug
status: unread
title: AttributeError: 'sshrepository' object has no attribute 'changelog'
topic: transplant

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



More information about the Mercurial-devel mailing list