RFC: bzr status could indicate dirs with trailing /
Jari Aalto
jari.aalto at cante.net
Sun Jan 28 08:21:41 GMT 2007
The status listing, while informative, lacks one important feature:
which files are directories and which files are normal files?
modified:
control
unknown:
pkg
patched
install.mk
package.conf
...
The suggested listing (borrowed from ls -F|--classify), would briefly
separate files from directories.
[1]
$ bzr status --classify
modified:
control
unknown:
pkg/
patched/
install.mk
config
...
[2]
$ bzr status --classify=details
modified:
control
unknown:
pkg/
patched/
install.mk
config -> package.conf
...
Where
/ = directory
@ = symlink
Perhaps [1] listing could even be the default "bzr status", so that
--classify would only show [2].
Jari
More information about the bazaar
mailing list