hg pull give traceback ...

Stephen Waterbury waterbug at pangalactic.us
Wed Mar 26 19:11:25 CDT 2008


The message says to file a bug -- should I do that, or
is this a known problem?

Steve
-----------------------------------------------------------

waterbug at pangalactic:~/vcs/docs4g4g$ hg pull
extension 'hgext/hbisect' overrides commands: bisect
waterbug@[hostname withheld]'s password: 
pulling from ssh://[hostname withheld]/vcs/docs4g4g
searching for changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
** 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.0)
Traceback (most recent call last):
  File "/usr/bin/hg", line 20, in <module>
    mercurial.dispatch.run()
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 20, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 29, in dispatch
    return _runcatch(u, args)
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 45, in _runcatch
    return _dispatch(ui, args)
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 364, in _dispatch
    ret = _runcommand(ui, options, cmd, d)
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 417, in _runcommand
    return checkargs()
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 373, in checkargs
    return cmdfunc()
  File "/usr/lib/python2.5/site-packages/mercurial/dispatch.py", line 356, in <lambda>
    d = lambda: func(ui, repo, *args, **cmdoptions)
  File "/usr/lib/python2.5/site-packages/mercurial/commands.py", line 2053, in pull
    modheads = repo.pull(other, heads=revs, force=opts['force'])
  File "/usr/lib/python2.5/site-packages/mercurial/localrepo.py", line 1484, in pull
    return self.addchangegroup(cg, 'pull', remote.url())
  File "/usr/lib/python2.5/site-packages/mercurial/localrepo.py", line 2013, in addchangegroup
    fl = self.file(f)
  File "/usr/lib/python2.5/site-packages/hgkw/keyword.py", line 503, in file
    kwt = kwtemplater(ui, self, kwexp, path=f)
  File "/usr/lib/python2.5/site-packages/hgkw/keyword.py", line 181, in __init__
    templater.common_filters['utcdate'] = utcdate
  File "/usr/lib/python2.5/site-packages/mercurial/demandimport.py", line 75, in __getattribute__
    return getattr(self._module, attr)
AttributeError: 'module' object has no attribute 'common_filters'


More information about the Mercurial mailing list