WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] This patch fixes few typos in hg-cheatsheet.txt

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] This patch fixes few typos in hg-cheatsheet.txt
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 01 Jul 2005 11:50:11 -0400
Delivery-date: Fri, 01 Jul 2005 15:50:35 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID f5aaeb5688cfea0feb945114b7e9865128fa5ac6
# Parent  88a7a299d92757808bada031ed546bf3862ca496

This patch fixes few typos in hg-cheatsheet.txt
Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>

diff -r 88a7a299d927 -r f5aaeb5688cf docs/misc/hg-cheatsheet.txt
--- a/docs/misc/hg-cheatsheet.txt       Fri Jul  1 14:32:22 2005
+++ b/docs/misc/hg-cheatsheet.txt       Fri Jul  1 15:43:44 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:
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] This patch fixes few typos in hg-cheatsheet.txt, Xen patchbot -unstable <=