Rev 3114: (vila) Fix typo 'in not in' -> 'is not in' in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Sat Dec 15 17:18:59 GMT 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3114
revision-id:pqm at pqm.ubuntu.com-20071215171848-q9o5tmkf3mvvunp8
parent: pqm at pqm.ubuntu.com-20071214163914-dqiqxlhho36ce54r
parent: v.ladeuil+lp at free.fr-20071215162620-jnipn2a1ch83y7du
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Sat 2007-12-15 17:18:48 +0000
message:
(vila) Fix typo 'in not in' -> 'is not in'
modified:
bzrlib/errors.py errors.py-20050309040759-20512168c4e14fbd
------------------------------------------------------------
revno: 3113.1.1
revision-id:v.ladeuil+lp at free.fr-20071215162620-jnipn2a1ch83y7du
parent: pqm at pqm.ubuntu.com-20071214163914-dqiqxlhho36ce54r
parent: v.ladeuil+lp at free.fr-20071215160418-hwl4pwr754df9701
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Sat 2007-12-15 17:26:20 +0100
message:
Fix typo 'in not in' -> 'is not in'
modified:
bzrlib/errors.py errors.py-20050309040759-20512168c4e14fbd
------------------------------------------------------------
revno: 3113.2.1
revision-id:v.ladeuil+lp at free.fr-20071215160418-hwl4pwr754df9701
parent: pqm at pqm.ubuntu.com-20071214163914-dqiqxlhho36ce54r
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: various
timestamp: Sat 2007-12-15 17:04:18 +0100
message:
Fix typo.
* errors.py:
(FileInWrongBranch): Typo 'in not in' -> 'is not in'.
modified:
bzrlib/errors.py errors.py-20050309040759-20512168c4e14fbd
=== modified file 'bzrlib/errors.py'
--- a/bzrlib/errors.py 2007-12-07 23:03:34 +0000
+++ b/bzrlib/errors.py 2007-12-15 16:04:18 +0000
@@ -653,7 +653,7 @@
class FileInWrongBranch(BzrError):
- _fmt = 'File "%(path)s" in not in branch %(branch_base)s.'
+ _fmt = 'File "%(path)s" is not in branch %(branch_base)s.'
def __init__(self, branch, path):
BzrError.__init__(self)
More information about the bazaar-commits
mailing list