[meld/VersionControlRework: 102/123] vcview: Comment clean



commit d57f357fc50e05a424041c8d644146f218f59b47
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Apr 18 07:27:20 2015 +1000

    vcview: Comment clean

 meld/vcview.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meld/vcview.py b/meld/vcview.py
index 9be5e73..c55a087 100644
--- a/meld/vcview.py
+++ b/meld/vcview.py
@@ -315,8 +315,8 @@ class VcView(melddoc.MeldDoc, gnomeglade.Component):
         self.recompute_label()
         self.scheduler.remove_all_tasks()
 
-        # If the user is just diffing a file (ie not a directory), there's no
-        # need to scan the rest of the repository
+        # If the user is just diffing a file (i.e., not a directory),
+        # there's no need to scan the rest of the repository.
         if not os.path.isdir(self.vc.location):
             return
 


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