lp://staging/~mbp/bzr/remove-logging
Created by
Martin Pool
and last modified
- Get this branch:
- bzr branch lp://staging/~mbp/bzr/remove-logging
Only
Martin Pool
can upload to this branch. If you are
Martin Pool
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/bzr
- Ian Clatworthy: Needs Fixing
- Robert Collins (community): Needs Information
- Michael Hudson-Doyle (community): Approve
-
Diff: 916 lines (+197/-209)22 files modifiedNEWS (+17/-0)
bzr (+8/-3)
bzrlib/cleanup.py (+1/-1)
bzrlib/osutils.py (+1/-1)
bzrlib/status.py (+4/-6)
bzrlib/tests/TestUtil.py (+1/-20)
bzrlib/tests/__init__.py (+1/-2)
bzrlib/tests/blackbox/test_exceptions.py (+1/-18)
bzrlib/tests/blackbox/test_reconcile.py (+4/-4)
bzrlib/tests/blackbox/test_reconfigure.py (+6/-6)
bzrlib/tests/blackbox/test_tags.py (+1/-9)
bzrlib/tests/blackbox/test_upgrade.py (+11/-10)
bzrlib/tests/blackbox/test_whoami.py (+5/-4)
bzrlib/tests/per_branch/test_check.py (+3/-1)
bzrlib/tests/per_pack_repository.py (+1/-1)
bzrlib/tests/test_plugins.py (+10/-25)
bzrlib/trace.py (+39/-86)
bzrlib/transport/ssh.py (+1/-1)
bzrlib/ui/__init__.py (+4/-0)
bzrlib/ui/text.py (+15/-11)
doc/developers/index.txt (+1/-0)
doc/developers/user-interaction.txt (+62/-0)
Branch information
Recent revisions
- 4835. By Martin Pool
-
Remove use of python logging, and show errors through UIFactory instead.
As a side effect, this sends some error-type messages to stderr instead of
stdout.Remove obsolete bzrlib.
tests.TestUtil. LogCollector and makeCollectingL ogger. - 4831. By Canonical.com Patch Queue Manager <email address hidden>
-
(bialix) Shelve command refuse to run if there is no real terminal
- 4830. By Canonical.com Patch Queue Manager <email address hidden>
-
bzrlib.
urlutils. local_path_ from_url now accepts file://localhost/ as
well as file:/// URLs on POSIX. (Michael Hudson) - 4829. By Canonical.com Patch Queue Manager <email address hidden>
-
(robertc) Doc improvements for bzr help urlspec. (Neil
Martinsen-Burrell)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/bzr