mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
requestsync: Fix unclosed string literal
This commit is contained in:
parent
7d68a1342a
commit
863a19276e
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,8 +1,8 @@
|
||||
ubuntu-dev-tools (0.71) UNRELEASED; urgency=low
|
||||
|
||||
* Changes go here.
|
||||
* requestsync: Fix unclosed string literal
|
||||
|
||||
-- Jonathan Davies <jpds@ubuntu.com> Thu, 19 Mar 2009 19:56:24 +0000
|
||||
-- Iain Lane <laney@ubuntu.com> Sun, 22 Mar 2009 14:40:19 +0000
|
||||
|
||||
ubuntu-dev-tools (0.70) jaunty; urgency=low
|
||||
|
||||
|
@ -486,7 +486,7 @@ if __name__ == '__main__':
|
||||
"specified).")
|
||||
optParser.add_option("-e", action = "store_true",
|
||||
dest = "ffe", default = False,
|
||||
help = "Use this after FeatureFreeze for non-bug fix syncs, changes
|
||||
help = "Use this after FeatureFreeze for non-bug fix syncs, changes " \
|
||||
"default subscription to the appropriate release team.")
|
||||
|
||||
(options, args) = optParser.parse_args()
|
||||
|
Loading…
x
Reference in New Issue
Block a user