~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/bash/bzr.simple

  • Committer: Erik Bågfors
  • Date: 2006-02-10 21:23:29 UTC
  • mto: (1185.50.77 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: erik@bagfors.nu-20060210212329-0b949820c96ebe15
log_formatter => log_format for "named" formatters
The name of a formatter is now called log_format and is exposed
as "log-format" and not "log-formatter" to the user for more consitency

Show diffs side-by-side

added added

removed removed

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