Rev 1797: (mbp) show traceback on stderr on unexpected errors in
/home/pqm/archives/thelove/bzr/+trunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Jun 20 04:50:36 BST 2006
------------------------------------------------------------
revno: 1797
revision-id: pqm at pqm.ubuntu.com-20060620035035-a9a7dc096fed5060
parent: pqm at pqm.ubuntu.com-20060620011749-a14183c559028aaf
parent: mbp at sourcefrog.net-20060620033014-e19ce470e2ce6561
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2006-06-20 04:50:35 +0100
message:
(mbp) show traceback on stderr on unexpected errors
added:
bzrlib/tests/blackbox/test_exceptions.py test_exceptions.py-20060604211237-yi2cxg0ose3xk4id-1
modified:
bzrlib/branch.py branch.py-20050309040759-e4baf4e0d046576e
bzrlib/builtins.py builtins.py-20050830033751-fc01482b9ca23183
bzrlib/bzrdir.py bzrdir.py-20060131065624-156dfea39c4387cb
bzrlib/commands.py bzr.py-20050309040720-d10f4714595cf8c3
bzrlib/commit.py commit.py-20050511101309-79ec1a0168e0e825
bzrlib/errors.py errors.py-20050309040759-20512168c4e14fbd
bzrlib/plugin.py plugin.py-20050622060424-829b654519533d69
bzrlib/repository.py rev_storage.py-20051111201905-119e9401e46257e3
bzrlib/tests/__init__.py selftest.py-20050531073622-8d0e3c8845c97a64
bzrlib/tests/blackbox/__init__.py __init__.py-20051128053524-eba30d8255e08dc3
bzrlib/tests/blackbox/test_aliases.py test_aliases.py-20060210230318-f0c08c9294dbfae1
bzrlib/tests/blackbox/test_init.py test_init.py-20060309032856-a292116204d86eb7
bzrlib/tests/blackbox/test_pull.py test_pull.py-20051201144907-64959364f629947f
bzrlib/tests/test_errors.py test_errors.py-20060210110251-41aba2deddf936a8
bzrlib/tests/test_options.py testoptions.py-20051014093702-96457cfc86319a8f
bzrlib/tests/test_source.py test_source.py-20051207061333-a58dea6abecc030d
bzrlib/tests/test_trace.py testtrace.py-20051110225523-a21117fc7a07eeff
bzrlib/trace.py trace.py-20050309040759-c8ed824bdcd4748a
bzrlib/workingtree.py workingtree.py-20050511021032-29b6ec0a681e02e3
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060620033014-e19ce470e2ce6561
parent: mbp at sourcefrog.net-20060620013525-d2eba83a7c6e953b
parent: pqm at pqm.ubuntu.com-20060619195706-5f9f32cde3bcc4e6
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Tue 2006-06-20 13:30:14 +1000
message:
[merge] bzr.dev
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060620013525-d2eba83a7c6e953b
parent: mbp at sourcefrog.net-20060615054938-5025f2075db2bf14
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Tue 2006-06-20 11:35:25 +1000
message:
Review cleanups: better error reporting, put back report_exception.
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060615054938-5025f2075db2bf14
parent: mbp at sourcefrog.net-20060615053634-4fd52ba691855659
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Thu 2006-06-15 15:49:38 +1000
message:
Add test for formatting of EPIPE
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060615053634-4fd52ba691855659
parent: mbp at sourcefrog.net-20060604221303-1f902e4ec57868d4
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Thu 2006-06-15 15:36:34 +1000
message:
Clean up many exception classes.
Errors indicating a user error are now shown with is_user_error on the
exception; use this rather than hardcoding a list of exceptions that should be
handled this way.
Exceptions now inherit from BzrNewException where possible to use consistent
formatting method.
Remove rather obsolete docstring test on Branch.missing_revisions.
Remove dead code from find_merge_base.
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060604221303-1f902e4ec57868d4
parent: mbp at sourcefrog.net-20060604220458-c97f0352c21a678c
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Sun 2006-06-04 23:13:03 +0100
message:
Show short form for OSError and IOError too
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060604220458-c97f0352c21a678c
parent: mbp at sourcefrog.net-20060604220420-6bab3e2b6ebe013e
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Sun 2006-06-04 23:04:58 +0100
message:
Don't log bzr version to bzr.log; instead just show when bugged.
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060604220420-6bab3e2b6ebe013e
parent: mbp at sourcefrog.net-20060604214502-a47830087e90a3e1
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Sun 2006-06-04 23:04:20 +0100
message:
Cleanup more exception-formatting code
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060604214502-a47830087e90a3e1
parent: mbp at sourcefrog.net-20060604212251-8f5dc15da9189eac
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Sun 2006-06-04 22:45:02 +0100
message:
Improved tests for display of exceptions.
------------------------------------------------------------
merged: mbp at sourcefrog.net-20060604212251-8f5dc15da9189eac
parent: pqm at pqm.ubuntu.com-20060604105531-0071ce43b2156b7a
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.mbp.traceback
timestamp: Sun 2006-06-04 22:22:51 +0100
message:
When an unhandled exception occurs, write the traceback to stderr.
Also encourage the user to send this to the list.
More information about the bazaar-commits
mailing list