** unknown exception encountered, details follow
Patrick Waugh
ptwaugh at gmail.com
Sat Oct 11 13:52:45 CDT 2008
An similar error:
patrick at berrysoft:~/www/shop-dev$ hg qapplied
patrick at berrysoft:~/www/shop-dev$ hg qseries
secure_admin.patch
secure_downloads.patch
patrick at berrysoft:~/www/shop-dev$ hg qpush secure_admin.patch
applying secure_admin.patch
cleaning up working directory...done
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version d1c82127573e)
** Extensions loaded: alias, hgk, mq
Traceback (most recent call last):
File "/usr/local/bin/hg", line 20, in <module>
mercurial.dispatch.run()
File "/usr/local/lib/python2.5/site-packages/mercurial/dispatch.py",
line 20, in run
sys.exit(dispatch(sys.argv[1:]))
File "/usr/local/lib/python2.5/site-packages/mercurial/dispatch.py",
line 29, in dispatch
return _runcatch(u, args)
File "/usr/local/lib/python2.5/site-packages/mercurial/dispatch.py",
line 45, in _runcatch
return _dispatch(ui, args)
File "/usr/local/lib/python2.5/site-packages/mercurial/dispatch.py",
line 366, in _dispatch
ret = _runcommand(ui, options, cmd, d)
File "/usr/local/lib/python2.5/site-packages/mercurial/dispatch.py",
line 419, in _runcommand
return checkargs()
File "/usr/local/lib/python2.5/site-packages/mercurial/dispatch.py",
line 375, in checkargs
return cmdfunc()
File "/usr/local/lib/python2.5/site-packages/mercurial/dispatch.py",
line 358, in <lambda>
d = lambda: func(ui, repo, *args, **cmdoptions)
File "/usr/local/lib/python2.5/site-packages/hgext/mq.py", line 1967, in push
mergeq=mergeq)
File "/usr/local/lib/python2.5/site-packages/hgext/mq.py", line 848, in push
ret = self.apply(repo, s, list, all_files=all_files)
File "/usr/local/lib/python2.5/site-packages/hgext/mq.py", line 447, in apply
strict, patchdir, merge, all_files=all_files)
File "/usr/local/lib/python2.5/site-packages/hgext/mq.py", line 511, in _apply
files = patch.updatedir(self.ui, repo, files)
File "/usr/local/lib/python2.5/site-packages/mercurial/patch.py",
line 1093, in updatedir
repo.remove(util.sort(removes), True)
File "/usr/local/lib/python2.5/site-packages/mercurial/localrepo.py",
line 1089, in remove
self.dirstate.remove(f)
File "/usr/local/lib/python2.5/site-packages/mercurial/dirstate.py",
line 323, in remove
self._droppath(f)
File "/usr/local/lib/python2.5/site-packages/mercurial/dirstate.py",
line 247, in _droppath
if dirs[base] == 1:
KeyError: 'admin/images'
patrick at berrysoft:~/www/shop-dev$ hg log
3[tip] 7dee6c3c2f12 2008-10-11 00:25 -0500 patrick
English language flag changed to US.
2 586bfaa23811 2008-10-09 20:11 -0500 patrick
Configuration complete.
1 8c5ef9182c8d 2008-10-09 19:58 -0500 patrick
Added tag 1.3.8a for changeset 3adb58aebc82
0[1.3.8a] 3adb58aebc82 2008-10-09 19:57 -0500 patrick
Initial commit as uploaded
patrick at berrysoft:~/www/shop-dev$
More information about the Mercurial
mailing list