2170 except pysvn.ClientError as e: |
2170 except pysvn.ClientError as e: |
2171 dlg.showError(e.args[0]) |
2171 dlg.showError(e.args[0]) |
2172 locker.unlock() |
2172 locker.unlock() |
2173 dlg.finish() |
2173 dlg.finish() |
2174 dlg.exec_() |
2174 dlg.exec_() |
|
2175 |
|
2176 # TODO: add a svnShowChangelists method to show the changelists |
|
2177 # TODO: add a svnGetChangelists method returning the changelists and their associated files |
2175 |
2178 |
2176 ############################################################################ |
2179 ############################################################################ |
2177 ## Private Subversion specific methods are below. |
2180 ## Private Subversion specific methods are below. |
2178 ############################################################################ |
2181 ############################################################################ |
2179 |
2182 |