Hi folks

Updated my SUNWonbld package this morning and got this error when 
running 'hg pbchk'. Same thing whether I 'ws clone' before or not.

The repo I'm running this on has no active list (hg status -m is empty). 
But that should be okay since hg runs the checks against the parent, and 
not the changed files - right?

'hg cstyle' finishes okay but misses all style errors. Same for nits. 
Any ideas ?

thanks
Rafael



$ hg pbchk
CDDL block check:

Copyright check:

C style check:

Header format check:

Java style check:

File permission check:

Keywords check:

Comments check:

Checking for new tags:

** 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 ?
     mercurial.dispatch.run()
   File "build/proto/lib/python/mercurial/dispatch.py", line 20, in run
   File "build/proto/lib/python/mercurial/dispatch.py", line 29, in dispatch
   File "build/proto/lib/python/mercurial/dispatch.py", line 45, in 
_runcatch
   File "build/proto/lib/python/mercurial/dispatch.py", line 364, in 
_dispatch
   File "build/proto/lib/python/mercurial/dispatch.py", line 417, in 
_runcommand
   File "build/proto/lib/python/mercurial/dispatch.py", line 373, in 
checkargs
   File "build/proto/lib/python/mercurial/dispatch.py", line 356, in 
<lambda>
   File "cdm.py", line 591, in cdm_pbchk
   File "cdm.py", line 539, in run_checks
   File "cdm.py", line 411, in cdm_branchchk
AttributeError: 'NoneType' object has no attribute 'branch'

Reply via email to