mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-06 05:21:28 +00:00
EditBugReport: Don't include a newline in the bug title.
This commit is contained in:
parent
26ff36479a
commit
31e6991f24
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -10,6 +10,7 @@ ubuntu-dev-tools (0.136) UNRELEASED; urgency=low
|
|||||||
* mk-sbuild: debootstrap with all components, so that eatmydata can be
|
* mk-sbuild: debootstrap with all components, so that eatmydata can be
|
||||||
installed.
|
installed.
|
||||||
* EditFile: Don't try and store temporary files in /usr/bin.
|
* EditFile: Don't try and store temporary files in /usr/bin.
|
||||||
|
* EditBugReport: Don't include a newline in the bug title.
|
||||||
|
|
||||||
-- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Nov 2011 16:01:32 -0500
|
-- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 15 Nov 2011 16:01:32 -0500
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ class EditFile(object):
|
|||||||
|
|
||||||
|
|
||||||
class EditBugReport(EditFile):
|
class EditBugReport(EditFile):
|
||||||
split_re = re.compile(r'^Summary.*?:\s+(.*)\s+'
|
split_re = re.compile(r'^Summary.*?:\s+(.*?)\s+'
|
||||||
r'Description:\s+(.*)$',
|
r'Description:\s+(.*)$',
|
||||||
re.DOTALL | re.UNICODE)
|
re.DOTALL | re.UNICODE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user