Faulty understanding
Benoît Allard
benoit at aeteurope.nl
Wed Oct 1 08:56:30 CDT 2008
Will Maier wrote:
> Hi John-
>
> On Wed, Oct 01, 2008 at 06:34:12PM +0700, John Francis Lee wrote:
>> I'm trying to start a mercurial repository for some legislation.
>>
>> I make a directory, and cd into it
>> run "hg init"
>> copy the legislation into the directory,
>> 2 files
>
> You need to add the files to the repository first (ie, explicitly
> instruct Mercurial to manage them) using 'hg add'.
>
Or use the magic "-A" parameter during your commit that will combine a
"addremove" (manage all added files, and unmanage all removed files),
and a "commit" at one glance.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4197 bytes
Desc: S/MIME Cryptographic Signature
Url : http://selenic.com/pipermail/mercurial/attachments/20081001/7ddca351/attachment.bin
More information about the Mercurial
mailing list