/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_dirstate_helpers_py.py

Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
    # To convert from format 3 => format 2
290
290
    # state._dirblocks = sorted(state._dirblocks)
291
291
    state._dirblock_state = DirState.IN_MEMORY_UNMODIFIED
292