2337 bookmarksList = self.vcs.hgGetBookmarksList() |
2337 bookmarksList = self.vcs.hgGetBookmarksList() |
2338 bookmark, ok = QInputDialog.getItem( |
2338 bookmark, ok = QInputDialog.getItem( |
2339 self, |
2339 self, |
2340 self.tr("Move Bookmark"), |
2340 self.tr("Move Bookmark"), |
2341 self.tr( |
2341 self.tr( |
2342 "Select the bookmark to be moved to changeset" ' "{0}":' |
2342 "Select the bookmark to be moved to changeset '{0}':" |
2343 ).format(changeset), |
2343 ).format(changeset), |
2344 [""] + bookmarksList, |
2344 [""] + bookmarksList, |
2345 0, |
2345 0, |
2346 False, |
2346 False, |
2347 ) |
2347 ) |