Rev 3374: (jam) Trivial update to warning message when a user has not run in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Sat Apr 19 01:23:16 BST 2008


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

------------------------------------------------------------
revno: 3374
revision-id:pqm at pqm.ubuntu.com-20080419002305-25ayhxp3m0b95e9c
parent: pqm at pqm.ubuntu.com-20080417155359-m3nxwwr442bgmsne
parent: john at arbash-meinel.com-20080418220716-6nznomxj9gem1imi
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Sat 2008-04-19 01:23:05 +0100
message:
  (jam) Trivial update to warning message when a user has not run
  	lp-login
modified:
  bzrlib/plugins/launchpad/lp_directory.py lp_indirect.py-20070126012204-de5rugwlt22c7u7e-1
    ------------------------------------------------------------
    revno: 3373.1.1
    revision-id:john at arbash-meinel.com-20080418220716-6nznomxj9gem1imi
    parent: pqm at pqm.ubuntu.com-20080417155359-m3nxwwr442bgmsne
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: jam-integration
    timestamp: Fri 2008-04-18 17:07:16 -0500
    message:
      Trivial warning message update when user has not run lp-login
    modified:
      bzrlib/plugins/launchpad/lp_directory.py lp_indirect.py-20070126012204-de5rugwlt22c7u7e-1
=== modified file 'bzrlib/plugins/launchpad/lp_directory.py'
--- a/bzrlib/plugins/launchpad/lp_directory.py	2008-04-02 03:11:19 +0000
+++ b/bzrlib/plugins/launchpad/lp_directory.py	2008-04-18 22:07:16 +0000
@@ -93,10 +93,9 @@
                 if _lp_login is None:
                     if not _warned_login:
                         trace.warning('You have not informed bzr of your '
-                                'launchpad login. If you are attempting a '
-                                'write operation it may fail. If it does, '
-                                'run "bzr launchpad-login YOUR_ID" to '
-                                'set your login and try again.')
+                                'launchpad login. If you are attempting a\n'
+                                'write operation and it fails, run '
+                                '"bzr launchpad-login YOUR_ID" and try again.')
                         _warned_login = True
                     continue
                 url = urlunsplit((scheme, '%s@%s' % (_lp_login, netloc),




More information about the bazaar-commits mailing list