~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

(vila) Allows ``log_format`` to be used with ``-O``. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
985
985
    location to use the default.  To change the default, use --remember. The
986
986
    value will only be saved if the remote location can be accessed.
987
987
 
 
988
    The --verbose option will display the revisions pulled using the log_format
 
989
    configuration option. You can use a different format by overriding it with
 
990
    -Olog_format=<other_format>.
 
991
 
988
992
    Note: The location can be specified either in the form of a branch,
989
993
    or in the form of a path to a file containing a merge directive generated
990
994
    with bzr send.
1120
1124
    --no-remember to avoid setting it).  After that, you can omit the
1121
1125
    location to use the default.  To change the default, use --remember. The
1122
1126
    value will only be saved if the remote location can be accessed.
 
1127
 
 
1128
    The --verbose option will display the revisions pushed using the log_format
 
1129
    configuration option. You can use a different format by overriding it with
 
1130
    -Olog_format=<other_format>.
1123
1131
    """
1124
1132
 
1125
1133
    _see_also = ['pull', 'update', 'working-trees']