/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/help_topics/__init__.py

added version number to help when 'bzr' cmd is run (bug #369501)

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
 
263
263
 
264
264
_basic_help = \
265
 
"""Bazaar -- a free distributed version-control tool
 
265
"""Bazaar %s -- a free distributed version-control tool
266
266
http://bazaar-vcs.org/
267
267
 
268
268
Basic commands:
286
286
  bzr help init      more help on e.g. init command
287
287
  bzr help commands  list all commands
288
288
  bzr help topics    list all help topics
289
 
"""
 
289
""" % bzrlib.__version__
290
290
 
291
291
 
292
292
_global_options = \