~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: 2009-12-01 05:04:26 UTC
  • mfrom: (1318.1.2 svn-fixes)
  • Revision ID: coles.david@gmail.com-20091201050426-h4d6321tc1fixaho
Add in SVN Cleanup interface for locked workspaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
            ('svncommit',   ['Commit',         'Commit any changes to the permanent repository']),
129
129
            ('svnresolved', ['Mark Resolved',  'Mark a conflicted file as being resolved']),
130
130
            ('svnlog',      ['View Log',       'View the log of commits of the selected file']),
 
131
            ('svncleanup',  ['Cleanup',     'Clear stale Subversion locks']),
131
132
          ])
132
133
        ]
133
134