Fix bazaar update instructions
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 28 Dec 2009 09:38:43 +0000 (10:38 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 28 Dec 2009 09:38:43 +0000 (10:38 +0100)
INSTALL.BZR

index 2ff6ca8..3840d5a 100644 (file)
@@ -14,7 +14,7 @@ Some of the files that are included in the Emacs tarball, such as
 byte-compiled Lisp files, are not stored in Bazaar.  Therefore, to
 build from Bazaar you must run "make bootstrap" instead of just "make":
 
-  $ cvs update -dP
+  $ bzr pull
   $ make bootstrap
 
 Normally, it is not necessary to use "make bootstrap" after every