You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout a revision that has a manifest with a leading / or an embedded //.
Create a commit on top of this
Push or bundle.
This fails with:
File "bundle.py", line 251, in create_hg_manifest
sha1_after, str(manifest_line.node),
AttributeError: 'tuple' object has no attribute 'node'
and
File "bundle.py", line 162, in create_hg_manifest
path, f, (change, (manifest_line_p1, manifest_line_p2)) = line
ValueError: need more than 0 values to unpack
for merges
The text was updated successfully, but these errors were encountered:
STR:
This fails with:
and
for merges
The text was updated successfully, but these errors were encountered: