https://bz.mercurial-scm.org/show_bug.cgi?id=6155

            Bug ID: 6155
           Summary: [Hg 5.0.1] Absorb: recordfilter() argument missing
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: mh-mercur...@online.de
                CC: mercurial-devel@mercurial-scm.org

Hg absorb runs into this exception

$ hg absorb -i -e
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 2.7.5 (default, Oct 30 2018, 23:45:53) [GCC 4.8.5 20150623 (Red Hat
4.8.5-36)]
** Mercurial Distributed SCM (version 5.0.1)
** Extensions loaded: absorb, pager, shelve, show
Traceback (most recent call last):
  File "/home/username/.local/bin/hg", line 43, in <module>
    dispatch.run()
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
99, in run
    status = dispatch(req)
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
225, in dispatch
    ret = _runcatch(req) or 0
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
376, in _runcatch
    return _callcatch(ui, _runcatchfunc)
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
384, in _callcatch
    return scmutil.callcatch(ui, func)
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/scmutil.py", line
167, in callcatch
    return func()
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
367, in _runcatchfunc
    return _dispatch(req)
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
1021, in _dispatch
    cmdpats, cmdoptions)
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
756, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/home/username/.local/lib/python2.7/site-packages/hgext/pager.py", line
77, in pagecmd
    return orig(ui, options, cmd, cmdfunc)
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
1030, in _runcommand
    return cmdfunc()
  File
"/home/username/.local/lib/python2.7/site-packages/mercurial/dispatch.py", line
1018, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
  File "/home/username/.local/lib/python2.7/site-packages/mercurial/util.py",
line 1680, in check
    return func(*args, **kwargs)
  File "/home/username/.local/lib/python2.7/site-packages/hgext/absorb.py",
line 1013, in absorbcmd
    state = absorb(ui, repo, pats=pats, opts=opts)
  File "/home/username/.local/lib/python2.7/site-packages/hgext/absorb.py",
line 935, in absorb
    chunks = cmdutil.recordfilter(ui, origchunks)[0]
TypeError: recordfilter() takes at least 3 arguments (2 given)
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to