Mercurial > hg
comparison tests/test-largefiles.t @ 17894:afa7e6fa820b stable
i18n: change output of largefiles for summary to distinguish from one for outgoing
Before this patch, largefiles extension uses "largefiles: No remote
repo" message not only for "outgoing" as status report, but also for
"summary" as summarized information.
This sharing prevents message translators from inserting white spaces
between "largefiles:" and "No remote repo" in translated message to
align column position of summarized information.
This patch changes output of largefiles for summary to distinguish
from one for outgoing.
This patch puts "no remote repo" into parentheses, because this is not
summarized information.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Wed, 31 Oct 2012 03:59:28 +0900 |
parents | 1e4eb1faba6e |
children | 7e2b9f6a2cd0 |
comparison
equal
deleted
inserted
replaced
17893:4d1da97aa7e7 | 17894:afa7e6fa820b |
---|---|
49 parent: 1:ce8896473775 tip | 49 parent: 1:ce8896473775 tip |
50 edit files | 50 edit files |
51 branch: default | 51 branch: default |
52 commit: (clean) | 52 commit: (clean) |
53 update: (current) | 53 update: (current) |
54 largefiles: No remote repo | 54 largefiles: (no remote repo) |
55 | 55 |
56 Commit preserved largefile contents. | 56 Commit preserved largefile contents. |
57 | 57 |
58 $ cat normal1 | 58 $ cat normal1 |
59 normal11 | 59 normal11 |
1681 parent: 0:fc0bd45326d3 tip | 1681 parent: 0:fc0bd45326d3 tip |
1682 #0 | 1682 #0 |
1683 branch: default | 1683 branch: default |
1684 commit: (clean) | 1684 commit: (clean) |
1685 update: (current) | 1685 update: (current) |
1686 largefiles: No remote repo | 1686 largefiles: (no remote repo) |
1687 | 1687 |
1688 check messages when there is no files to upload: | 1688 check messages when there is no files to upload: |
1689 | 1689 |
1690 $ hg -q clone src clone2 | 1690 $ hg -q clone src clone2 |
1691 $ hg -R clone2 paths | grep default | 1691 $ hg -R clone2 paths | grep default |