Merge ~lloydwaltersj/gitlptools:wip-lowercase into gitlptools:master

Proposed by Jack Lloyd-Walters
Status: Merged
Approved by: Adam Collard
Approved revision: 90e0e5202b127f950a3fb7eafaea94bfe06f3520
Merged at revision: 90e0e5202b127f950a3fb7eafaea94bfe06f3520
Proposed branch: ~lloydwaltersj/gitlptools:wip-lowercase
Merge into: gitlptools:master
Diff against target: 13 lines (+1/-1)
1 file modified
src/gitlptools/__init__.py (+1/-1)
Reviewer Review Type Date Requested Status
Adam Collard (community) Approve
Review via email: mp+444723@code.launchpad.net

Commit message

change --WIP to --wip to fix optionss.wip failing

To post a comment you must log in.
Revision history for this message
Adam Collard (adam-collard) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/src/gitlptools/__init__.py b/src/gitlptools/__init__.py
index d88c840..f4635ad 100644
--- a/src/gitlptools/__init__.py
+++ b/src/gitlptools/__init__.py
@@ -238,7 +238,7 @@ def git_lp_propose(argv=sys.argv[1:]):
238 default=False,238 default=False,
239 )239 )
240 parser.add_argument(240 parser.add_argument(
241 "--WIP",241 "--wip",
242 help="Create this MP without needs_review set, giving WIP status on the MP.",242 help="Create this MP without needs_review set, giving WIP status on the MP.",
243 action="store_true",243 action="store_true",
244 default=False,244 default=False,

Subscribers

People subscribed via source and target branches