/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Vincent Ladeuil
  • Date: 2010-10-11 14:10:29 UTC
  • mfrom: (5480 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5486.
  • Revision ID: v.ladeuil+lp@free.fr-20101011141029-zn53ttahkln3s75k
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
388
388
If you want the command to succeed for any output, just use::
389
389
 
390
390
  $ bzr add file
 
391
  ...
 
392
  2>...
 
393
 
 
394
or use the ``--quiet`` option::
 
395
 
 
396
  $ bzr add -q file
391
397
 
392
398
The following will stop with an error::
393
399