Rev 4222: Clarify 'missing --include-merges' help. in http://bazaar.launchpad.net/~vila/bzr/cleanup.various/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Mar 31 12:33:04 BST 2009
At http://bazaar.launchpad.net/~vila/bzr/cleanup.various/
------------------------------------------------------------
revno: 4222
revision-id: v.ladeuil+lp at free.fr-20090331113302-9snfk9ryx5k1kcqs
parent: pqm at pqm.ubuntu.com-20090331100842-0x25r10mpiyxv5d9
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: various
timestamp: Tue 2009-03-31 13:33:02 +0200
message:
Clarify 'missing --include-merges' help.
-------------- next part --------------
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py 2009-03-31 00:28:19 +0000
+++ b/bzrlib/builtins.py 2009-03-31 11:33:02 +0000
@@ -3916,7 +3916,8 @@
type=_parse_revision_str,
help='Filter on local branch revisions (inclusive). '
'See "help revisionspec" for details.'),
- Option('include-merges', 'Show merged revisions.'),
+ Option('include-merges',
+ 'Show all revisions in addition to the mainline ones.'),
]
encoding_type = 'replace'
More information about the bazaar-commits
mailing list