Rev 3010: Change verb from 'fetch' to 'transfer' in progress messages (Albisetti) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Wed Nov 21 04:57:30 GMT 2007


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

------------------------------------------------------------
revno: 3010
revision-id: pqm at pqm.ubuntu.com-20071121045727-gqycrul94d0ssir1
parent: pqm at pqm.ubuntu.com-20071120221348-g9syrz6y7xcannkb
parent: argentina at gmail.com-20071121033507-zrd00inp8fbazoln
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2007-11-21 04:57:27 +0000
message:
  Change verb from 'fetch' to 'transfer' in progress messages (Albisetti)
modified:
  bzrlib/fetch.py                fetch.py-20050818234941-26fea6105696365d
    ------------------------------------------------------------
    revno: 3009.1.1
    merged: argentina at gmail.com-20071121033507-zrd00inp8fbazoln
    parent: pqm at pqm.ubuntu.com-20071120221348-g9syrz6y7xcannkb
    committer: Martin Albisetti <argentina at gmail.com>
    branch nick: bzr.bug162264
    timestamp: Wed 2007-11-21 00:35:07 -0300
    message:
      Changes Fetch to Transferring to better reflect what is going on
=== modified file 'bzrlib/fetch.py'
--- a/bzrlib/fetch.py	2007-10-26 19:18:48 +0000
+++ b/bzrlib/fetch.py	2007-11-21 03:35:07 +0000
@@ -123,7 +123,7 @@
         self.from_weaves = self.from_repository.weave_store
         self.count_total = 0
         self.file_ids_names = {}
-        pp = ProgressPhase('Fetch phase', 4, self.pb)
+        pp = ProgressPhase('Transferring', 4, self.pb)
         try:
             pp.next_phase()
             revs = self._revids_to_fetch()




More information about the bazaar-commits mailing list