Rev 1854: (jam) allow progress bar to be set with BZR_PROGRESS_BAR in /home/pqm/archives/thelove/bzr/+trunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Wed Jul 12 04:16:08 BST 2006


------------------------------------------------------------
revno: 1854
revision-id: pqm at pqm.ubuntu.com-20060712031607-3662d1acc5a6c28d
parent: pqm at pqm.ubuntu.com-20060712030941-2728644bf8185775
parent: john at arbash-meinel.com-20060712024522-635f6de9df561c84
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2006-07-12 04:16:07 +0100
message:
  (jam) allow progress bar to be set with BZR_PROGRESS_BAR
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
  bzrlib/progress.py             progress.py-20050610070202-df9faaab791964c0
  bzrlib/tests/test_progress.py  test_progress.py-20060308160359-978c397bc79b7fda
  bzrlib/tests/test_ui.py        test_ui.py-20051130162854-458e667a7414af09
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060712024522-635f6de9df561c84
    parent: john at arbash-meinel.com-20060712022047-bd0773a29c5e03c2
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Tue 2006-07-11 21:45:22 -0500
    message:
      ui tests were failing when output was redirected to a file. (thus blocked by the pqm)
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060712022047-bd0773a29c5e03c2
    parent: john at arbash-meinel.com-20060710233402-8cd35919e20b6fee
    parent: pqm at pqm.ubuntu.com-20060711204542-8e872becb9b4caf9
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Tue 2006-07-11 21:20:47 -0500
    message:
      merge bzr.dev, resolve NEWS conflict.
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060710233402-8cd35919e20b6fee
    parent: john at arbash-meinel.com-20060710230044-8bbfddd920940ffe
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Mon 2006-07-10 18:34:02 -0500
    message:
      NEWS, this fixes bugs (#42197, #51107)
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060710230044-8bbfddd920940ffe
    parent: john at arbash-meinel.com-20060710215056-167de5de0bee816a
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Mon 2006-07-10 18:00:44 -0500
    message:
      new env var 'BZR_PROGRESS_BAR' to select the exact progress type
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060710215056-167de5de0bee816a
    parent: john at arbash-meinel.com-20060710212455-13af54c421c4d806
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Mon 2006-07-10 16:50:56 -0500
    message:
      Cleanup tests by using a helper
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060710212455-13af54c421c4d806
    parent: john at arbash-meinel.com-20060710210901-a1293e6bc6512699
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Mon 2006-07-10 16:24:55 -0500
    message:
      Add tests to assert we fall back to DotsProgressBar when appropriate.
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060710210901-a1293e6bc6512699
    parent: john at arbash-meinel.com-20060707143607-ba49f814db2e4426
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Mon 2006-07-10 16:09:01 -0500
    message:
      Remove get_eta's ability to modify last_updates.
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060707143607-ba49f814db2e4426
    parent: john at arbash-meinel.com-20060707143512-67c9442bd7f63158
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Fri 2006-07-07 09:36:07 -0500
    message:
      Don't let the last_updates list grow without bound.
      
      Switching to using a list instead of deque() because deque doesn't
      allow negative indexing. It was only used because get_eta() wanted
      to be able to modify the list in place, but we can do that with
      special slicing.
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060707143512-67c9442bd7f63158
    parent: john at arbash-meinel.com-20060707140412-885913e0509ce773
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Fri 2006-07-07 09:35:12 -0500
    message:
      Fix a ui test that depended on clearing
    ------------------------------------------------------------
    merged: john at arbash-meinel.com-20060707140412-885913e0509ce773
    parent: pqm at pqm.ubuntu.com-20060706145359-27c4289acd83b54e
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: cleanup-progress
    timestamp: Fri 2006-07-07 09:04:12 -0500
    message:
      Don't clear anything if nothing has been written.



More information about the bazaar-commits mailing list