~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to plugins/checkperms

  • Committer: Martin Pool
  • Date: 2005-06-29 04:11:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050629041140-6b17e65a23ffdf47
Merge John's log patch:

implements bzr log --forward --verbose
optimizes so that only logs to be printed are read (rather than reading
all and filtering out unwanted).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -ex
 
2
 
 
3
root=`bzr root`
 
4
 
 
5
find $root \! -perm -0444 
 
 
b'\\ No newline at end of file'