Recently upgraded to Python 2.7.3 and Mercurial 2.2.2 (on Mac OS X 10.6.8 using brew) and am getting an error in python trying to pop a patch from the MLVM sources/ dir. However I'm NOT getting any errors popping patches from any other source directory.
Has anybody else seen a problem like this? ---- details ---- [sources ]$ sh $davinci/patches/make/current-release.sh 1533dfab9903 [sources ]$ hg qselect --pop buildable testable bsd-port 1533dfab9903 ** unknown exception encountered, please report by visiting ** http://mercurial.selenic.com/wiki/BugTracker ** Python 2.7.3 (default, Jul 11 2012, 01:55:06) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] ** Mercurial Distributed SCM (version 2.2.2) ** Extensions loaded: forest, mq, hgk, fetch, rebase, hggit Traceback (most recent call last): File "/usr/local/bin/hg", line 38, in <module> mercurial.dispatch.run() File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/dispatch.py", line 27, in run sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255) File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/dispatch.py", line 64, in dispatch return _runcatch(req) File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/dispatch.py", line 87, in _runcatch return _dispatch(req) File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/dispatch.py", line 696, in _dispatch cmdpats, cmdoptions) File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/dispatch.py", line 472, in runcommand ret = _runcommand(ui, options, cmd, d) File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/dispatch.py", line 786, in _runcommand return checkargs() File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/dispatch.py", line 757, in checkargs return cmdfunc() File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/dispatch.py", line 693, in <lambda> d = lambda: util.checksignature(func)(ui, *args, **cmdoptions) File "/usr/local/Cellar/mercurial/2.2.2/libexec/mercurial/util.py", line 463, in check return func(*args, **kwargs) File "/usr/local/Cellar/mercurial/2.2.2/libexec/hgext/mq.py", line 2953, in select not q.pushable(i)[0]] File "/usr/local/Cellar/mercurial/2.2.2/libexec/hgext/mq.py", line 487, in pushable patchguards = self.seriesguards[idx] IndexError: list index out of range _______________________________________________ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev