[issue2267] Error in 1.6 hg.py

Josh Mather bugs at mercurial.selenic.com
Fri Jul 2 04:32:37 UTC 2010


New submission from Josh Mather <joshmather at gmail.com>:

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/var/venv/soctran/eggs/zc.buildout-1.5.0b2-
py2.6.egg/zc/buildout/buildout.py", line 1660, in main
    getattr(buildout, command)(args)
  File "/var/venv/soctran/eggs/zc.buildout-1.5.0b2-
py2.6.egg/zc/buildout/buildout.py", line 532, in install
    installed_files = self[part]._call(recipe.install)
  File "/var/venv/soctran/eggs/zc.buildout-1.5.0b2-
py2.6.egg/zc/buildout/buildout.py", line 1204, in _call
    return f()
  File "/var/venv/soctran/eggs/MercurialRecipe-0.1.3-
py2.6.egg/mercurialrecipe/__init__.py", line 50, in install
    commands.clone(ui.ui(), get_repository(self.source), self.destination)
  File "/var/venv/soctran/eggs/mercurial-1.6-py2.6-linux-
x86_64.egg/mercurial/commands.py", line 720, in clone
    branch=opts.get('branch'))
  File "/var/venv/soctran/eggs/mercurial-1.6-py2.6-linux-
x86_64.egg/mercurial/hg.py", line 227, in clone
    rev, checkout = addbranchrevs(src_repo, src_repo, branch, rev)
  File "/var/venv/soctran/eggs/mercurial-1.6-py2.6-linux-
x86_64.egg/mercurial/hg.py", line 23, in addbranchrevs
    hashbranch, branches = branches
TypeError: 'NoneType' object is not iterable

----------
messages: 12977
nosy: jmather
priority: bug
status: unread
title: Error in 1.6 hg.py

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


More information about the Mercurial-devel mailing list