# HG changeset patch # User Benoit Boissinot # Date 1124987119 -7200 # Node ID b35d5b86e2409f5b3c33798aca475b523cc1e81c # Parent 4bfa960f8d2a82f1d03acf22029c6ef8cc9bfad4 run the doc/* through aspell. diff -r 4bfa960f8d2a -r b35d5b86e240 doc/hg.1.txt --- a/doc/hg.1.txt Thu Aug 25 16:00:08 2005 +0200 +++ b/doc/hg.1.txt Thu Aug 25 18:25:19 2005 +0200 @@ -207,7 +207,7 @@ options: -p, --strip directory strip option for patch. This has the same - meaning as the correnponding patch option + meaning as the corresponding patch option -b base directory to read patches from -f, --force skip check for outstanding uncommitted changes @@ -354,7 +354,7 @@ remove [files ...]:: Schedule the indicated files for removal from the repository. - This command shedules the files to be removed at the next commit. + This command schedules the files to be removed at the next commit. This only removes files from the current branch, not from the entire project history. @@ -529,7 +529,7 @@ Regexp examples: - re:.*\.c$ any name ending in ".c", anywhere in the repsitory + re:.*\.c$ any name ending in ".c", anywhere in the repository SPECIFYING SINGLE REVISIONS @@ -623,7 +623,7 @@ .hgtags:: This file contains changeset hash values and text tag names (one of each - seperated by spaces) that correspond to tagged versions of the repository + separated by spaces) that correspond to tagged versions of the repository contents. /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc::