problems with hg view
Michael A Pernice
Michael.Pernice at inl.gov
Wed Mar 7 16:16:51 UTC 2007
Hi,
I just installed mercurial v0.9.1 on a system running SUSE v10.1, and
after cloning a repository I encountered a problem using hg view. This is
my very first use of mercurial, and perhaps something is not configured
right. However the install was clean and easy but the error suggests the
install may not be quite correct. Anyway here's the traceback:
File /usr/bin/hg, line 12, in ? commands.run
File /usr/lib64/python2.4/site-packages/mercurial/commands.py, line 3266
in run sys.exit(dispatch(sys.argv[1:]))
File /usr/lib64/python2.4/site-packages/mercurial/commands.py line 3465
in dispatch return d()
File /usr/lib64/python2.4/site-packages/mercurial/commands.py line 3424
in <lambda> d = lambda: func(u, rep, *args, **cmdoptions)
File /usr/lib64/python2.4/site-packages/mercurial/hgk.py line 314 in
revlist revtree(copy, repo, full. opts['max_count'], opt['parents'])
File /usr/lib64/python2.4/site-packages/mercurial/hgk.py line 285 in
revtree catcommit(repo, n, ' ', changes)
File /usr/lib64/python2.4/site-packages/mercurial/hgk.py line 133 in
catcommit dat_ar = changes[2].split(' ')
AttributeError: 'tuple' object has no attribute 'split'
Its this last line that suggests to me a possible problem with the
install, but I have no idea at this early stage how to go about fixing it.
Thanks!
--
Michael Pernice
Center for Advanced Modeling and Simulation
Idaho National Laboratory
Idaho Falls, ID 83415-2211
Phone: 208.526.9480
Fax: 208.526.5327
E-mail: michael.pernice at inl.gov
More information about the Mercurial
mailing list