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] update hg cheatsheet

# HG changeset patch
# User ach61@xxxxxxxxxxxxxxxxxxxxxx
# Node ID b237f032cee120f64dfbbbf08107b58b3d745220
# Parent  7ca01ac7dee03fb5f196220b31baf6773c8c1b7d

update hg cheatsheet

diff -r 7ca01ac7dee0 -r b237f032cee1 docs/misc/hg-cheatsheet.txt
--- a/docs/misc/hg-cheatsheet.txt       Wed Jul  6 18:04:19 2005
+++ b/docs/misc/hg-cheatsheet.txt       Wed Jul  6 18:27:32 2005
@@ -95,6 +95,8 @@
 repository from:
  
   
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable.hg.tar.gz
+
+  (or copy from /usr/groups/netos/html/xen/downloads/xen-unstable.hg.tar.gz)
 
 Untar the repository on your disk, cd into it, and then pull the most
 recent changes:
@@ -430,4 +432,7 @@
  you have two parents.  Otherwise, the single parent is the changeset
  which you most recently checked out.
 
-
+Show the revision history for a single file
+
+   hg [-v] log <filename>
+

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] update hg cheatsheet, Xen patchbot -unstable <=