~ubuntu-branches/ubuntu/gutsy/bzr/gutsy

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2007-05-08 18:23:31 UTC
  • mfrom: (1.1.25 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070508182331-29yms01u9mqt3n7w
Tags: 0.16-1
* new upstream version
* add a note about this package being maintained by pkg-bazaar
* add myself to uploaders
* generate docs via make docs, upstream has the html links right now
* merge ubuntu changes:
  - add lintian overrides
  - install doc/README.1st and doc/default.css
  - debian/control: The upstream name is 'Bazaar', not bazaar-ng anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
        result += 'usage: %s\n' % self._usage()
275
275
 
276
276
        if self.aliases:
277
 
            result += 'aliases:\n'
 
277
            result += 'aliases: '
278
278
            result += ', '.join(self.aliases) + '\n'
279
279
 
280
280
        result += '\n'