Eric Schrock <eric.schrock at sun.com> writes: > On Wed, Jul 16, 2008 at 01:31:53PM -0700, Eric Schrock wrote: >> >> I also tried 'hg pbchk' and instantly hit an exception: >> >> ** 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' >> > > After I edited one file this exception went away - perhaps 'pbchk' has a > problem handling zero edited files?
Yes. Fix in progress. My apologies. -- Rich