Hello, First time poster to the list, please be gentle! I installed the mercurial bundle from svn and it is a wonderful tool, however some parts do not work correctly. For example, viewing the status of a repo does not work, I get the following error message:
Traceback (most recent call last):
Revert
Diff File "/opt/local/bin/hg", line 12, in ?
Revert
Diff commands.run()
Revert
Diff File "/opt/local/lib/python2.4/site-packages/mercurial/commands.py", line 3000, in run
Revert
Diff sys.exit(dispatch(sys.argv[1:]))
Revert
Diff File "/opt/local/lib/python2.4/site-packages/mercurial/commands.py", line 3223, in dispatch
Revert
Diff return d()
Revert
Diff File "/opt/local/lib/python2.4/site-packages/mercurial/commands.py", line 3182, in <lambda>
Revert
Diff d = lambda: func(u, repo, *args, **cmdoptions)
Revert
Diff File "/opt/local/lib/python2.4/site-packages/mercurial/commands.py", line 2371, in status
Revert
Diff files, matchfn, anypats = cmdutil.matchpats(repo, pats, opts)
Revert
Diff File "/opt/local/lib/python2.4/site-packages/mercurial/cmdutil.py", line 139, in matchpats
Revert
Diff opts.get('exclude'), head)
Revert
Diff File "/opt/local/lib/python2.4/site-packages/mercurial/util.py", line 367, in cmdmatcher
Revert
Diff return _matcher(canonroot, cwd, names, inc, exc, head, dflt_pat, src)
Revert
Diff File "/opt/local/lib/python2.4/site-packages/mercurial/util.py", line 454, in _matcher
Revert
Diff name = canonpath(canonroot, cwd, name)
Revert
Diff File "/opt/local/lib/python2.4/site-packages/mercurial/util.py", line 348, in canonpath
Revert
Diff name = os.path.join(*rel) TypeError: join() takes at least 1 argument (0 given)
Any clues?
Thanks, Yi