README_REPOSITORY
changeset 50281 cbba16084784
parent 49443 75633efcc70d
child 50453 262dc5873f80
--- a/README_REPOSITORY	Thu Nov 29 10:45:25 2012 +0100
+++ b/README_REPOSITORY	Thu Nov 29 10:56:59 2012 +0100
@@ -22,6 +22,12 @@
 
     ./isabelle/bin/isabelle jedit
 
+4. For later update replace "hg clone ..." above by:
+
+    cd isabelle
+
+    hg pull -u
+
 
 Introduction
 ------------
@@ -189,11 +195,18 @@
   * Start publishing again by pull or fetch, which normally produces
     local merges.
 
-  * Test the merged result as usual and push back in real time.
+  * Test the merged result, e.g. like this:
+
+      isabelle build -a
+
+  * Push back in real time.
 
 Piling private changes and public merges longer than 0.5-2 hours is
 apt to produce some mess when pushing eventually!
 
+The pull-test-push cycle should not be repeated too fast, to avoid
+delaying others from doing the same concurrently.
+
 
 Content discipline
 ------------------