Silently ignores add of file "\\"
Bug #165151 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned | ||
Breezy |
Fix Released
|
Low
|
Jelmer Vernooij |
Bug Description
affects bzr
bzr add will ignore a single backslash as argument. This character is,
however, not in my ignore list, as bzr status shows:
charis:/tmp% bzr init foo
charis:/tmp% cd foo
charis:/tmp/foo% touch \\
charis:/tmp/foo% ls -a
. .. .bzr \
charis:/tmp/foo% bzr add \\
charis:/tmp/foo% bzr ci -m "Add backslash"
Committing revision 1 to "/tmp/foo/".
bzr: ERROR: no changes to commit. use --unchanged to commit anyhow
charis:/tmp/foo% bzr st
unknown:
\
Related branches
lp://staging/~jelmer/brz/backslash-support
Merged
into
lp://staging/brz
- Martin Packman: Approve
-
Diff: 111 lines (+50/-6)5 files modifiedbreezy/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)
tags: | added: filenames |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in brz: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 3.0.0 |
status: | Triaged → In Progress |
Changed in brz: | |
status: | In Progress → Fix Committed |
Changed in brz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Is really important add a file which starts with a back slash symbol "\\"? The "problem" is still present in the last release however must be "fixed"?