So new to Mercurial

Francisco Diaz Trepat - gmail francisco.diaztrepat at gmail.com
Thu Jul 5 11:03:23 CDT 2007


Thanks Michael. I'll try it up as soon as I get home.

SAD... -_-'

Is there anyone using a plugin for netbeans in this list?

For netbeans 5.5 o 5.5.1. I think DP 9 is unstable and 10 worst yeat with
that memory leak.

But I think there is a generic SCM plugin that works with any command line
SCM system.

regards,
f(t)


On 7/5/07, Michael Smith <michael.smith at thalesatm.com> wrote:
>
> Francisco Diaz Trepat - gmail wrote:
> > Hi all, I'm glad to be here, mercurial seems pretty nice.
> >
> > I need to create a repository, as I am developing personal projects.
> >
> > I didn't want to clone or follow the quick-start. I rather learn slowly.
> >
> > It's kind of late so I apologise if this is basic.
> >
> > I didn't seem to find a tutorial like:
> >
> >
> > create new repository
> >
> > load new repository
> >
> > How do I create a repository from scratch.
> >
> > By running hg  init?
>
> Yes.
>
> cd ~/your-project
> hg init        #creates .hg directory
> hg add         #adds all files in your directory tree to the repository
> hg commit -m "my initial delivery"
> hg log         # will show one revision
> hg manifest    # list files in repository
>
> # also
>
> hg help
>
> --
> Michael Smith               | 61 386 304 560
> Team Leader, Case and Tools | 61 416 062 898
> Thales Australia TCC        |    S  37.82329
> Melbourne, Victoria         |    E 144.95426
> --------------------------------------------
> Confidentiality Notice: This e-mail may contain confidential and/or
> privileged information and is intended solely for the addressee(s)
> named. If you have received this information in error, or are advised
> that you have been posted this e-mail by accident, please notify the
> sender by return e-mail, do not redistribute it, delete the e-mail and
> keep no copies.
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20070705/0ec3d4cc/attachment.htm 


More information about the Mercurial mailing list