~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/bash/bzr.simple

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-12 15:15:24 UTC
  • mfrom: (5024.1.2 2.2.0b1-status-short-fifo)
  • Revision ID: pqm@pqm.ubuntu.com-20100212151524-27ef3474ivsi2eci
(jam) Bug #303275, don't fail 'status --short' for unknown file kinds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
_bzr_commands() 
8
8
{
9
 
     bzr help commands | grep -v '^   '
 
9
     bzr help commands | sed -r 's/^([-[:alnum:]]*).*/\1/' | grep '^[[:alnum:]]' 
10
10
}
11
11
 
12
12
_bzr()