Comment 4 for bug 306394

Revision history for this message
Karl Fogel (kfogel) wrote : Re: bzr status should not ignore all other command line arguments if when passing non-existent file

Sorry, my bad, I misread. The bug is still present. Changing status to 'confirmed', and here's a transcript:

   $ bzr --version
   Bazaar (bzr) 1.11dev
     from bzr checkout /home/kfogel/src/bzr/bzr.dev
       revision: 3828
       revid: <email address hidden>
       branch nick: bzr.dev
     Python interpreter: /usr/bin/X11/python 2.5.2
     Python standard library: /usr/lib/python2.5
     bzrlib: /home/kfogel/src/bzr/bzr.dev/bzrlib
     Bazaar configuration: /home/kfogel/.bazaar
     Bazaar log file: /home/kfogel/.bzr.log

   Copyright 2005, 2006, 2007, 2008 Canonical Ltd.
   http://bazaar-vcs.org/

   bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
   you may use, modify and redistribute it under the terms of the GNU
   General Public License version 2 or later.

   $ bzr st -v -S README TODO
   $ bzr st -v -S nonexistent_file README TODO
   bzr: ERROR: Path(s) do not exist: nonexistent_file
   You have new mail in /var/mail/kfogel
   $ echo "small mod" >> README
   $ echo "small mod" >> TODO
   $ bzr st -v -S README TODO
    M README
    M TODO
   $ bzr st -v -S nonexistent_file README TODO
   bzr: ERROR: Path(s) do not exist: nonexistent_file
   $