/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 commands.py

The object store requires plain strings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
        try:
145
145
            if sha1 is not None:
146
146
                try:
147
 
                    obj = object_store[sha1]
 
147
                    obj = object_store[str(sha1)]
148
148
                except KeyError:
149
149
                    raise BzrCommandError("Object not found: %s" % sha1)
150
150
                if pretty: