diff hg_status.py @ 16:db4037285592 main master

update deps, some ide setup
author drewp@bigasterisk.com
date Fri, 27 Aug 2021 13:40:49 -0700
parents f714a6a7842c
children a4778c56cc03
line wrap: on
line diff
--- a/hg_status.py	Sat Jul 17 00:17:56 2021 -0700
+++ b/hg_status.py	Fri Aug 27 13:40:49 2021 -0700
@@ -151,12 +151,7 @@
         repo = self.toProcess.pop(0)
 
         try:
-            update = {
-                'path': str(repo.path),
-                'github': repo.github,
-                'status': (yield repo.getStatus()),
-                'hgLatest': (yield repo.getLatestHgCommit())
-            }
+            update = {'path': str(repo.path), 'github': repo.github, 'status': (yield repo.getStatus()), 'hgLatest': (yield repo.getLatestHgCommit())}
             if repo.github:
                 update['githubLatest'] = (yield repo.getLatestGithubCommit())
             self.update(str(repo.path), update)