~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

[patch] fix help for bzr log (Matthieu)

Show diffs side-by-side

added added

removed removed

Lines of Context:
813
813
class cmd_log(Command):
814
814
    """Show log of this branch.
815
815
 
816
 
    To request a range of logs, you can use the command -r begin:end
817
 
    -r revision requests a specific revision, -r :end or -r begin: are
 
816
    To request a range of logs, you can use the command -r begin..end
 
817
    -r revision requests a specific revision, -r ..end or -r begin.. are
818
818
    also valid.
819
819
    """
820
820