26 from .GitUtilities import strToQByteArray |
26 from .GitUtilities import strToQByteArray |
27 |
27 |
28 import Preferences |
28 import Preferences |
29 |
29 |
30 |
30 |
|
31 # TODO: add button to set user credentials (git remote set-url) |
31 class GitRemoteRepositoriesDialog(QWidget, Ui_GitRemoteRepositoriesDialog): |
32 class GitRemoteRepositoriesDialog(QWidget, Ui_GitRemoteRepositoriesDialog): |
32 """ |
33 """ |
33 Class implementing a dialog to show available remote repositories. |
34 Class implementing a dialog to show available remote repositories. |
34 """ |
35 """ |
35 def __init__(self, vcs, parent=None): |
36 def __init__(self, vcs, parent=None): |