* [PATCH] cheatsheet typos fix
@ 2005-07-01 14:44 aq
0 siblings, 0 replies; only message in thread
From: aq @ 2005-07-01 14:44 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 221 bytes --]
This patch fixes few typos in hg-cheatsheet.txt
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
$ diffstat cheatsheet.patch
hg-cheatsheet.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
[-- Attachment #2: cheatsheet.patch --]
[-- Type: application/octet-stream, Size: 843 bytes --]
diff -r 7c95f26c2f0e docs/misc/hg-cheatsheet.txt
--- a/docs/misc/hg-cheatsheet.txt Fri Jul 1 13:35:03 2005
+++ b/docs/misc/hg-cheatsheet.txt Fri Jul 1 23:33:14 2005
@@ -148,7 +148,7 @@
can find further information with "hg -v history".
The changeset identifier has two parts, a _local_ monotonically
-increasing changeset id, 4792 above, and a _global_ hash, which
+increasing changeset id, 5599 above, and a _global_ hash, which
follows the colon on the changeset line. The hash uniquely identifies
the changeset and its lineage back to the root of the changeset tree
-- it is useful for distributed management and so on. However, as it
@@ -190,8 +190,8 @@
creation:
- touch a (or otherwise created a file)
- hg add a
+ touch a.txt (or otherwise created a file)
+ hg add a.txt
You can see what has changed using:
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-01 14:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-01 14:44 [PATCH] cheatsheet typos fix aq
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.