Merge lp://staging/~jelmer/brz/setting-file-ids into lp://staging/brz
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Approved by: | Jelmer Vernooij |
Approved revision: | no longer in the source branch. |
Merged at revision: | 6742 |
Proposed branch: | lp://staging/~jelmer/brz/setting-file-ids |
Merge into: | lp://staging/brz |
Diff against target: |
81 lines (+25/-0) 3 files modified
breezy/tests/per_workingtree/test_workingtree.py (+5/-0) breezy/workingtree.py (+15/-0) doc/en/release-notes/brz-3.0.txt (+5/-0) |
To merge this branch: | bzr merge lp://staging/~jelmer/brz/setting-file-ids |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman | Approve | ||
Review via email: mp+328273@code.staging.launchpad.net |
Commit message
Add a ``WorkingTreeFo
Description of the change
Add a ``WorkingTreeFo
The idea is that tests can be skipped based on this property.
To post a comment you must log in.
Makes sense.