Comment 4 for bug 349532

Revision history for this message
PhiLho (philho) wrote :

I tried to reproduce this on my French Windows XP Pro SP3.

> bzr version
Bazaar (bzr) 1.13
  Python interpreter: C:\PrgCmdLine\Bazaar\python25.dll 2.5.2
  Python standard library: C:\PrgCmdLine\Bazaar\lib\library.zip
  bzrlib: C:\PrgCmdLine\Bazaar\lib\library.zip\bzrlib

> cat Test.cmd
@echo off
bzr pull FOO
ECHO ERRORLEVEL = %ERRORLEVEL%

> Test.cmd
bzr: ERROR: Not a branch: "E:/Dev/PhiLhoSoft/Lua/FOO/".
ERRORLEVEL = 3