doc/hg.1.txt
changeset 1045 b35d5b86e240
parent 1036 7c00f5f2c967
child 1084 069b4311a81b
equal deleted inserted replaced
1044:4bfa960f8d2a 1045:b35d5b86e240
   205 import [-p <n> -b <base> -f] <patches>::
   205 import [-p <n> -b <base> -f] <patches>::
   206     Import a list of patches and commit them individually.
   206     Import a list of patches and commit them individually.
   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 
   214     aliases: patch
   214     aliases: patch
   215 
   215 
   352     operation. It should only be necessary when Mercurial suggests it.
   352     operation. It should only be necessary when Mercurial suggests it.
   353 
   353 
   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 
   361     aliases: rm
   361     aliases: rm
   362 
   362 
   527     foo/**.c       any name ending in ".c" in the directory foo, or any
   527     foo/**.c       any name ending in ".c" in the directory foo, or any
   528                    subdirectory
   528                    subdirectory
   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
   536 ---------------------------
   536 ---------------------------
   537 
   537 
   621     This file contains regular expressions (one per line) that describe file
   621     This file contains regular expressions (one per line) that describe file
   622     names that should be ignored by hg.
   622     names that should be ignored by hg.
   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::
   630     This file contains defaults and configuration. Values in .hg/hgrc
   630     This file contains defaults and configuration. Values in .hg/hgrc
   631     override those in $HOME/.hgrc, and these override settings made in the
   631     override those in $HOME/.hgrc, and these override settings made in the