osmith has uploaded this change for review. ( https://gerrit.osmocom.org/11675


Change subject: ask which command to run
......................................................................

ask which command to run

Change-Id: I0bed4195141b1e5a345529f30417f29b5269b1c8
---
M src/gits
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/75/11675/1

diff --git a/src/gits b/src/gits
index 2dbb564..dc7308c 100755
--- a/src/gits
+++ b/src/gits
@@ -192,6 +192,8 @@


 def cmd_sh(cmd):
+    if not cmd:
+        error("which command do you want to run?")
     for git_dir in git_dirs():
         print('\n===== %s =====' % git_dir)
         print('+ %s' % cmd_to_str(cmd))

--
To view, visit https://gerrit.osmocom.org/11675
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0bed4195141b1e5a345529f30417f29b5269b1c8
Gerrit-Change-Number: 11675
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to