~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-30 11:47:32 UTC
  • mfrom: (4798.5.2 fix-207687)
  • Revision ID: pqm@pqm.ubuntu.com-20091130114732-azinhhr5xf5rscez
(robertc) Explain the characters bzr adds to paths in status to
        indicate file types. (Neil Martinsen-Burrell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
    unknown
259
259
        Not versioned and not matching an ignore pattern.
260
260
 
 
261
    Additionally for directories, symlinks and files with an executable
 
262
    bit, Bazaar indicates their type using a trailing character: '/', '@'
 
263
    or '*' respectively.
 
264
 
261
265
    To see ignored files use 'bzr ignored'.  For details on the
262
266
    changes to file texts, use 'bzr diff'.
263
267