Merge lp://staging/~jelmer/brz/backslash-support 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/backslash-support | ||||||||
| Merge into: | lp://staging/brz | ||||||||
| Diff against target: |
111 lines (+50/-6) 5 files modified
breezy/osutils.py (+11/-5) breezy/tests/blackbox/test_add.py (+13/-0) breezy/tests/blackbox/test_remove.py (+13/-0) breezy/tests/test_osutils.py (+4/-1) doc/en/release-notes/brz-3.0.txt (+9/-0) |
||||||||
| To merge this branch: | bzr merge lp://staging/~jelmer/brz/backslash-support | ||||||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Martin Packman | Approve | ||
|
Review via email:
|
|||
Commit message
Support adding files with filenames that are just a backslash on
platforms where it is not the path separator.
Description of the change
Support adding files with filenames that are just a backslash on
platforms where it is not the path separator.
To post a comment you must log in.
Okay, this still terrifies me, but I guess all we're really doing is giving *nix users one more in a long list of footguns.