~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

show version number in top-level help

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
 
279
279
 
280
280
_basic_help = \
281
 
"""Bazaar -- a free distributed version-control tool
 
281
"""Bazaar %s -- a free distributed version-control tool
282
282
http://www.bazaar.canonical.com/
283
283
 
284
284
Basic commands:
302
302
  bzr help init      more help on e.g. init command
303
303
  bzr help commands  list all commands
304
304
  bzr help topics    list all help topics
305
 
"""
 
305
""" % bzrlib.__version__
306
306
 
307
307
 
308
308
_global_options = \