Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph

fix indentation error in hgqt/qtlib.py

Changeset 620eff4aee7a

Parent 439a88ea1679

by Adrian Buehlmann

Changes to one file · Browse files at 620eff4aee7a Showing diff from parent 439a88ea1679 Diff from another changeset...

 
73
74
75
76
 
77
78
79
 
73
74
75
 
76
77
78
79
@@ -73,7 +73,7 @@
    takes st, unicode or QString as strQstring'''   - if isinstance(strQstring, QString): + if isinstance(strQstring, QString):   return strQstring.startsWith(startstr)   else:   return strQstring.startswith(startstr)