##// 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 [extensions]
33 [extensions]
34 color =
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 [color]
38 [color]
39 status.modified = blue bold underline red_background
39 status.modified = blue bold underline red_background
@@ -69,7 +69,7 b' def convert(ui, src, dest=None, revmapfi'
69
69
70 The 'include' directive causes a file, or all files under a
70 The 'include' directive causes a file, or all files under a
71 directory, to be included in the destination repository, and the
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 The 'exclude' directive causes files or directories to be omitted.
73 The 'exclude' directive causes files or directories to be omitted.
74 The 'rename' directive renames a file or directory. To rename from
74 The 'rename' directive renames a file or directory. To rename from
75 a subdirectory into the root of the repository, use '.' as the
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 in the sandbox to find the CVS repository, and then uses CVS rlog
120 in the sandbox to find the CVS repository, and then uses CVS rlog
121 commands to find files to convert. This means that unless a
121 commands to find files to convert. This means that unless a
122 filemap is given, all files under the starting directory will be
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 sandbox is ignored.
124 sandbox is ignored.
125
125
126 Because CVS does not have changesets, it is necessary to collect
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 its subdirectories are listed as possible branches. If
171 its subdirectories are listed as possible branches. If
172 "svn://repo/path/tags" exists, it is looked for tags referencing
172 "svn://repo/path/tags" exists, it is looked for tags referencing
173 converted branches. Default "trunk", "branches" and "tags" values
173 converted branches. Default "trunk", "branches" and "tags" values
174 can be overriden with following options. Set them to paths
174 can be overridden with following options. Set them to paths
175 relative to the source URL, or leave them blank to disable
175 relative to the source URL, or leave them blank to disable auto
176 autodetection.
176 detection.
177
177
178 --config convert.svn.branches=branches (directory name)
178 --config convert.svn.branches=branches (directory name)
179 specify the directory containing branches
179 specify the directory containing branches
@@ -257,7 +257,7 b' class gnuarch_source(converter_source, c'
257 self.ui.debug(_('obtaining revision %s...\n') % rev)
257 self.ui.debug(_('obtaining revision %s...\n') % rev)
258 output = self._execute('get', rev, self.tmppath)
258 output = self._execute('get', rev, self.tmppath)
259 self.checkexit(output)
259 self.checkexit(output)
260 self.ui.debug(_('analysing revision %s...\n') % rev)
260 self.ui.debug(_('analyzing revision %s...\n') % rev)
261 files = self._readcontents(self.tmppath)
261 files = self._readcontents(self.tmppath)
262 self.changes[rev].add_files += files
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 # add new command called vimdiff, runs gvimdiff with DirDiff plugin
36 # add new command called vimdiff, runs gvimdiff with DirDiff plugin
37 # (see http://www.vim.org/scripts/script.php?script_id=102)
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 # your .vimrc
39 # your .vimrc
40 vimdiff = gvim -f '+next' '+execute "DirDiff" argv(0) argv(1)'
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 kwdemo" to control the results of your config changes.
64 kwdemo" to control the results of your config changes.
65
65
66 Before changing/disabling active keywords, run "hg kwshrink" to avoid
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 history.
68 history.
69
69
70 To force expansion after enabling it, or a configuration change, run
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 wrapping some functions to convert to Unicode string before path
18 wrapping some functions to convert to Unicode string before path
19 operation.
19 operation.
20
20
21 This extension is usefull for:
21 This extension is useful for:
22 * Japanese Windows users using shift_jis encoding.
22 * Japanese Windows users using shift_jis encoding.
23 * Chinese Windows users using big5 encoding.
23 * Chinese Windows users using big5 encoding.
24 * All users who use a repository with one of problematic encodings on
24 * All users who use a repository with one of problematic encodings on
@@ -320,7 +320,7 b' PYTHONPATH::'
320 the given date/time and the current date/time.
320 the given date/time and the current date/time.
321 - basename: Any text. Treats the text as a path, and returns the
321 - basename: Any text. Treats the text as a path, and returns the
322 last component of the path after splitting by the path
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 "foo/bar/baz" becomes "baz" and "foo/bar//" becomes "bar".
324 "foo/bar/baz" becomes "baz" and "foo/bar//" becomes "bar".
325 - stripdir: Treat the text as path and strip a directory level, if
325 - stripdir: Treat the text as path and strip a directory level, if
326 possible. For example, "foo" and "foo/bar" becomes "foo".
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 The 'include' directive causes a file, or all files under a
54 The 'include' directive causes a file, or all files under a
55 directory, to be included in the destination repository, and the
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 The 'exclude' directive causes files or directories to be omitted.
57 The 'exclude' directive causes files or directories to be omitted.
58 The 'rename' directive renames a file or directory. To rename from
58 The 'rename' directive renames a file or directory. To rename from
59 a subdirectory into the root of the repository, use '.' as the
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 in the sandbox to find the CVS repository, and then uses CVS rlog
104 in the sandbox to find the CVS repository, and then uses CVS rlog
105 commands to find files to convert. This means that unless a
105 commands to find files to convert. This means that unless a
106 filemap is given, all files under the starting directory will be
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 sandbox is ignored.
108 sandbox is ignored.
109
109
110 Because CVS does not have changesets, it is necessary to collect
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 its subdirectories are listed as possible branches. If
155 its subdirectories are listed as possible branches. If
156 "svn://repo/path/tags" exists, it is looked for tags referencing
156 "svn://repo/path/tags" exists, it is looked for tags referencing
157 converted branches. Default "trunk", "branches" and "tags" values
157 converted branches. Default "trunk", "branches" and "tags" values
158 can be overriden with following options. Set them to paths
158 can be overridden with following options. Set them to paths
159 relative to the source URL, or leave them blank to disable
159 relative to the source URL, or leave them blank to disable auto
160 autodetection.
160 detection.
161
161
162 --config convert.svn.branches=branches (directory name)
162 --config convert.svn.branches=branches (directory name)
163 specify the directory containing branches
163 specify the directory containing branches
@@ -31,7 +31,7 b' replaced with customized keywords and te'
31 kwdemo" to control the results of your config changes.
31 kwdemo" to control the results of your config changes.
32
32
33 Before changing/disabling active keywords, run "hg kwshrink" to avoid
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 history.
35 history.
36
36
37 To force expansion after enabling it, or a configuration change, run
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