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
{{ message }}
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
Copy operations may point to revisions that were deleted (even though the paths they refer to are included) because they may point to a revision in which the target path was not modified (any revision between the desired modification and the next modification).
This breaks --renumber-revs because it tries to look up the copy target rev in revmap but the key is missing.
To fix this, we'll have to lookup the greatest key in revmap that does not exceed X instead of just looking for X.
The text was updated successfully, but these errors were encountered:
Copy operations may point to revisions that were deleted (even though the paths they refer to are included) because they may point to a revision in which the target path was not modified (any revision between the desired modification and the next modification).
This breaks --renumber-revs because it tries to look up the copy target rev in revmap but the key is missing.
To fix this, we'll have to lookup the greatest key in revmap that does not exceed X instead of just looking for X.
The text was updated successfully, but these errors were encountered: