emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118211: Neutralize some production names specific t


From: Eric S. Raymond
Subject: [Emacs-diffs] trunk r118211: Neutralize some production names specific to a repository type.
Date: Sat, 25 Oct 2014 19:54:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118211
revision-id: address@hidden
parent: address@hidden
committer: Eric S. Raymond <address@hidden>
branch nick: trunk
timestamp: Sat 2014-10-25 15:53:26 -0400
message:
  Neutralize some production names specific to a repository type.
modified:
  lisp/makefile.w32-in           
makefile.w32in-20091113204419-o5vbwnq5f7feedwu-1912
=== modified file 'lisp/makefile.w32-in'
--- a/lisp/makefile.w32-in      2014-01-01 07:43:34 +0000
+++ b/lisp/makefile.w32-in      2014-10-25 19:53:26 +0000
@@ -257,11 +257,11 @@
 
 updates: $(lisp)/subdirs.el autoloads mh-autoloads finder-data custom-deps
 
-# This is useful after "bzr up".
-bzr-update: recompile autoloads finder-data custom-deps
+# This is useful after a repository fetch.
+repo-update: recompile autoloads finder-data custom-deps
 
 # For backwards compatibility:
-cvs-update: bzr-update
+cvs-update: repo-update
 
 # Update the AUTHORS file.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]