##// END OF EJS Templates
i18n: change output of largefiles for summary to distinguish from one for outgoing...
FUJIWARA Katsunori -
r17894:afa7e6fa stable
parent child Browse files
Show More
@@ -1023,7 +1023,7 b' def overridesummary(orig, ui, repo, *pat'
1023 1023 toupload = getoutgoinglfiles(ui, repo, None, **opts)
1024 1024 if toupload is None:
1025 1025 # i18n: column positioning for "hg summary"
1026 ui.status(_('largefiles: No remote repo\n'))
1026 ui.status(_('largefiles: (no remote repo)\n'))
1027 1027 elif not toupload:
1028 1028 # i18n: column positioning for "hg summary"
1029 1029 ui.status(_('largefiles: (no files to upload)\n'))
@@ -51,7 +51,7 b' is correct.'
51 51 branch: default
52 52 commit: (clean)
53 53 update: (current)
54 largefiles: No remote repo
54 largefiles: (no remote repo)
55 55
56 56 Commit preserved largefile contents.
57 57
@@ -1683,7 +1683,7 b" because it can't be reproduced easily."
1683 1683 branch: default
1684 1684 commit: (clean)
1685 1685 update: (current)
1686 largefiles: No remote repo
1686 largefiles: (no remote repo)
1687 1687
1688 1688 check messages when there is no files to upload:
1689 1689
General Comments 0
You need to be logged in to leave comments. Login now