Rev 2538: Fix documentation of BzrError (Simó) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Wed Jun 20 01:22:20 BST 2007


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

------------------------------------------------------------
revno: 2538
revision-id: pqm at pqm.ubuntu.com-20070620002213-fvt1s1yu2iujulio
parent: pqm at pqm.ubuntu.com-20070619212256-y1148bn5gf4jg2dh
parent: aaron.bentley at utoronto.ca-20070619232722-4e3qyb29y1htltef
committer: Canonical.com Patch Queue Manager<pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2007-06-20 01:22:13 +0100
message:
  Fix documentation of BzrError (Simó)
modified:
  bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
    ------------------------------------------------------------
    revno: 2537.1.1
    merged: aaron.bentley at utoronto.ca-20070619232722-4e3qyb29y1htltef
    parent: pqm at pqm.ubuntu.com-20070619212256-y1148bn5gf4jg2dh
    parent: dato at net.com.org.es-20070619152034-swymq71ibtadlvxb
    committer: Aaron Bentley <aaron.bentley at utoronto.ca>
    branch nick: bzr.ab.integration
    timestamp: Tue 2007-06-19 19:27:22 -0400
    message:
      Fix documentation of BzrError (Simó)
    ------------------------------------------------------------
    revno: 2535.1.1
    merged: dato at net.com.org.es-20070619152034-swymq71ibtadlvxb
    parent: pqm at pqm.ubuntu.com-20070619024533-oand7e7ns9eyis9x
    committer: Adeodato Simó <dato at net.com.org.es>
    branch nick: bzr.fix_internal_error_comment
    timestamp: Tue 2007-06-19 16:20:34 +0100
    message:
      Fix BzrError docstring: internal_error defaults to False, not to True.
=== modified file 'bzrlib/errors.py'
--- a/bzrlib/errors.py	2007-05-21 14:14:36 +0000
+++ b/bzrlib/errors.py	2007-06-19 15:20:34 +0000
@@ -48,8 +48,8 @@
     """
     Base class for errors raised by bzrlib.
 
-    :cvar internal_error: if true (or absent) this was probably caused by a
-    bzr bug and should be displayed with a traceback; if False this was
+    :cvar internal_error: if True this was probably caused by a bzr bug and
+    should be displayed with a traceback; if False (or absent) this was
     probably a user or environment error and they don't need the gory details.
     (That can be overridden by -Derror on the command line.)
 




More information about the bazaar-commits mailing list