NavicoOS / ac2git

Tool to convert an AccuRev repository to Git.
29 stars 15 forks source link

Fix multiple mkstream transactions with same timestamp #86

Closed ghost closed 8 years ago

ghost commented 8 years ago

One underlying assumption made in accurev.py in the function get_mkstream_transaction() - which is intended to account for quirks found in older Accurev depots - was that multiple Accurev transactions can not occur at the same timestamp. As this assumption was incorrect it has now been fixed.

Resolves: issue #85