Rev 2785: (James Westby) Fix the format string for ImmortalLimbo in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Sep 3 09:39:19 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2785
revision-id: pqm at pqm.ubuntu.com-20070903083917-b6n7swxr3yolv0ak
parent: pqm at pqm.ubuntu.com-20070903080656-1sn8ea2d3ohx75ek
parent: bialix at ukr.net-20070903060524-vr092u0pbnbh5rl5
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2007-09-03 09:39:17 +0100
message:
(James Westby) Fix the format string for ImmortalLimbo
modified:
bzrlib/errors.py errors.py-20050309040759-20512168c4e14fbd
------------------------------------------------------------
revno: 2778.3.1
merged: bialix at ukr.net-20070903060524-vr092u0pbnbh5rl5
parent: pqm at pqm.ubuntu.com-20070903031921-8msn0bmzubicv5b1
parent: jw+debian at jameswestby.net-20070831204347-htk7tpdawmccafuk
committer: Alexander Belchenko <bialix at ukr.net>
branch nick: james_w
timestamp: Mon 2007-09-03 09:05:24 +0300
message:
merged with bzr.dev
------------------------------------------------------------
revno: 2775.1.1
merged: jw+debian at jameswestby.net-20070831204347-htk7tpdawmccafuk
parent: pqm at pqm.ubuntu.com-20070831085255-w43drl9sistvl5dl
committer: James Westby <jw+debian at jameswestby.net>
branch nick: bzr.dev
timestamp: Fri 2007-08-31 21:43:47 +0100
message:
Fix the format string for ImmortalLimbo.
=== modified file 'bzrlib/errors.py'
--- a/bzrlib/errors.py 2007-09-03 07:02:12 +0000
+++ b/bzrlib/errors.py 2007-09-03 08:39:17 +0000
@@ -1877,7 +1877,7 @@
class ImmortalLimbo(BzrError):
- _fmt = """Unable to delete transform temporary directory $(limbo_dir)s.
+ _fmt = """Unable to delete transform temporary directory %(limbo_dir)s.
Please examine %(limbo_dir)s to see if it contains any files you wish to
keep, and delete it when you are done."""
More information about the bazaar-commits
mailing list