Mercurial > evolve
comparison docs/sharing.rst @ 4934:1765fd925fc1 stable
docs: revision numbers are technically stable
From `hg help glossary`: "Note that the revision number may be different in
each clone of a repository." But cloning the same repo multiple times yields
the same result, and that shows that revision numbers are stable.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 11 Nov 2019 02:33:54 +0700 |
parents | fff7ddbef685 |
children | 3874bc10d4a7 |
comparison
equal
deleted
inserted
replaced
4933:3e748357a055 | 4934:1765fd925fc1 |
---|---|
163 [figure SG01: rev 0:0dc9 public, rev 1:f649 draft, same on both repos] | 163 [figure SG01: rev 0:0dc9 public, rev 1:f649 draft, same on both repos] |
164 | 164 |
165 (You may notice a change in notation from the user guide: now | 165 (You may notice a change in notation from the user guide: now |
166 changesets are labelled with their revision number and the first four | 166 changesets are labelled with their revision number and the first four |
167 digits of the 40-digit hexadecimal changeset ID. Mercurial revision | 167 digits of the 40-digit hexadecimal changeset ID. Mercurial revision |
168 numbers are never stable when working across repositories, especially | 168 numbers are not consistent when working across repositories, especially |
169 when obsolescence is involved. We'll see why shortly.) | 169 when obsolescence is involved. We'll see why shortly.) |
170 | 170 |
171 Now let's switch to ``test-repo`` to test our change:: | 171 Now let's switch to ``test-repo`` to test our change:: |
172 | 172 |
173 $ cd ../test-repo | 173 $ cd ../test-repo |