~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/__init__.py

  • Committer: David Coles
  • Date: 2010-07-20 05:42:59 UTC
  • Revision ID: coles.david@gmail.com-20100720054259-j4xyqagognlis8wh
Added Subversion rename to Filebrowser.

Allows for versioned files to be renamed without having to delete/add them.

Show diffs side-by-side

added added

removed removed

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