locations.conf has problems with Windows paths with backslashes
Bug #437009 reported by
zsquareplusc
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
I wanted to have a different email in some branches therefore i added a section in locations.conf. However bzr whoami was showing the default until i changed all "\" to "/".
While i often prefer / and i am happy when applications accept it. But it must accept the normal Windows paths too.
This failed:
[C:\work\
email = ...
this works:
[C:/work/
email = ...
I ran bzr whoami within a branch of the shared repo as it does not check locations.conf when not in a branch.
BZR 2.0.0-1 WIndows standalone installer.
Changed in bzr: | |
status: | Incomplete → Triaged |
importance: | Undecided → Medium |
tags: | added: confusing-ui win32 |
Changed in bzr: | |
status: | Triaged → Confirmed |
tags: | added: config |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
I think the problem here is that \ is used as the escape character. \shared- repo] instead
Does doubling it works ?
I.e.: try [C:\\work\