Message11585

Author magny
Recipients
Date 2010-02-03.19:16:09
Content
The following error is produced when doing a clone

hg clone http://myserver/hgwebdir.cgi/media/


destination directory: mediabank
requesting all changes
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 1.4.2)
** Extensions loaded: win32text, rebase
Traceback (most recent call last):
  File "hg", line 27, in <module>
  File "mercurial\dispatch.pyc", line 16, in run
  File "mercurial\dispatch.pyc", line 30, in dispatch
  File "mercurial\dispatch.pyc", line 46, in _runcatch
  File "mercurial\dispatch.pyc", line 454, in _dispatch
  File "mercurial\dispatch.pyc", line 324, in runcommand
  File "mercurial\dispatch.pyc", line 505, in _runcommand
  File "mercurial\dispatch.pyc", line 459, in checkargs
  File "mercurial\dispatch.pyc", line 453, in <lambda>
  File "mercurial\util.pyc", line 386, in check
  File "mercurial\commands.pyc", line 649, in clone
  File "mercurial\hg.pyc", line 292, in clone
  File "mercurial\localrepo.pyc", line 2140, in clone
  File "mercurial\localrepo.pyc", line 1437, in pull
  File "mercurial\httprepo.pyc", line 200, in changegroupsubset
  File "mercurial\httprepo.pyc", line 102, in do_cmd
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-type'
History
Date User Action Args
2010-02-03 19:16:11magnysetmessageid: <1265224571.26.0.376386126965.issue2019@mercurial.selenic.com>
2010-02-03 19:16:11magnylinkissue2019 messages
2010-02-03 19:16:09magnycreate