~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_dirstate_helpers_py.py

Merge with extras

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
    # Remove the last blank entry
202
202
    trailing = fields.pop()
203
203
    if trailing != '':
204
 
        raise AssertionError("dirstate line %r has trailing garbage: %r" 
 
204
        raise AssertionError("dirstate file has trailing garbage: %r"
205
205
            % (trailing,))
206
206
    # consider turning fields into a tuple.
207
207