174
174
('upload', ['Upload File', 'Upload a file to the current directory'])
176
176
('Subversion', True, [
177
('svnadd', ['Add', 'Schedule the selected temporary files to be added permanently']),
178
('svnremove', ['Remove', 'Schedule the selected permanent files to be removed']),
179
('svndiff', ['Diff', 'View any changes to the selected file since its last committed state']),
180
('svnrevert', ['Revert', 'Restore the selected files back to their last committed state']),
181
('svnupdate', ['Update', 'Update your files with changes from the permanent repository']),
182
('svncommit', ['Commit', 'Commit any changes to the permanent repository']),
183
('svnresolved', ['Mark Resolved','Mark a conflicted file as being resolved']),
184
('svnlog', ['View Log', 'View the log of commits of the selected file']),
177
('svncut', ['Svn Cut', 'Prepare to move the selected files to another directory, maintaining history']),
178
('svncopy', ['Svn Copy', 'Prepare to copy the selected files to another directory, maintaining history']),
179
('svnadd', ['Add', 'Schedule the selected temporary files to be added permanently']),
180
('svnremove', ['Remove', 'Schedule the selected permanent files to be removed']),
181
('svndiff', ['Diff', 'View any changes to the selected file since its last committed state']),
182
('svnrevert', ['Revert', 'Restore the selected files back to their last committed state']),
183
('svnupdate', ['Update', 'Update your files with changes from the permanent repository']),
184
('svncommit', ['Commit', 'Commit any changes to the permanent repository']),
185
('svnresolved', ['Mark Resolved', 'Mark a conflicted file as being resolved']),
186
('svnlog', ['View Log', 'View the log of commits of the selected file']),