Merge lp://staging/~jelmer/brz/amend into lp://staging/brz
Proposed by
Jelmer Vernooij
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~jelmer/brz/amend |
Merge into: | lp://staging/brz |
Diff against target: |
323 lines (+106/-35) 6 files modified
breezy/builtins.py (+30/-11) breezy/commit.py (+28/-14) breezy/msgeditor.py (+11/-3) breezy/mutabletree.py (+8/-6) breezy/tests/blackbox/test_commit.py (+26/-1) doc/en/release-notes/brz-3.1.txt (+3/-0) |
To merge this branch: | bzr merge lp://staging/~jelmer/brz/amend |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman | Approve | ||
Review via email: mp+368874@code.staging.launchpad.net |
Commit message
Add a --amend option to commit.
Description of the change
Add a --amend option to commit.
To post a comment you must log in.
Unmerged revisions
- 6780. By Jelmer Vernooij
-
Fix docstring.
- 6779. By Jelmer Vernooij
-
Fix up tests for amend.
- 6778. By Jelmer Vernooij
-
Use WorkingTree.update during amend.
- 6777. By Jelmer Vernooij
-
merge trunk.
- 6776. By Jelmer Vernooij
-
Merge trunk.
- 6775. By Jelmer Vernooij
-
Add tests for amend.
- 6774. By Jelmer Vernooij
-
Merge lock context branch.
- 6773. By Jelmer Vernooij
-
Add --amend option to commit.
All looks pretty sane. Adding new positional args can lead to annoying compat bugs, but `make_commit_ message_ template_ encoded( )` is presumably not widely used. Could probably do with some more focused tests for this later, but for now just see one inline nit.