comparison doc/hg.1.txt @ 907:652507dc9fce

Modify init command to take an optional directory to set up. If the directory does not exist, it is created. If no directory is given, the current directory is used.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 14 Aug 2005 21:33:09 -0800
parents 01215ad04283
children 891b6a262c4b
comparison
equal deleted inserted replaced
906:c711930cf15d 907:652507dc9fce
194 meaning as the correnponding patch option 194 meaning as the correnponding patch option
195 -b <path> base directory to read patches from 195 -b <path> base directory to read patches from
196 196
197 aliases: patch 197 aliases: patch
198 198
199 init:: 199 init [dest]::
200 Initialize a new repository in the current directory. 200 Initialize a new repository in the given directory. If the given
201 directory does not exist, it is created.
202
203 If no directory is given, the current directory is used.
201 204
202 locate [options] [files]:: 205 locate [options] [files]::
203 Print all files under Mercurial control whose names match the 206 Print all files under Mercurial control whose names match the
204 given patterns. 207 given patterns.
205 208