/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 breezy/bzr/_dirstate_helpers_py.py

Fix a bunch of tests on python3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
                     ),
304
304
                     ])
305
305
            trailing = next()
306
 
            if trailing != '\n':
 
306
            if trailing != b'\n':
307
307
                raise ValueError("trailing garbage in dirstate: %r" % trailing)
308
308
            # append the entry to the current block
309
309
            append_entry(entry)