git: unusual_modes drops when a file having unusual mode stays continuing revisions.
Bug #514573 reported by
methane
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Low
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
bzr-git stores unusual_mode into bzr's revision when inventory delta contains unusual modes.
But when rev1 have a file with unusual mode and rev2 have same file, the file is not in inventory delta.
So recreated git tree of rev2 missing unusual mode.
Related branches
lp://staging/~songofacandy/bzr-git/fix-unusualmode
Rejected
for merging
into
lp://staging/bzr-git
- Bazaar Developers: Pending requested
-
Diff: 92 lines (+34/-8)2 files modifiedfetch.py (+15/-8)
tests/test_fetch.py (+19/-0)
Changed in bzr-git: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in brz-git: | |
status: | New → Triaged |
importance: | Undecided → Low |
summary: |
- unusual_modes drops when a file having unusual mode stays continuing - revisions. + git: unusual_modes drops when a file having unusual mode stays + continuing revisions. |
affects: | brz-git → brz |
tags: | added: git |
To post a comment you must log in.
I don't know well about how bzr stores revisions.
So I tried to fix by store unusual mode even if rev2 doesn't have delta.