~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

Merge alias-loc-docs-337834-2.1, which has already resolved the 2.0 vs. 2.1 conflicts for that patch.

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