Merge lp://staging/~parthm/bzr/571467-ci-show-diff-short-opt-p into lp://staging/bzr
Proposed by
Parth Malwankar
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~parthm/bzr/571467-ci-show-diff-short-opt-p | ||||
Merge into: | lp://staging/bzr | ||||
Diff against target: |
12 lines (+1/-1) 1 file modified
bzrlib/builtins.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~parthm/bzr/571467-ci-show-diff-short-opt-p | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andrew Bennetts | Approve | ||
Review via email: mp+24411@code.staging.launchpad.net |
Commit message
Define -p (for patch) as the short form of --show-diff in 'bzr commit'
Description of the change
=== Fixed Bug #571467 ===
Adds short option -p as short_name for --show-diff for commit command.
To post a comment you must log in.
I had to read the bug to figure out why "-p" (it's short for "patch"). It'd be nice to explain that somewhere, but I don't know where would be appropriate. Anyway, this seems fine.