dirstate sometimes stores convenient file size in cache
Bug #418439 reported by
Martin Pool
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Looking through dirstate.py and the pyx helper post bug 415508 it does look like they sometimes store the actual on-disk size when they should probably be storing the size of the convenient form.
This may not be important as we probably don't care about the size of the canonical form of the working copy very often.
tags: | added: check-for-breezy |
To post a comment you must log in.
I'm confused by the terms here:
on-disk size
canonical form
convenient form
Which form is the on disk form?