So I keep running into this as well, using git-bzr-ng
I have noticed that it seems the map files are being corrupted, or at least no longer ordered, and that new entry revision numbers don't follow the sequence
Eg.
.git/bzr/map/master-git file starts in a clean ordered state (tail below)
and after sorting I find 2 new entries, that seem to
correspond to the two commits I am pushing but their
revision # seem to be incrementing by 3 instead of 1
So I keep running into this as well, using git-bzr-ng
I have noticed that it seems the map files are being corrupted, or at least no longer ordered, and that new entry revision numbers don't follow the sequence
Eg. bzr/map/ master- git file starts in a clean ordered state (tail below)
.git/
:1921 f6ae3ad3fb09386 e84af64aa362073 a8a149f399 43f297840b8c830 17b117c342 763b2dd410a3773 bc895696e2 ca15be87ed1d73a 31263fed31 ef38d50883c6c6f 9e950682aa ff43b14694ab19d 60dcc4ceb7 6a9ec2dcb46c420 5810c5e76d e7ca4050f4c9258 3d12229d24 e92611b5085c4dc 4d0db0575e 4fa630d1f215792 7435c1dcaa
:1922 76b042bdbf71ed2
:1923 e78101ca78ef017
:1924 5b9f36d19950415
:1925 2d12d6de3eb9fd5
:1926 cb7760b89181f28
:1927 b08724ebfb908a5
:1928 960a3fb12dab066
:1929 e527e97be98ce8b
:1930 6e64fcdadd08c88
but after trying to do
git bzr push
the map file is completely out of order (tail below)
:745 6b654fb354ea1fd ef9f1fb7109c682 917427567d 9e62d9a81d6d114 1372aa1fd7 b02ca92164e530f e3949b4442 8523a2245d5bb2d ea2140fb4a e84a07c12a8ffed a486b170a8 0fc9e0e3f98b9d7 9768053df9 bd92d35de6d1ba4 4033e6e17a 11dbf846aa2d0bf 86600ccbd5 34424d2df6b4162 fc379b6e73 021eee3e7bd44f4 a8afb76673
:1403 0f56b3510574465
:816 af5abab61940ea2
:1256 75f90156567dff1
:1760 dd26b2d93c31f87
:986 e080917546f6226
:162 3aecde75203c436
:378 701d356d835d896
:1777 f0fa6f42de71296
:1503 c1bd59e54332b7d
and after sorting I find 2 new entries, that seem to
correspond to the two commits I am pushing but their
revision # seem to be incrementing by 3 instead of 1
:1927 b08724ebfb908a5 6a9ec2dcb46c420 5810c5e76d e7ca4050f4c9258 3d12229d24 e92611b5085c4dc 4d0db0575e 4fa630d1f215792 7435c1dcaa 1c2ab87f91c9603 809828597b 5ff60a53c15093d 78b44ad6be
:1928 960a3fb12dab066
:1929 e527e97be98ce8b
:1930 6e64fcdadd08c88
:1933 46fa4e95ef25a41
:1936 b4424da76c71e4a
The .git/bzr/ map/master- bzr file sees the same type of reordering but does not gain the 2 additional entries