Mercurial > hg
annotate tests/test-mq-qfold.out @ 9079:70c707310d7a
Makefile: wrap hg.pot strings at 82 chars
By default, xgettext will wrap strings at 79 characters. This width
includes the two double-quotes and the '\n' added. Our strings are now
wrapped at 78 characters and a line can therefore be up to 82
characters wide in the .po file.
Setting the width to 82 characters ensures that xgettext does no silly
wrapping on our already-wrapped strings while still wrapping long
one-liners at 82 characters.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 07 Jul 2009 23:54:42 +0200 |
parents | 2ff17c4de1da |
children | 561ff8d9e4f0 |
rev | line source |
---|---|
8426 | 1 % init |
2 adding a | |
3 % fold in the middle of the queue | |
4 now at: p1 | |
5 --- a/a | |
6 +++ b/a | |
7 @@ -1,1 +1,2 @@ | |
8 a | |
9 +a | |
10 p1 | |
11 p3 | |
12 --- a/a | |
13 +++ b/a | |
14 @@ -1,1 +1,3 @@ | |
15 a | |
16 +a | |
17 +b | |
18 % fold with local changes | |
19 abort: local changes found, refresh first | |
20 --- a/a | |
21 +++ b/a | |
22 @@ -1,1 +1,3 @@ | |
23 a | |
24 +a | |
25 +b |