At file:///home/pqm/archives/thelove/bzr/%2Btrunk/ ------------------------------------------------------------ revno: 3948 revision-id: [email protected] parent: [email protected] parent: [email protected] committer: Canonical.com Patch Queue Manager <[email protected]> branch nick: +trunk timestamp: Tue 2009-01-20 04:43:35 +0000 message: Correct incorrect wording in revisionspec help (Matthew Fuller) modified: bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1 ------------------------------------------------------------ revno: 3946.1.2 revision-id: [email protected] parent: [email protected] committer: Ian Clatworthy <[email protected]> branch nick: ianc-integration timestamp: Tue 2009-01-20 14:03:38 +1000 message: Correct incorrect wording in revisionspec help (Matthew Fuller) modified: bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1 === modified file 'bzrlib/help_topics/__init__.py' --- a/bzrlib/help_topics/__init__.py 2008-12-15 04:33:37 +0000 +++ b/bzrlib/help_topics/__init__.py 2009-01-20 04:03:38 +0000 @@ -168,8 +168,8 @@ addition, "log" considers a closed range whereas "diff" and "merge" consider it to be open-ended, that is, they include one end but not the other. For example: "bzr log -r 3647..3649" shows the messages of revisions 3647, 3648 and 3649, -while "bzr diff -r 3647..3649" includes the changes done in revisions 3647 and -3648, but not 3649. +while "bzr diff -r 3647..3649" includes the changes done in revisions 3648 and +3649, but not 3647. The keywords used as revision selection methods are the following: """)
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
