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
As @felipec stated on issue #16, "Concurrency is not supported".
This should then at least be documented as a known issue, as it can corrupt the internal state of git-remote-hg.
Of course a better solution would be if git-remote-hg used e.g. some kind of locking to prevent multiple processes of accessing the marks files simultaneously. So concurrency would still not be supported, but it would lead to an error, instead of silent (and possibly quite fatal) failure.
The text was updated successfully, but these errors were encountered:
As @felipec stated on issue #16, "Concurrency is not supported".
This should then at least be documented as a known issue, as it can corrupt the internal state of git-remote-hg.
Of course a better solution would be if git-remote-hg used e.g. some kind of locking to prevent multiple processes of accessing the marks files simultaneously. So concurrency would still not be supported, but it would lead to an error, instead of silent (and possibly quite fatal) failure.
The text was updated successfully, but these errors were encountered: