Comment 2 for bug 528944

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: bzr 2.1.0 on windows: bzr eats backslashes in arguments

To avoid your guesses, plain python works fine here:

C:\Temp\1>python -c "import sys; print sys.argv" "move to \\ACAD"
['-c', 'move to \\\\ACAD']