]> git.eshelyaron.com Git - emacs.git/commitdiff
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 2ff6ca8c4a7a9fdd3c7f4655d4283c4849b24bc8..3840d5a5a7e3c4cc60d635e7f798e81224214547 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