Merge lp://staging/~jelmer/brz/supports-rename-tracking into lp://staging/brz
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | no longer in the source branch. |
Merge reported by: | The Breezy Bot |
Merged at revision: | not available |
Proposed branch: | lp://staging/~jelmer/brz/supports-rename-tracking |
Merge into: | lp://staging/brz |
Prerequisite: | lp://staging/~jelmer/brz/find-previous-paths |
Diff against target: |
122 lines (+48/-10) 5 files modified
breezy/tests/matchers.py (+11/-1) breezy/tests/per_branch/test_commit.py (+15/-6) breezy/tests/per_tree/test_tree.py (+9/-1) breezy/tests/per_workingtree/test_check_state.py (+5/-2) breezy/tree.py (+8/-0) |
To merge this branch: | bzr merge lp://staging/~jelmer/brz/supports-rename-tracking |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman | Approve | ||
Review via email: mp+341565@code.staging.launchpad.net |
This proposal supersedes a proposal from 2018-03-14.
Commit message
Add a flag for Trees to indicate whether they support rename tracking.
Description of the change
Add a flag for Trees to indicate whether they support rename tracking.
For now, this just causes tests to stop expecting rename tracking. In the future, this can be used to determine whether rename guessing should be used (e.g. for git).
To post a comment you must log in.
Thanks!