[Bug 6851] New: hg pull raises TypeError
mercurial-bugs at mercurial-scm.org
mercurial-bugs at mercurial-scm.org
Tue Nov 14 14:55:59 UTC 2023
https://bz.mercurial-scm.org/show_bug.cgi?id=6851
Bug ID: 6851
Summary: hg pull raises TypeError
Product: Mercurial
Version: 6.5rc0
Hardware: PC
OS: Linux
Status: UNCONFIRMED
Severity: bug
Priority: wish
Component: Mercurial
Assignee: bugzilla at mercurial-scm.org
Reporter: friedrich_h at gmx.de
CC: mercurial-devel at mercurial-scm.org
Python Version: ---
Since 6.4.1+hg70.3a2df812e1c7 I get the following traceback while
% hg pull
pulling from https://www.mercurial-scm.org/repo/hg
real URL is https://repo.mercurial-scm.org/hg
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]
** Mercurial Distributed SCM (version 6.4.1+hg70.3a2df812e1c7)
** Extensions loaded: absorb, evolve 11.1.0, fix, graphlog, hggit 1.0.2
(dulwich 0.20.50), histedit, rebase, show, topic 1.1.0
Traceback (most recent call last):
File "/home/friedrich/.local/bin/hg", line 59, in <module>
dispatch.run()
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 143, in run
status = dispatch(req)
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 232, in dispatch
status = _rundispatch(req)
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 276, in _rundispatch
ret = _runcatch(req) or 0
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 451, in _runcatch
return _callcatch(ui, _runcatchfunc)
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 461, in _callcatch
return scmutil.callcatch(ui, func)
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/scmutil.py",
line 153, in callcatch
return func()
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 441, in _runcatchfunc
return _dispatch(req)
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 1266, in _dispatch
return runcommand(
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 899, in runcommand
ret = _runcommand(ui, options, cmd, d)
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 1278, in _runcommand
return cmdfunc()
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/dispatch.py",
line 1264, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
File "/home/friedrich/.local/lib/python3.10/site-packages/mercurial/util.py",
line 1881, in check
return func(*args, **kwargs)
File "/home/friedrich/.local/lib/python3.10/site-packages/mercurial/util.py",
line 1881, in check
return func(*args, **kwargs)
File
"/home/friedrich/.local/lib/python3.10/site-packages/hgext3rd/evolve/__init__.py",
line 565, in wrapmayobsoletewc
res = origfn(ui, repo, *args, **opts)
File "/home/friedrich/.local/lib/python3.10/site-packages/mercurial/util.py",
line 1881, in check
return func(*args, **kwargs)
File "/home/friedrich/.local/lib/python3.10/site-packages/mercurial/util.py",
line 1881, in check
return func(*args, **kwargs)
File "/home/friedrich/.local/lib/python3.10/site-packages/hgext/rebase.py",
line 2188, in pullrebase
ret = orig(ui, repo, *args, **opts)
File "/home/friedrich/.local/lib/python3.10/site-packages/mercurial/util.py",
line 1881, in check
return func(*args, **kwargs)
File
"/home/friedrich/.local/lib/python3.10/site-packages/mercurial/commands.py",
line 5477, in pull
revs, checkout = hg.addbranchrevs(
TypeError: safebranchrevs() got an unexpected keyword argument 'remotehidden'
Is this a known bug?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list