# HG changeset patch # User Mads Kiilerich # Date 1479159805 -3600 # Node ID 819f96b82fa4c4c6d07840a2b180d112b524103f # Parent e0ff47999b1384e42bdc99f5026c7e2ed5405047 shelve: add missing space in help text The change is trivial and unlikely to have been translated so we update translation files too. diff -r e0ff47999b13 -r 819f96b82fa4 hgext/shelve.py --- a/hgext/shelve.py Sun Nov 13 06:12:22 2016 +0900 +++ b/hgext/shelve.py Mon Nov 14 22:43:25 2016 +0100 @@ -865,7 +865,7 @@ files. If specific files or directories are named, only changes to those files are shelved. - In bare shelve(when no files are specified, without interactive, + In bare shelve (when no files are specified, without interactive, include and exclude option), shelving remembers information if the working directory was on newly created branch, in other words working directory was on different branch than its first parent. In this diff -r e0ff47999b13 -r 819f96b82fa4 i18n/ja.po --- a/i18n/ja.po Sun Nov 13 06:12:22 2016 +0900 +++ b/i18n/ja.po Mon Nov 14 22:43:25 2016 +0100 @@ -10464,7 +10464,7 @@ " 指定対象の変更のみが退避されます。" msgid "" -" In bare shelve(when no files are specified, without interactive,\n" +" In bare shelve (when no files are specified, without interactive,\n" " include and exclude option), shelving remembers information if the\n" " working directory was on newly created branch, in other words working\n" " directory was on different branch than its first parent. In this\n" diff -r e0ff47999b13 -r 819f96b82fa4 i18n/pt_BR.po --- a/i18n/pt_BR.po Sun Nov 13 06:12:22 2016 +0900 +++ b/i18n/pt_BR.po Mon Nov 14 22:43:25 2016 +0100 @@ -10582,7 +10582,7 @@ " engavetadas." msgid "" -" In bare shelve(when no files are specified, without interactive,\n" +" In bare shelve (when no files are specified, without interactive,\n" " include and exclude option), shelving remembers information if the\n" " working directory was on newly created branch, in other words working\n" " directory was on different branch than its first parent. In this\n" diff -r e0ff47999b13 -r 819f96b82fa4 tests/test-shelve.t --- a/tests/test-shelve.t Sun Nov 13 06:12:22 2016 +0900 +++ b/tests/test-shelve.t Mon Nov 14 22:43:25 2016 +0100 @@ -36,7 +36,7 @@ specific files or directories are named, only changes to those files are shelved. - In bare shelve(when no files are specified, without interactive, include + In bare shelve (when no files are specified, without interactive, include and exclude option), shelving remembers information if the working directory was on newly created branch, in other words working directory was on different branch than its first parent. In this situation