[issue223] pull failing on latest crew on windows

Manpreet Singh mercurial-bugs at selenic.com
Fri Apr 28 15:46:52 UTC 2006


New submission from Manpreet Singh <junkblocker at yahoo.com>:

C:\home\mnsingh\work\hg>hg pull
** unknown exception encountered, details follow
** report bug details to mercurial at selenic.com
** Mercurial Distributed SCM (version 6447a32aefce9c16eaf330db9185151c5523f7c3)
Traceback (most recent call last):
  File "c:\home\mnsingh\bin\hg", line 12, in ?
    commands.run()
  File "c:\home\mnsingh\lib\python\mercurial\commands.py", line 3270, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "c:\home\mnsingh\lib\python\mercurial\commands.py", line 3398, in dispatch
    repo = hg.repository(u, path=path)
  File "c:\home\mnsingh\lib\python\mercurial\hg.py", line 36, in repository
    return localrepo.localrepository(ui, path, create)
  File "c:\home\mnsingh\lib\python\mercurial\localrepo.py", line 44, in __init__
    v = self.ui.revlogopts
  File "c:\home\mnsingh\lib\python\mercurial\ui.py", line 44, in __getattr__
    return getattr(self.parentui, key)
  File "c:\home\mnsingh\lib\python\mercurial\ui.py", line 44, in __getattr__
    return getattr(self.parentui, key)
AttributeError: 'NoneType' object has no attribute 'revlogopts'

C:\home\mnsingh\work\hg>more .hg\hgrc
[paths]
default = http://selenic.com/repo/hg

----------
messages: 1096
nosy: junkblocker
priority: critical
status: unread
title: pull failing on latest crew on windows

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




More information about the Mercurial mailing list