##// END OF EJS Templates
run the doc/* through aspell.
Benoit Boissinot -
r1045:b35d5b86 default
parent child Browse files
Show More
@@ -207,7 +207,7 b' import [-p <n> -b <base> -f] <patches>::'
207
207
208 options:
208 options:
209 -p, --strip <n> directory strip option for patch. This has the same
209 -p, --strip <n> directory strip option for patch. This has the same
210 meaning as the correnponding patch option
210 meaning as the corresponding patch option
211 -b <path> base directory to read patches from
211 -b <path> base directory to read patches from
212 -f, --force skip check for outstanding uncommitted changes
212 -f, --force skip check for outstanding uncommitted changes
213
213
@@ -354,7 +354,7 b' recover::'
354 remove [files ...]::
354 remove [files ...]::
355 Schedule the indicated files for removal from the repository.
355 Schedule the indicated files for removal from the repository.
356
356
357 This command shedules the files to be removed at the next commit.
357 This command schedules the files to be removed at the next commit.
358 This only removes files from the current branch, not from the
358 This only removes files from the current branch, not from the
359 entire project history.
359 entire project history.
360
360
@@ -529,7 +529,7 b' FILE NAME PATTERNS'
529
529
530 Regexp examples:
530 Regexp examples:
531
531
532 re:.*\.c$ any name ending in ".c", anywhere in the repsitory
532 re:.*\.c$ any name ending in ".c", anywhere in the repository
533
533
534
534
535 SPECIFYING SINGLE REVISIONS
535 SPECIFYING SINGLE REVISIONS
@@ -623,7 +623,7 b' FILES'
623
623
624 .hgtags::
624 .hgtags::
625 This file contains changeset hash values and text tag names (one of each
625 This file contains changeset hash values and text tag names (one of each
626 seperated by spaces) that correspond to tagged versions of the repository
626 separated by spaces) that correspond to tagged versions of the repository
627 contents.
627 contents.
628
628
629 /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc::
629 /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc::
General Comments 0
You need to be logged in to leave comments. Login now