Changes

Jump to: navigation, search

User:Minooz/NexJ

8 bytes added, 12:02, 23 September 2010
Mercurial
: More about installation [http://www.aventinesolutions.nl/mediawiki/index.php/Quick_Tip:_Getting_Started_with_Mercurial]
: Eclipse-Mercurial Video [http://blogs.intland.com/main/entry/39]-[http://code.google.com/p/hgeclipse-demo/ Demo]
: Documentation for Eclipse-Mercurial [http://bitbucket.org/mercurialeclipse/main/wiki/Documentation]
 * '''TerminologyDocumentation'''
: [http://matrix.senecac.on.ca/~mziaei1/CDOT/hgbook.pdf Here] is a documentation for hg.
: [http://matrix.senecac.on.ca/~mziaei1/CDOT/TortoiseHg.pdf Here] is a documentation for TortoiseHg.
:Some Basic Terms#To introduce a little terminology, the The .hg directory is the “real” repository, and all of the files and directories that coexist with it are said to live in the ''working directory''. An easy way to remember the distinction is that the ''repository'' contains the history of your project, while the ''working directory'' contains a snapshot of your project at a particular point in history.
#The ''hg log'' command gives us a view of the history of changes in the repository. By default, this command prints a brief paragraph of output for each change to the project that was recorded. Each of these recorded events are called a ''changeset'', because it can contain a record of changes to several files.
#Some changesets, have a tag field. A ''tag'' is another way to identify a changeset, by giving it an easy-to-remember name.
1
edit

Navigation menu