##// END OF EJS Templates
fixed typos found in translatable strings...
Martin Geisler -
r8668:aea3a231 default
parent child Browse files
Show More
@@ -33,7 +33,7 b' To enable this extension, add this to yo'
33 33 [extensions]
34 34 color =
35 35
36 Default effects my be overriden from the .hgrc file:
36 Default effects my be overridden from the .hgrc file:
37 37
38 38 [color]
39 39 status.modified = blue bold underline red_background
@@ -69,7 +69,7 b' def convert(ui, src, dest=None, revmapfi'
69 69
70 70 The 'include' directive causes a file, or all files under a
71 71 directory, to be included in the destination repository, and the
72 exclusion of all other files and directories not explicitely included.
72 exclusion of all other files and directories not explicitly included.
73 73 The 'exclude' directive causes files or directories to be omitted.
74 74 The 'rename' directive renames a file or directory. To rename from
75 75 a subdirectory into the root of the repository, use '.' as the
@@ -120,7 +120,7 b' def convert(ui, src, dest=None, revmapfi'
120 120 in the sandbox to find the CVS repository, and then uses CVS rlog
121 121 commands to find files to convert. This means that unless a
122 122 filemap is given, all files under the starting directory will be
123 converted, and that any directory reorganisation in the CVS
123 converted, and that any directory reorganization in the CVS
124 124 sandbox is ignored.
125 125
126 126 Because CVS does not have changesets, it is necessary to collect
@@ -171,9 +171,9 b' def convert(ui, src, dest=None, revmapfi'
171 171 its subdirectories are listed as possible branches. If
172 172 "svn://repo/path/tags" exists, it is looked for tags referencing
173 173 converted branches. Default "trunk", "branches" and "tags" values
174 can be overriden with following options. Set them to paths
175 relative to the source URL, or leave them blank to disable
176 autodetection.
174 can be overridden with following options. Set them to paths
175 relative to the source URL, or leave them blank to disable auto
176 detection.
177 177
178 178 --config convert.svn.branches=branches (directory name)
179 179 specify the directory containing branches
@@ -257,7 +257,7 b' class gnuarch_source(converter_source, c'
257 257 self.ui.debug(_('obtaining revision %s...\n') % rev)
258 258 output = self._execute('get', rev, self.tmppath)
259 259 self.checkexit(output)
260 self.ui.debug(_('analysing revision %s...\n') % rev)
260 self.ui.debug(_('analyzing revision %s...\n') % rev)
261 261 files = self._readcontents(self.tmppath)
262 262 self.changes[rev].add_files += files
263 263
@@ -35,7 +35,7 b' you do not need to type "hg extdiff -p k'
35 35
36 36 # add new command called vimdiff, runs gvimdiff with DirDiff plugin
37 37 # (see http://www.vim.org/scripts/script.php?script_id=102)
38 # Non english user, be sure to put "let g:DirDiffDynamicDiffText = 1" in
38 # Non English user, be sure to put "let g:DirDiffDynamicDiffText = 1" in
39 39 # your .vimrc
40 40 vimdiff = gvim -f '+next' '+execute "DirDiff" argv(0) argv(1)'
41 41
@@ -64,7 +64,7 b' replaced with customized keywords and te'
64 64 kwdemo" to control the results of your config changes.
65 65
66 66 Before changing/disabling active keywords, run "hg kwshrink" to avoid
67 the risk of inadvertedly storing expanded keywords in the change
67 the risk of inadvertently storing expanded keywords in the change
68 68 history.
69 69
70 70 To force expansion after enabling it, or a configuration change, run
@@ -18,7 +18,7 b' This extension can be used to fix the is'
18 18 wrapping some functions to convert to Unicode string before path
19 19 operation.
20 20
21 This extension is usefull for:
21 This extension is useful for:
22 22 * Japanese Windows users using shift_jis encoding.
23 23 * Chinese Windows users using big5 encoding.
24 24 * All users who use a repository with one of problematic encodings on
@@ -320,7 +320,7 b' PYTHONPATH::'
320 320 the given date/time and the current date/time.
321 321 - basename: Any text. Treats the text as a path, and returns the
322 322 last component of the path after splitting by the path
323 separator (ignoring trailing seprators). For example,
323 separator (ignoring trailing separators). For example,
324 324 "foo/bar/baz" becomes "baz" and "foo/bar//" becomes "bar".
325 325 - stripdir: Treat the text as path and strip a directory level, if
326 326 possible. For example, "foo" and "foo/bar" becomes "foo".
@@ -53,7 +53,7 b' convert a foreign SCM repository to a Me'
53 53
54 54 The 'include' directive causes a file, or all files under a
55 55 directory, to be included in the destination repository, and the
56 exclusion of all other files and directories not explicitely included.
56 exclusion of all other files and directories not explicitly included.
57 57 The 'exclude' directive causes files or directories to be omitted.
58 58 The 'rename' directive renames a file or directory. To rename from
59 59 a subdirectory into the root of the repository, use '.' as the
@@ -104,7 +104,7 b' convert a foreign SCM repository to a Me'
104 104 in the sandbox to find the CVS repository, and then uses CVS rlog
105 105 commands to find files to convert. This means that unless a
106 106 filemap is given, all files under the starting directory will be
107 converted, and that any directory reorganisation in the CVS
107 converted, and that any directory reorganization in the CVS
108 108 sandbox is ignored.
109 109
110 110 Because CVS does not have changesets, it is necessary to collect
@@ -155,9 +155,9 b' convert a foreign SCM repository to a Me'
155 155 its subdirectories are listed as possible branches. If
156 156 "svn://repo/path/tags" exists, it is looked for tags referencing
157 157 converted branches. Default "trunk", "branches" and "tags" values
158 can be overriden with following options. Set them to paths
159 relative to the source URL, or leave them blank to disable
160 autodetection.
158 can be overridden with following options. Set them to paths
159 relative to the source URL, or leave them blank to disable auto
160 detection.
161 161
162 162 --config convert.svn.branches=branches (directory name)
163 163 specify the directory containing branches
@@ -31,7 +31,7 b' replaced with customized keywords and te'
31 31 kwdemo" to control the results of your config changes.
32 32
33 33 Before changing/disabling active keywords, run "hg kwshrink" to avoid
34 the risk of inadvertedly storing expanded keywords in the change
34 the risk of inadvertently storing expanded keywords in the change
35 35 history.
36 36
37 37 To force expansion after enabling it, or a configuration change, run
General Comments 0
You need to be logged in to leave comments. Login now