Bug report (hg qpush)
Peter Weilbacher
mozilla at weilbacher.org
Thu Nov 27 01:29:54 CST 2008
Hi,
I got the message below when running
hg qpush gfx_debugging_stuff_2008-11-25.diff
on a Mozilla repository. After this, the queue state looks like this
$ hg qa
0 U gfx_debugging_stuff_2008-11-25.diff
1 A cairo-os2_fix_as_upstream.diff
2 A bug453705_domquickstubs.diff
3 A bug451278_nscom_workaround.diff
The files that the patch is supposed to touch were not changed. I worked
around this problem now by doing
hg qpop -a
before trying the qpush again...
The messages don't look like a system specific problem, but this is with
Mercurial running on OS/2.
Cheers,
Peter.
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version a490a0c59b94fef613ac87813e12b992421d0948)
Traceback (most recent call last):
File "f:/Python/Scripts/hg", line 22, in ?
mercurial.dispatch.run()
File "f:/Python/lib/site-packages/mercurial/dispatch.py", line 20, in run
sys.exit(dispatch(sys.argv[1:]))
File "f:/Python/lib/site-packages/mercurial/dispatch.py", line 29, in dispatch
return _runcatch(u, args)
File "f:/Python/lib/site-packages/mercurial/dispatch.py", line 45, in _runcatch
return _dispatch(ui, args)
File "f:/Python/lib/site-packages/mercurial/dispatch.py", line 364, in _dispatch
ret = _runcommand(ui, options, cmd, d)
File "f:/Python/lib/site-packages/mercurial/dispatch.py", line 417, in _runcommand
return checkargs()
File "f:/Python/lib/site-packages/mercurial/dispatch.py", line 373, in checkargs
return cmdfunc()
File "f:/Python/lib/site-packages/mercurial/dispatch.py", line 356, in <lambda>
d = lambda: func(ui, repo, *args, **cmdoptions)
File "f:/Python/lib/site-packages/hgext/mq.py", line 1946, in push
mergeq=mergeq)
File "f:/Python/lib/site-packages/hgext/mq.py", line 813, in push
end = self.series.index(patch, start) + 1
ValueError: list.index(x): x not in list
More information about the Mercurial
mailing list