comparison hgext/shelve.py @ 30419:819f96b82fa4 stable

shelve: add missing space in help text The change is trivial and unlikely to have been translated so we update translation files too.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 14 Nov 2016 22:43:25 +0100
parents d5883fd055c6
children 64b55bffc1c0
comparison
equal deleted inserted replaced
30321:e0ff47999b13 30419:819f96b82fa4
863 863
864 When no files are specified, "hg shelve" saves all not-clean 864 When no files are specified, "hg shelve" saves all not-clean
865 files. If specific files or directories are named, only changes to 865 files. If specific files or directories are named, only changes to
866 those files are shelved. 866 those files are shelved.
867 867
868 In bare shelve(when no files are specified, without interactive, 868 In bare shelve (when no files are specified, without interactive,
869 include and exclude option), shelving remembers information if the 869 include and exclude option), shelving remembers information if the
870 working directory was on newly created branch, in other words working 870 working directory was on newly created branch, in other words working
871 directory was on different branch than its first parent. In this 871 directory was on different branch than its first parent. In this
872 situation unshelving restores branch information to the working directory. 872 situation unshelving restores branch information to the working directory.
873 873