[issue1890] Unknown exception in shelve
Hedin Meitil
bugs at mercurial.selenic.com
Wed Oct 28 15:19:01 UTC 2009
New submission from Hedin Meitil <hejin.majtil at gmail.com>:
Just activated the shelve command by adding
hgshelve=C:\Program Files\Mercurial\extensions\hgshelve.py
under [extensions] in my Mercurial.ini (under Windows XP). My version of
Mercurial is 1.3.1.
When I run it, I get this:
$ hg shelve
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 1.3.1)
** Extensions loaded: win32text, graphlog, record, hgshelve, extdiff
Traceback (most recent call last):
File "hg", line 27, in <module>
File "mercurial\dispatch.pyc", line 16, in run
File "mercurial\dispatch.pyc", line 27, in dispatch
File "mercurial\dispatch.pyc", line 43, in _runcatch
File "mercurial\dispatch.pyc", line 449, in _dispatch
File "mercurial\dispatch.pyc", line 317, in runcommand
File "mercurial\dispatch.pyc", line 501, in _runcommand
File "mercurial\dispatch.pyc", line 454, in checkargs
File "mercurial\dispatch.pyc", line 448, in <lambda>
File "mercurial\util.pyc", line 402, in check
File "C:\Program Files\Mercurial\extensions\hgshelve.py", line 487, in
shelve
return cmdutil.commit(ui, repo, shelvefunc, pats, opts)
File "mercurial\cmdutil.pyc", line 1213, in commit
TypeError: shelvefunc() takes exactly 6 arguments (5 given)
----------
messages: 10840
nosy: hejin
priority: bug
status: unread
title: Unknown exception in shelve
____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue1890>
____________________________________________________
More information about the Mercurial-devel
mailing list