Merge lp:~mbp/bzr/doc into lp:bzr

Proposed by Martin Pool
Status: Merged
Approved by: Martin Pool
Approved revision: no longer in the source branch.
Merged at revision: 5512
Proposed branch: lp:~mbp/bzr/doc
Merge into: lp:bzr
Diff against target: 12 lines (+1/-1)
1 file modified
doc/en/release-notes/bzr-2.2.txt (+1/-1)
To merge this branch: bzr merge lp:~mbp/bzr/doc
Reviewer Review Type Date Requested Status
John C Barstow Approve
bzr-core Pending
Review via email: mp+39115@code.launchpad.net

Commit message

Use only latin alphabet names in release notes

Description of the change

This cheats to get around bug 664898 by just avoiding Cyrillic in the release notes. I don't like doing that generally but I don't think the bug is really in bzr, I don't really want to chase it right now, and it's blocking doc site updates.

Although the text is present in bzr 2.2, the problem doesn't manifest there.

I tested this locally and it didn't fail.

To post a comment you must log in.
Revision history for this message
John C Barstow (jbowtie) wrote :

Fine as a short-term workaround.

review: Approve
Revision history for this message
Martin Pool (mbp) wrote :

sent to pqm by email

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/en/release-notes/bzr-2.2.txt'
2--- doc/en/release-notes/bzr-2.2.txt 2010-10-13 08:08:58 +0000
3+++ doc/en/release-notes/bzr-2.2.txt 2010-10-22 02:51:46 +0000
4@@ -644,7 +644,7 @@
5
6 * ``RemoteBranch.lock_write`` raises ``ReadOnlyError`` if called during a
7 read lock, rather than causing an ``AttributeError``.
8- (Andrew Bennetts, Данило Шеган, #582781)
9+ (Andrew Bennetts, Danilo Segan, #582781)
10
11 * Selftest was failing with testtools 0.9.3, which caused an
12 AssertionError raised from a cleanUp to be reported as a Failure, not an