Rev 4838: (robertc) Explain the characters bzr adds to paths in status to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Nov 30 11:47:34 GMT 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4838 [merge]
revision-id: pqm at pqm.ubuntu.com-20091130114732-azinhhr5xf5rscez
parent: pqm at pqm.ubuntu.com-20091130104616-pz4yrhyl4touxrsi
parent: nmb at wartburg.edu-20091125161337-ge1lc8nwulf392qe
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2009-11-30 11:47:32 +0000
message:
(robertc) Explain the characters bzr adds to paths in status to
indicate file types. (Neil Martinsen-Burrell)
modified:
bzrlib/builtins.py builtins.py-20050830033751-fc01482b9ca23183
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py 2009-11-26 17:23:54 +0000
+++ b/bzrlib/builtins.py 2009-11-30 11:47:32 +0000
@@ -258,6 +258,10 @@
unknown
Not versioned and not matching an ignore pattern.
+ Additionally for directories, symlinks and files with an executable
+ bit, Bazaar indicates their type using a trailing character: '/', '@'
+ or '*' respectively.
+
To see ignored files use 'bzr ignored'. For details on the
changes to file texts, use 'bzr diff'.
More information about the bazaar-commits
mailing list