Changes

Jump to: navigation, search

User:Minooz/NexJ

236 bytes added, 12:15, 23 September 2010
Mercurial Documentation
#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. ''Changeset'' is also referred to as ''change'', ''cset'', ''revision'' or ''rev''.
#''Changeset'' field has the format of a number, followed by a colon, followed by a hexadecimal (or hex) string. These are identifiers for the changeset. The hex string is a unique identifier: the same hex string will always refer to the same changeset in every copy of this repository. The number is shorter and easier to type than the hex string, but it isn't unique: the same number in two different clones of a repository may identify different changesets. ''changeset: 0:0a04b987be5a''
#
 
Mercurial uses revision numbers purely as a convenient shorthand. If you need to discuss a changeset with someone, or
make a record of a changeset for some other reason (for example, in a bug report), use the hexadecimal identifier.
#Some changesets, have a tag field. A ''tag'' is another way to identify a changeset, by giving it an easy-to-remember name. ''tag: tip''
1
edit

Navigation menu