Module implementing a dialog to show the output of the hg diff command.
HgDiffDialog | Class implementing a dialog to show the output of the hg diff command. |
None |
Class implementing a dialog to show the output of the hg diff command.
HgDiffDialog | Constructor |
debug | Public method to output a debug message. |
edit | Public method to enter some text. |
handleSave | Private slot to handle the Save button press. |
note | Public method to output a note. |
prompt | Public method to prompt the user for some input. |
start | Public slot to perform the diff command. |
status | Public method to output a status message. |
warn | Public method to output a warning message. |
write | Public method to write something to the output of the dialog. |
write_err | Public method to write something to the errors output of the dialog. |
Constructor
Public method to output a debug message.
Public method to enter some text.
Private slot to handle the Save button press.
It saves the diff shown in the dialog to a file in the local filesystem.
Public method to output a note.
Public method to prompt the user for some input.
Public slot to perform the diff command.
Public method to output a status message.
Public method to output a warning message.
Public method to write something to the output of the dialog.
Public method to write something to the errors output of the dialog.