78 Public method used to list the available bookmarks. |
78 Public method used to list the available bookmarks. |
79 |
79 |
80 @param revisions list containing the revisions to be signed |
80 @param revisions list containing the revisions to be signed |
81 @type list of str |
81 @type list of str |
82 """ |
82 """ |
|
83 from .HgGpgSignDialog import HgGpgSignDialog |
|
84 |
83 if revisions is None: |
85 if revisions is None: |
84 from .HgGpgSignDialog import HgGpgSignDialog |
|
85 |
|
86 dlg = HgGpgSignDialog( |
86 dlg = HgGpgSignDialog( |
87 self.vcs.hgGetTagsList(), |
87 self.vcs.hgGetTagsList(), |
88 self.vcs.hgGetBranchesList(), |
88 self.vcs.hgGetBranchesList(), |
89 self.vcs.hgGetBookmarksList(), |
89 self.vcs.hgGetBookmarksList(), |
90 ) |
90 ) |