[issue3001] "hg qnew -i" always throws an exception

illusory bugs at mercurial.selenic.com
Mon Sep 12 09:15:55 CDT 2011


New submission from illusory <illusory2 at yahoo.co.uk>:

c:\foo>hg init

c:\foo>hg qnew -i
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 1.9.2)
** Extensions loaded: graphlog, color, extdiff, record, mq
Traceback (most recent call last):
  File "hg", line 38, in <module>
  File "mercurial\dispatch.pyc", line 27, in run
  File "mercurial\dispatch.pyc", line 64, in dispatch
  File "mercurial\dispatch.pyc", line 87, in _runcatch
  File "mercurial\dispatch.pyc", line 688, in _dispatch
  File "mercurial\dispatch.pyc", line 463, in runcommand
  File "mercurial\extensions.pyc", line 182, in wrap
  File "hgext\color.pyc", line 368, in colorcmd
  File "mercurial\dispatch.pyc", line 742, in _runcommand
  File "mercurial\dispatch.pyc", line 696, in checkargs
  File "mercurial\dispatch.pyc", line 685, in <lambda>
  File "mercurial\util.pyc", line 385, in check
  File "mercurial\extensions.pyc", line 137, in wrap
  File "mercurial\util.pyc", line 385, in check
  File "hgext\record.pyc", line 595, in wrapper
TypeError: qrecord() takes at least 3 non-keyword arguments (2 given)

------ OR ------

c:\bar>hg init

c:\bar>echo foo>foo

c:\bar>hg ci -Am foo
adding foo

c:\bar>echo bar>>foo

c:\bar>hg qnew -i
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit (AMD64)]
** Mercurial Distributed SCM (version 1.9.2)
** Extensions loaded: graphlog, color, extdiff, record, mq
Traceback (most recent call last):
  File "hg", line 38, in <module>
  File "mercurial\dispatch.pyc", line 27, in run
  File "mercurial\dispatch.pyc", line 64, in dispatch
  File "mercurial\dispatch.pyc", line 87, in _runcatch
  File "mercurial\dispatch.pyc", line 688, in _dispatch
  File "mercurial\dispatch.pyc", line 463, in runcommand
  File "mercurial\extensions.pyc", line 182, in wrap
  File "hgext\color.pyc", line 368, in colorcmd
  File "mercurial\dispatch.pyc", line 742, in _runcommand
  File "mercurial\dispatch.pyc", line 696, in checkargs
  File "mercurial\dispatch.pyc", line 685, in <lambda>
  File "mercurial\util.pyc", line 385, in check
  File "mercurial\extensions.pyc", line 137, in wrap
  File "mercurial\util.pyc", line 385, in check
  File "hgext\record.pyc", line 595, in wrapper
TypeError: qrecord() takes at least 3 non-keyword arguments (2 given)

----------
messages: 17367
nosy: illusory
priority: bug
status: unread
title: "hg qnew -i" always throws an exception

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3001>
____________________________________________________


More information about the Mercurial-devel mailing list