private static final long serialVersionUID = 2447645113483308106L;
public void actionPerformed(ActionEvent evt) {
// Get the associated vault.
Vault vault = gemCutter.getWorkspace().getVault(moduleNameToSync);
// Show a dialog to get the revision with which to sync.
VaultRevisionChooser revisionChooserDialog = new VaultRevisionChooser(gemCutter, vault, true);
Integer selectedRevision = revisionChooserDialog.showDialog(moduleNameToSync.toSourceText());