Differences between revisions 88 and 89
Revision 88 as of 2006-11-28 23:11:35
Size: 4862
Editor: corecode
Comment:
Revision 89 as of 2006-12-03 02:00:58
Size: 5204
Editor: tjyang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 50: Line 50:
== RCS and hg comparison ==
 A simple comparison table for RCS vs hg commands.
 || Actions || RCS || hg ||
 || init || mkdir RCS || hg init ||
 || add a file || ci -u myfirstfile || hg add myfirstfile ||
 || check out a file || co -l myfirstfile || ??? ||
 || find out the status || rlog myfirstfile || hg status myfirstfile ? ||

[http://www.selenic.com/mercurial/mercurial-logo.png]

Include(Mercurial/NewsItems)

Hg: the chemical symbol for mercury, from the Greek hydrargyrum.

mercurial: relating to or having characteristics (eloquence, shrewdness, swiftness, thievishness) attributed to the god Mercury.

Mercurial: a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects.

This is a wiki for the Mercurial ["DistributedSCM"] tool.

Please contribute!

Contributions are most welcome, but please create a user name for yourself before you edit anything (we were hit by too many spammers and kiddies when this wiki was anonymously editable). To do this, click on the "Login" link up in the top right corner of this page and follow the instructions from there. Mercurial itself and all wiki content are available under the [http://www.gnu.org/copyleft/gpl.html GNU GPL].

New to all this stuff?

Mercurial user survey

BryanOSullivan has published the results of the first Mercurial UserSurvey.

Using Mercurial

For refugees from CVS and other systems

  • CvsConcepts - translations of ["CVS"] concepts into Mercurial terms

  • CvsCommands - equivalents of commands provided by ["CVS"]

  • ConvertingRepositories from other ["SCM"] formats to Mercurial

  • ["Glossary"] of terms (useful if you're not used to distributed source management)
  • A ["Tag"] is slightly different in Mercurial than in other ["SCM"] systems

RCS and hg comparison

  • A simple comparison table for RCS vs hg commands.

    Actions

    RCS

    hg

    init

    mkdir RCS

    hg init

    add a file

    ci -u myfirstfile

    hg add myfirstfile

    check out a file

    co -l myfirstfile

    ???

    find out the status

    rlog myfirstfile

    hg status myfirstfile ?

Extensions

Information for contributors

Further information

Mercurial (last edited 2021-09-28 19:28:24 by Juan Vicente)