Changes

Jump to: navigation, search

User:Minooz/NexJ

191 bytes added, 12:00, 23 September 2010
Mercurial
* '''Terminology'''
: [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.
 
#To introduce a little terminology, 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.
1
edit

Navigation menu