mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-13 18:01:28 +00:00
Visually separate the debdiff a little
This commit is contained in:
parent
a9c0df9627
commit
60e063e484
@ -129,7 +129,7 @@ class EditFile(object):
|
|||||||
|
|
||||||
def edit(self, optional=False):
|
def edit(self, optional=False):
|
||||||
if optional:
|
if optional:
|
||||||
print "Currently the %s looks like:" % self.description
|
print "\n\nCurrently the %s looks like:" % self.description
|
||||||
with open(self.filename, 'r') as f:
|
with open(self.filename, 'r') as f:
|
||||||
print f.read()
|
print f.read()
|
||||||
if YesNoQuestion().ask("Edit", "no") == "no":
|
if YesNoQuestion().ask("Edit", "no") == "no":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user