Rev 3094: Ask people to report bugs to Launchpad, and mention more support options in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri Dec 7 07:39:38 GMT 2007


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

------------------------------------------------------------
revno: 3094
revision-id:pqm at pqm.ubuntu.com-20071207073929-f7omudrz098hx6ds
parent: pqm at pqm.ubuntu.com-20071207064646-1nif1u2vsep2vqud
parent: mbp at sourcefrog.net-20071207061857-1g225jap1ayo7abw
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2007-12-07 07:39:29 +0000
message:
  Ask people to report bugs to Launchpad, and mention more support options
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  README                         README-20050309040720-8f368abf9f346b9d
  bzrlib/tests/blackbox/test_exceptions.py test_exceptions.py-20060604211237-yi2cxg0ose3xk4id-1
  bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
    ------------------------------------------------------------
    revno: 3092.2.1
    revision-id:mbp at sourcefrog.net-20071207061857-1g225jap1ayo7abw
    parent: pqm at pqm.ubuntu.com-20071207051359-iyupti9xt33jccin
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: bugs-to-malone
    timestamp: Fri 2007-12-07 17:18:57 +1100
    message:
      Ask people to report bugs to Launchpad, and mention more support options
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      README                         README-20050309040720-8f368abf9f346b9d
      bzrlib/tests/blackbox/test_exceptions.py test_exceptions.py-20060604211237-yi2cxg0ose3xk4id-1
      bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
=== modified file 'NEWS'
--- a/NEWS	2007-12-07 05:53:45 +0000
+++ b/NEWS	2007-12-07 07:39:29 +0000
@@ -7,6 +7,13 @@
 IN DEVELOPMENT
 ==============
 
