Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 2962
d6c9d1ca2da4
parent 2848
15c84f1f745a
child 3008
7848489bcb92
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sun Sep 29 14:22:08 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sun Sep 29 15:08:57 2013 +0200
@@ -1257,7 +1257,9 @@
     @pyqtSlot(bool)
     def on_stopCheckBox_clicked(self, checked):
         """
-        Private slot called, when the stop on copy/move checkbox is clicked
+        Private slot called, when the stop on copy/move checkbox is clicked.
+        
+        @param checked flag indicating the state of the check box (boolean)
         """
         self.vcs.getPlugin().setPreferences("StopLogOnCopy",
                                             self.stopCheckBox.isChecked())

eric ide

mercurial