src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
equal deleted inserted replaced
9481:0b936ff1bbb9 9482:a2bc06a54d9d
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 )

eric ide

mercurial