/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

Merge a bunch of fixes from store-roundtrip-info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        :param f: Patch file to read.
253
253
        :param signoff: Add Signed-Off-By flag.
254
254
        """
 
255
        from bzrlib.plugins.git import gettext
255
256
        from bzrlib.errors import BzrCommandError
256
257
        from dulwich.patch import git_am_patch_split
257
258
        import subprocess