[Bug 3856] New: ** unknown exception encountered, please report by visiting

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Mar 15 01:11:42 CDT 2013


http://bz.selenic.com/show_bug.cgi?id=3856

          Priority: normal
            Bug ID: 3856
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: ** unknown exception encountered, please report by
                    visiting
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: ryanobjc at gmail.com
          Hardware: Macintosh
            Status: UNCONFIRMED
           Version: 2.3
         Component: Mercurial
           Product: Mercurial

$ hg clone -u release https://code.google.com/p/go
destination directory: go
requesting all changes
adding changesets
adding manifests
adding file changes
added 16269 changesets with 58112 changes to 8013 files (+5 heads)
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC 4.2.1 Compatible Apple
Clang 4.0 (tags/Apple/clang-418.0.60)]
** Mercurial Distributed SCM (version 2.3)
** Extensions loaded:
Traceback (most recent call last):
  File "/usr/local/bin/hg", line 38, in <module>
    mercurial.dispatch.run()
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/dispatch.py", line
28, in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/dispatch.py", line
65, in dispatch
    return _runcatch(req)
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/dispatch.py", line
88, in _runcatch
    return _dispatch(req)
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/dispatch.py", line
740, in _dispatch
    cmdpats, cmdoptions)
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/dispatch.py", line
514, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/dispatch.py", line
830, in _runcommand
    return checkargs()
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/dispatch.py", line
801, in checkargs
    return cmdfunc()
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/dispatch.py", line
737, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/util.py", line 472,
in check
    return func(*args, **kwargs)
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/commands.py", line
1206, in clone
    branch=opts.get('branch'))
  File "/usr/local/Cellar/mercurial/2.3/libexec/mercurial/hg.py", line 401, in
clone
    checkout = srcrepo.lookup(update)
AttributeError: 'NoneType' object has no attribute 'lookup'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list