Change in osmo-dev[master]: flake8

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Nov 8 10:32:22 UTC 2018


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


Change subject: flake8
......................................................................

flake8

Change-Id: Ia97d41cb840490115b0facc53cf03e8b63cca973
---
M src/gits
1 file changed, 13 insertions(+), 9 deletions(-)



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

diff --git a/src/gits b/src/gits
index da9e921..b1adc4f 100755
--- a/src/gits
+++ b/src/gits
@@ -342,27 +342,31 @@
     sub = parser.add_subparsers(title='action', dest='action')
     sub.required = True
 
+    # status
     sub.add_parser('status', aliases=['st', 's'],
-        help='show a branch summary and indicate modifications')
+                   help='show a branch summary and indicate modifications')
 
+    # fetch
     fetch = sub.add_parser('fetch', aliases=['f'],
-                   help='run 'git fetch' in each clone (use before rebase)')
+                           help="run 'git fetch' in each clone (use before rebase)")
     fetch.add_argument('remainder', nargs=argparse.REMAINDER,
-               help='additional arguments to be passed to git fetch')
+                       help='additional arguments to be passed to git fetch')
 
+    # rebase
     sub.add_parser('rebase', aliases=['r', 're'],
-        help='interactively ff-merge master, rebase current branches')
+                   help='interactively ff-merge master, rebase current branches')
 
+    # sh
     sh = sub.add_parser('sh',
-        help='run shell command in each clone (`gits sh echo hi`)')
+                        help='run shell command in each clone (`gits sh echo hi`)')
     sh.add_argument('remainder', nargs=argparse.REMAINDER,
-        help='command to run in each clone')
+                    help='command to run in each clone')
 
+    # do
     do = sub.add_parser('do',
-        help='run git command in each clone (`gits do clean -dxf`)')
+                        help='run git command in each clone (`gits do clean -dxf`)')
     do.add_argument('remainder', nargs=argparse.REMAINDER,
-        help='git command to run in each clone')
-
+                    help='git command to run in each clone')
     return parser.parse_args()
 
 

-- 
To view, visit https://gerrit.osmocom.org/11677
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: Ia97d41cb840490115b0facc53cf03e8b63cca973
Gerrit-Change-Number: 11677
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181108/be958e4a/attachment.htm>


More information about the gerrit-log mailing list