[issue3309] Adding files fails on Mac OS X 10.8

Pampy bugs at mercurial.selenic.com
Tue Mar 6 04:15:07 CST 2012


New submission from Pampy <ralf at pfleghar.de>:

- Mercurial Distributed SCM (version 2.1+20120201)
- Mac OS X 10.8 DP1
---------
hg add test
** Unbekannter Fehler - bitte melden auf:
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.2 (default, Jan  7 2012, 15:32:53) [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.20)]
** Mercurial Distributed SCM (version 2.1+20120201)
** Erweiterungen geladen: caseguard, rebase, convert, extdiff, graphlog, churn, transplant, fetch
Traceback (most recent call last):
  File "/usr/local/bin/hg", line 38, in <module>
    mercurial.dispatch.run()
  File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 27, in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 64, in dispatch
    return _runcatch(req)
  File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 87, in _runcatch
    return _dispatch(req)
  File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 683, in _dispatch
    cmdpats, cmdoptions)
  File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 465, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 737, in _runcommand
    return checkargs()
  File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 691, in checkargs
    return cmdfunc()
  File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 680, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/Library/Python/2.7/site-packages/mercurial/util.py", line 456, in check
    return func(*args, **kwargs)
  File "/Library/Python/2.7/site-packages/mercurial/extensions.py", line 139, in wrap
    util.checksignature(origfn), *args, **kwargs)
  File "/Library/Python/2.7/site-packages/mercurial/util.py", line 456, in check
    return func(*args, **kwargs)
  File "/Users/[xxx]/.hgext/caseguard.py", line 116, in reallyadd
    casefold, collision, reserved = _casecollide(ui, repo, *pats, **opts)
  File "/Users/[xxx]/.hgext/caseguard.py", line 93, in _casecollide
    m = cmdutil.match(repo, pats, opts)
AttributeError: 'module' object has no attribute 'match'

----------
messages: 19300
nosy: pfleghar
priority: urgent
status: unread
title: Adding files fails on Mac OS X 10.8

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


More information about the Mercurial-devel mailing list