comparison doc/hg.1.txt @ 924:ab681ea2857e

updated help text and added manpage section for hg paths Index: hg/doc/hg.1.txt ===================================================================
author TK Soh <teekaysoh@yahoo.com>
date Tue, 16 Aug 2005 17:30:41 -0800
parents 891b6a262c4b
children 6f2c3bcbfaaf
comparison
equal deleted inserted replaced
923:c7a3b88505cd 924:ab681ea2857e
251 is given then the tip is used. 251 is given then the tip is used.
252 252
253 parents:: 253 parents::
254 Print the working directory's parent revisions. 254 Print the working directory's parent revisions.
255 255
256 paths [NAME]::
257 Show definition of symbolic path name NAME. If no name is given, show
258 definition of available names.
259
260 Path names are defined in the [paths] section of the $HOME/.hgrc and
261 <repo>/.hg/hgrc configuration files. If run outside a repo, 'paths'
262 queries only $HOME/.hgrc.
263
256 pull <repository path>:: 264 pull <repository path>::
257 Pull changes from a remote repository to a local one. 265 Pull changes from a remote repository to a local one.
258 266
259 This finds all changes from the repository at the specified path 267 This finds all changes from the repository at the specified path
260 or URL and adds them to the local repository. By default, this 268 or URL and adds them to the local repository. By default, this