/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

  • Committer: Andrew Bennetts
  • Date: 2010-02-12 11:58:21 UTC
  • mfrom: (4797.2.15 2.1)
  • mto: This revision was merged to the branch mainline in revision 5033.
  • Revision ID: andrew.bennetts@canonical.com-20100212115821-ps4st4876n681w3d
MergeĀ lp:bzr/2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
  bzr+ssh://remote@shell.example.com/~/myproject/trunk
270
270
 
271
271
would refer to ``/home/remote/myproject/trunk``.
 
272
 
 
273
Many commands that accept URLs also accept location aliases too.  See
 
274
::doc:`location-alias-help`.
272
275
"""
273
276
 
274
277
    return out
758
761
                        'Types of conflicts and what to do about them')
759
762
topic_registry.register('debug-flags', _load_from_file,
760
763
                        'Options to show or record debug information')
 
764
topic_registry.register('location-alias', _load_from_file,
 
765
                        'Aliases for remembered locations')
761
766
topic_registry.register('log-formats', _load_from_file,
762
767
                        'Details on the logging formats available')
763
768