emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118210: Preparing foe git transition.


From: Eric S. Raymond
Subject: [Emacs-diffs] trunk r118210: Preparing foe git transition.
Date: Sat, 25 Oct 2014 19:36:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118210
revision-id: address@hidden
parent: address@hidden
committer: Eric S. Raymond <address@hidden>
branch nick: trunk
timestamp: Sat 2014-10-25 15:36:23 -0400
message:
  Preparing foe git transition.
modified:
  admin/update-copyright         
updatecopyright-20131224182540-13jihphyl48dj7pc-1
=== modified file 'admin/update-copyright'
--- a/admin/update-copyright    2014-01-01 07:43:34 +0000
+++ b/admin/update-copyright    2014-10-25 19:36:23 +0000
@@ -45,14 +45,15 @@
 } &&
 rm $emacsver.aux &&
 
-bzr_files=$(bzr ls -RV --kind file) &&
+# FIXME: command will soon need to be replaced with "git ls-files"
+repo_files=$(bzr ls -RV --kind file) &&
 
 # Do not update the copyright of files that have one or more of the
 # following problems:
 # . They are license files, maintained by the FSF, with their own dates.
 # . Their format cannot withstand changing the contents of copyright strings.
 
-updatable_files=$(find $bzr_files \
+updatable_files=$(find $repo_files \
   ! -name COPYING \
   ! -name doclicense.texi \
   ! -name gpl.texi \


reply via email to

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