[Bug 4513] New: 'hg add' aborts on Ubuntu Linux 14.10

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Jan 27 08:17:31 UTC 2015


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

          Priority: normal
            Bug ID: 4513
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: 'hg add' aborts on Ubuntu Linux 14.10
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: zakharov_vv at bk.ru
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.3-rc
         Component: Mercurial
           Product: Mercurial

Trying to add files aborts with TypeError.

11:15:07 etc/❯ hg st -u
? xresources/tmuxcolors-dark.conf
? xresources/tmuxcolors-light.conf

11:15:45 etc/❯ LANGUAGE=C hg add .
adding xresources/tmuxcolors-dark.conf
adding xresources/tmuxcolors-light.conf
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.8 (default, Oct 20 2014, 15:05:29) [GCC 4.9.1]
** Mercurial Distributed SCM (version 3.3-rc+39-0c4419faacbc)
** Extensions loaded:
Traceback (most recent call last):
  File "/usr/local/bin/hg", line 43, in <module>
    mercurial.dispatch.run()
  File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line 28,
in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line 71,
in dispatch
    ret = _runcatch(req)
  File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line
140, in _runcatch
    return _dispatch(req)
  File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line
860, in _dispatch
    cmdpats, cmdoptions)
  File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line
621, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line
951, in _runcommand
    return checkargs()
  File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line
922, in checkargs
    return cmdfunc()
  File "/usr/local/lib/python2.7/dist-packages/mercurial/dispatch.py", line
857, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/usr/local/lib/python2.7/dist-packages/mercurial/util.py", line 711, in
check
    return func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/mercurial/commands.py", line
202, in add
    rejected = cmdutil.add(ui, repo, m, "", False, **opts)
  File "/usr/local/lib/python2.7/dist-packages/mercurial/cmdutil.py", line
2010, in add
    bad.extend(sub.add(ui, submatch, prefix, True, **opts))
TypeError: add() got an unexpected keyword argument 'exclude'

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


More information about the Mercurial-devel mailing list