[issue2964] Error during clone (cli)

Jon L. bugs at mercurial.selenic.com
Wed Aug 17 22:36:02 CDT 2011


New submission from Jon L. <intel352 at gmail.com>:

I'm reporting this bug, as I was instructed to report it by the CLI output 
:-)
Hopefully you guys can make some heads/tails of it.

Win7 64-bit
Mercurial cli from TortoiseHG 64-bit
Console2 + PowerShell
Cloning into a Dropbox folder that contains multiple projects

C:\Users\Jon\Dropbox\Projects> hg clone 
ssh://hg@bitbucket.org/intel352/cinemerge
destination directory: cinemerge
requesting all changes
adding changesets
adding manifests
adding file changes
added 1785 changesets with 13683 changes to 2908 files
updating to branch default
cloning subrepo framework from https://bitbucket.org/intel352/yiibase
requesting all changes
adding changesets
adding manifests
adding file changes
added 1892 changesets with 12941 changes to 1896 files
** 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: convert, mq, hgsubversion
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\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:\Users\Jon\Dropbox\Projects\hgsubversion\hgsubversion\wrappers.py", line 
486, 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
  File 
"C:\Users\Jon\Dropbox\Projects\hgsubversion\hgsubversion\wrappers.py", line 
477, in hgclonewrapper
    data['srcrepo'], data['dstrepo'] = orig(ui, *args, **opts)
  File "mercurial\hg.pyo", line 366, in clone
  File "mercurial\hg.pyo", line 395, in update
  File "mercurial\merge.pyo", line 554, in update
  File "mercurial\merge.pyo", line 355, in applyupdates
  File "mercurial\subrepo.pyo", line 156, in submerge
  File "mercurial\subrepo.pyo", line 460, in get
  File "mercurial\subrepo.pyo", line 451, in _get
TypeError: 'NoneType' object is not iterable

----------
messages: 17179
nosy: intel352
priority: bug
status: unread
title: Error during clone (cli)

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


More information about the Mercurial-devel mailing list