emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103698: * autogen/update_autogen: Ma


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103698: * autogen/update_autogen: Make bzr commit respect -q option.
Date: Sun, 20 Mar 2011 17:08:01 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103698
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2011-03-20 17:08:01 -0700
message:
  * autogen/update_autogen: Make bzr commit respect -q option.
modified:
  autogen/update_autogen
=== modified file 'autogen/update_autogen'
--- a/autogen/update_autogen    2011-03-20 23:58:23 +0000
+++ b/autogen/update_autogen    2011-03-21 00:08:01 +0000
@@ -169,7 +169,10 @@
 ## bzr status output is annoyingly always relative to top-level, not PWD.
 cd ../
 
-bzr commit -m "Auto-commit of generated files." $modified || \
+opt=
+[ "$quiet" ] || opt=-q
+
+bzr commit $opt -m "Auto-commit of generated files." $modified || \
     die "bzr commit error"
 
 


reply via email to

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