/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Ian Clatworthy
  • Date: 2009-03-31 08:50:05 UTC
  • mfrom: (4217.3.1 bzr.info-v)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: ian.clatworthy@canonical.com-20090331085005-ayqag00mjrshkx5j
fix info help (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1301
1301
      basic statistics (like the number of files in the working tree and
1302
1302
      number of revisions in the branch and repository):
1303
1303
 
1304
 
        bzr -v info
 
1304
        bzr info -v
1305
1305
 
1306
1306
      Display the above together with number of committers to the branch:
1307
1307
 
1308
 
        bzr -vv info
 
1308
        bzr info -vv
1309
1309
    """
1310
1310
    _see_also = ['revno', 'working-trees', 'repositories']
1311
1311
    takes_args = ['location?']