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
1diff --git a/src/gitlptools/__init__.py b/src/gitlptools/__init__.py
2index d88c840..f4635ad 100644
3--- a/src/gitlptools/__init__.py
4+++ b/src/gitlptools/__init__.py
5@@ -238,7 +238,7 @@ def git_lp_propose(argv=sys.argv[1:]):
6 default=False,
7 )
8 parser.add_argument(
9- "--WIP",
10+ "--wip",
11 help="Create this MP without needs_review set, giving WIP status on the MP.",
12 action="store_true",
13 default=False,

Subscribers

People subscribed via source and target branches