/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

More formatting fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                except NotBranchError:
119
119
                    head_branch = head_bzrdir.create_branch()
120
120
                if ("%s^{}" % name) in refs:
121
 
                    revid = mapping.revision_id_foreign_to_bzr(refs["%s^{}" % name])
 
121
                    revid = mapping.revision_id_foreign_to_bzr(
 
122
                        refs["%s^{}" % name])
122
123
                else:
123
124
                    revid = mapping.revision_id_foreign_to_bzr(ref)
124
125
                head_branch.generate_revision_history(revid)