[issue2980] clone into .hg\patches fails with traceback

Tatham Oddie bugs at mercurial.selenic.com
Tue Aug 30 18:01:12 CDT 2011


New submission from Tatham Oddie <tatham at oddie.com.au>:

(tried to set topic 1.9.1 but it's not in the list yet)

C:\Code\MyStory>dir .hg\patches
 Volume in drive C is Programs
 Volume Serial Number is 1C63-08AA

 Directory of C:\Code\MyStory\.hg

File Not Found

C:\Code\MyStory>hg clone ssh://hg@bitbucket.org/tatham/mystory-experiments 
.hg\patches
** 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.1)
** Extensions loaded: color, convert, progress, graphlog, hggit, churn, mq, 
rebase, hgsvn, transplant
Traceback (most recent call last):
  File "hg", line 42, in <module>
  File "mercurial\dispatch.pyo", line 27, in run
  File "mercurial\dispatch.pyo", line 64, in dispatch
  File "mercurial\dispatch.pyo", line 87, in _runcatch
  File "mercurial\dispatch.pyo", line 679, in _dispatch
  File "mercurial\dispatch.pyo", line 454, in runcommand
  File "mercurial\extensions.pyo", line 182, in wrap
  File "hgext\color.pyo", line 368, in colorcmd
  File "mercurial\dispatch.pyo", line 733, in _runcommand
  File "mercurial\dispatch.pyo", line 687, in checkargs
  File "mercurial\dispatch.pyo", line 676, in <lambda>
  File "mercurial\util.pyo", line 385, in check
  File "mercurial\extensions.pyo", line 137, in wrap
  File "mercurial\util.pyo", line 385, in check
  File "C:\Code\hgsubversion\hgsubversion\wrappers.py", line 475, in clone
    orig(ui, source, dest, **opts)
  File "mercurial\util.pyo", line 385, in check
  File "mercurial\commands.pyo", line 1041, in clone
  File "mercurial\extensions.pyo", line 182, in wrap
TypeError: hgclonewrapper() takes exactly 4 non-keyword arguments (5 given)

C:\Code\MyStory>hg vers
Mercurial Distributed SCM (version 1.9.1)
(see http://mercurial.selenic.com for more information)

Copyright (C) 2005-2011 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

----------
messages: 17287
nosy: tatham.oddie
priority: bug
status: unread
title: clone into .hg\patches fails with traceback
topic: mq

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


More information about the Mercurial-devel mailing list