Rev 3540: (mbp) trivial typo corrections in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Wed Jul 16 01:46:09 BST 2008


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3540
revision-id:pqm at pqm.ubuntu.com-20080716004557-pz9w4p88pc5ebr7l
parent: pqm at pqm.ubuntu.com-20080715145300-6ok29w4tk922f7b3
parent: mbp at sourcefrog.net-20080716002808-i3ztphkd4aweozia
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2008-07-16 01:45:57 +0100
message:
  (mbp) trivial typo corrections
modified:
  bzrlib/repofmt/pack_repo.py    pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
  doc/en/user-guide/browsing_history.txt browsing_history.txt-20071121073725-0corxykv5irjal00-2
    ------------------------------------------------------------
    revno: 3495.3.3
    revision-id:mbp at sourcefrog.net-20080716002808-i3ztphkd4aweozia
    parent: mbp at sourcefrog.net-20080716002544-izl00p1wqbajm52m
    parent: mbp at sourcefrog.net-20080617012947-qwi4yxfadjtiozk1
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: trivial
    timestamp: Wed 2008-07-16 10:28:08 +1000
    message:
      merge other doc and trivial changes
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzr                            bzr.py-20050313053754-5485f144c7006fa6
      bzrlib/decorators.py           decorators.py-20060112082512-6bfc2d882df1698d
      bzrlib/revisionspec.py         revisionspec.py-20050907152633-17567659fd5c0ddb
      bzrlib/tests/test_decorators.py test_decorators.py-20060113063037-0e7bd4566758f4fa
      bzrlib/tests/test_revisionspec.py testrevisionnamespaces.py-20050711050225-8b4af89e6b1efe84
      bzrlib/tests/test_trace.py     testtrace.py-20051110225523-a21117fc7a07eeff
      bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
      doc/developers/releasing.txt   releasing.txt-20080502015919-fnrcav8fwy8ccibu-1
    ------------------------------------------------------------
    revno: 3495.3.2
    revision-id:mbp at sourcefrog.net-20080716002544-izl00p1wqbajm52m
    parent: mbp at sourcefrog.net-20080613014525-9rui1ges5t95lbzs
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: trivial
    timestamp: Wed 2008-07-16 10:25:44 +1000
    message:
      doc typo correction from Fabian Kössel
    modified:
      doc/en/user-guide/browsing_history.txt browsing_history.txt-20071121073725-0corxykv5irjal00-2
    ------------------------------------------------------------
    revno: 3495.3.1
    revision-id:mbp at sourcefrog.net-20080613014525-9rui1ges5t95lbzs
    parent: pqm at pqm.ubuntu.com-20080612170229-8h3mrl35jgqhs0gt
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: trivial
    timestamp: Fri 2008-06-13 11:45:25 +1000
    message:
      doc correction from SuperMMX
    modified:
      bzrlib/repofmt/pack_repo.py    pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py	2008-07-14 07:47:45 +0000
+++ b/bzrlib/repofmt/pack_repo.py	2008-07-16 00:45:57 +0000
@@ -139,7 +139,7 @@
         :param text_index: A GraphIndex for determining what file texts
             are present in the pack and accessing the locations of their
             texts/deltas (via (fileid, revisionid) tuples).
-        :param revision_index: A GraphIndex for determining what signatures are
+        :param signature_index: A GraphIndex for determining what signatures are
             present in the Pack and accessing the locations of their texts.
         """
         self.revision_index = revision_index

=== modified file 'doc/en/user-guide/browsing_history.txt'
--- a/doc/en/user-guide/browsing_history.txt	2007-12-17 13:27:24 +0000
+++ b/doc/en/user-guide/browsing_history.txt	2008-07-16 00:25:44 +0000
@@ -70,7 +70,7 @@
 like this::
 
   bzr cat -r -2 foo.py | less
-  bzr car -r 1 foo.py > /tmp/foo-1st-version.py
+  bzr cat -r 1 foo.py > /tmp/foo-1st-version.py
 
 Graphical history viewers
 -------------------------




More information about the bazaar-commits mailing list