+  CHANGES:
+   
+   * If a traceback occurs, users are now asked to report the bug 
+     through Launchpad (https://bugs.launchpad.net/bzr/), rather than 
+     by mail to the mailing list.
+     (Martin Pool)
+
   IMPROVEMENTS:
 
    * Added a --coverage option to selftest. (Andrew Bennetts)
@@ -63,8 +70,8 @@
    * Check for missing basis texts when fetching from packs to packs.
      (John Arbash Meinel, #165290)
 
-   * Fall back to showing e-mail in ``log --short/--line`` if the committer/author has
-     only e-mail. (Lukáš Lalinský, #157026)
+   * Fall back to showing e-mail in ``log --short/--line`` if the 
+     committer/author has only e-mail. (Lukáš Lalinský, #157026)
 
   API BREAKS:
 
@@ -72,6 +79,7 @@
      ``started`` methods. (Matt Nordhoff)
 
 
+
 bzr 1.0rc1 2007-11-30
 =====================
 

=== modified file 'README'
--- a/README	2007-08-09 05:30:39 +0000
+++ b/README	2007-12-07 06:18:57 +0000
@@ -2,8 +2,8 @@
 README for Bazaar
 =================
 
-Bazaar is a decentralized revision control system, designed to be easy
-for developers and end users alike.
+Bazaar (``bzr``) is a decentralized revision control system, designed to be
+easy for developers and end users alike.
 
 To install Bazaar from source, follow the instructions in the INSTALL
 file. Otherwise, you may want to check your distribution package manager
@@ -19,9 +19,9 @@
 founders of Ubuntu and Launchpad. Bazaar is Free Software, and is released
 under the GNU General Public License.
 
-Bazaar was formerly known as Bazaar-NG, and some documentation still uses
-that old name. Also, since the Bazaar binary is called "bzr", many times this
-shorter name is used instead (like Subversion/svn and Mercurial/hg).
+Bazaar was formerly known as Bazaar-NG.  It's the successor to ``baz``, a fork
+of GNU arch, but shares no code.  (To upgrade from Baz, use the ``baz-import``
+command in the bzrtools plugin.)
 
 Bazaar highlights
 =================
@@ -63,18 +63,33 @@
  * Vibrant and active community.
 
    Help with Bazaar is obtained easily, via the mailing list, or the IRC
-   channel. Check http://bazaar-vcs.org/BzrSupport for details.
+   channel.
+
 
 Registration and Feedback
 =========================
 
+If you encounter any problems with Bazaar, need help understanding it, or would
+like to offer suggestions or feedback, please get in touch with us:
+
+ * Ask a question through our web support interface, at 
+   https://answers.launchpad.net/bzr/
+
+ * Report bugs at https://bugs.edge.launchpad.net/bzr/+filebug
+
+ * Write to us at bazaar at lists.canonical.com 
+   You can join the list at <https://lists.ubuntu.com/mailman/listinfo/bazaar>.
+   You don't need to subscribe to post, but your first post will be held 
+   briefly for manual moderation.
+
+ * Talk to us in irc://irc.ubuntu.com/bzr
+
+ * And see http://bazaar-vcs.org/BzrSupport for more.
+
 If you would like to help us improve Bazaar by telling us about yourself and
 what we could do better, please register and complete the online survey here:
-http://www.surveymonkey.com/s.aspx?sm=L94RvLswhKdktrxiHWiX3g_3d_3d.
-
-Registration is completely optional. If you would like to provide feedback
-in other ways, see http://bazaar-vcs.org/BzrSupport for alternative ways of
-getting in contact with us.
+http://www.surveymonkey.com/s.aspx?sm=L94RvLswhKdktrxiHWiX3g_3d_3d.  
+Registration is completely optional. 
 
 Enjoy,
 The Bazaar Team

=== modified file 'bzrlib/tests/blackbox/test_exceptions.py'
--- a/bzrlib/tests/blackbox/test_exceptions.py	2007-10-29 10:52:17 +0000
+++ b/bzrlib/tests/blackbox/test_exceptions.py	2007-12-07 06:18:57 +0000
@@ -44,7 +44,7 @@
         self.assertContainsRe(err,
             r'bzr: ERROR: exceptions\.AssertionError: failed\n')
         self.assertContainsRe(err,
-            r'Please send this report to')
+            r'Please report a bug at https://bugs\.launchpad\.net/bzr/\+filebug')
         self.assertContainsRe(err,
             '(?m)^encoding: .*, fsenc: .*, lang: .*')
         self.assertContainsRe(err,
@@ -59,7 +59,7 @@
         self.assertEqual(4, errors.EXIT_INTERNAL_ERROR)
         self.assertContainsRe(err,
                 r'bzr: ERROR: exceptions\.AssertionError: always fails\n')
-        self.assertContainsRe(err, r'Please send this report to')
+        self.assertContainsRe(err, r'Please report a bug at')
     
 
 class TestDeprecationWarning(TestCaseInTempDir):

=== modified file 'bzrlib/trace.py'
--- a/bzrlib/trace.py	2007-11-10 17:09:40 +0000
+++ b/bzrlib/trace.py	2007-12-07 06:18:57 +0000
@@ -188,7 +188,7 @@
         if tf.tell() <= 2:
             tf.write("this is a debug log for diagnosing/reporting problems in bzr\n")
             tf.write("you can delete or truncate this file, or include sections in\n")
-            tf.write("bug reports to bazaar at lists.canonical.com\n\n")
+            tf.write("bug reports to https://bugs.launchpad.net/bzr/+filebug\n\n")
         _file_handler = logging.StreamHandler(tf)
         fmt = r'[%(process)5d] %(asctime)s.%(msecs)03d %(levelname)s: %(message)s'
         datefmt = r'%a %H:%M:%S'
@@ -382,8 +382,9 @@
         err_file.write("  %-20s %s [%s]\n" %
             (name, a_plugin.path(), a_plugin.__version__))
     err_file.write(
-        "\n"
-        "** Please send this report to bazaar at lists.ubuntu.com\n"
-        "   with a description of what you were doing when the\n"
-        "   error occurred.\n"
-        )
+"""\
+*** Bazaar has encountered an internal error.
+    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
+    including this traceback, and a description of what you
+    were doing when the error occurred.
+""")




More information about the bazaar-commits mailing list