183 self.__config["extensions"]["#fastexport"] = "" |
183 self.__config["extensions"]["#fastexport"] = "" |
184 |
184 |
185 if self.uncommitCheckBox.isChecked(): |
185 if self.uncommitCheckBox.isChecked(): |
186 self.__config["extensions"]["uncommit"] = "" |
186 self.__config["extensions"]["uncommit"] = "" |
187 else: |
187 else: |
188 if "uncommit" in self.__config["uncommit"]: |
188 if "uncommit" in self.__config["extensions"]: |
189 del self.__config["extensions"]["uncommit"] |
189 del self.__config["extensions"]["uncommit"] |
190 self.__config["extensions"]["#uncommit"] = "" |
190 self.__config["extensions"]["#uncommit"] = "" |
191 |
191 |
192 ################################################################### |
192 ################################################################### |
193 ## http_proxy section |
193 ## http_proxy section |