summaryrefslogtreecommitdiffstats
path: root/subcmds
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds')
-rw-r--r--subcmds/info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/info.py b/subcmds/info.py
index d62e1e64..a9ad52aa 100644
--- a/subcmds/info.py
+++ b/subcmds/info.py
@@ -122,7 +122,7 @@ class Info(PagedCommand):
122 self.printSeparator() 122 self.printSeparator()
123 123
124 def findRemoteLocalDiff(self, project): 124 def findRemoteLocalDiff(self, project):
125 #Fetch all the latest commits 125 # Fetch all the latest commits.
126 if not self.opt.local: 126 if not self.opt.local:
127 project.Sync_NetworkHalf(quiet=True, current_branch_only=True) 127 project.Sync_NetworkHalf(quiet=True, current_branch_only=True)
128 128