public interface RevisionSelector
AbstractVcs.getRevisionSelector()| Modifier and Type | Method and Description |
|---|---|
VcsRevisionNumber |
selectNumber(VirtualFile file)
Shows the UI for selecting the version number and returns the selected
version number or null if the selection was cancelled.
|
VcsRevisionNumber selectNumber(VirtualFile file)
file - the file for which the version number is requested.