129
133
('svncut', ['Svn Cut', 'Prepare to move the selected files to another directory, maintaining history']),
130
134
('svncopy', ['Svn Copy', 'Prepare to copy the selected files to another directory, maintaining history']),
135
('svnrename', ['Rename', 'Schedule the selected permanent files to be renamed']),
131
136
('svnadd', ['Add', 'Schedule the selected temporary files to be added permanently']),
132
137
('svnremove', ['Remove', 'Schedule the selected permanent files to be removed']),
133
138
('svndiff', ['Diff', 'View any changes to the selected file since its last committed state']),