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

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: wagrant
  • Date: 2008-07-21 06:26:27 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:921
fileservice_lib, browser: Rename the old remove action to delete, to
      make room for our new svn remove action, which was just added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
      ]),
175
175
      ('Subversion', True, [
176
176
        ('svnadd',      ['Add',          'Schedule the selected temporary files to be added permanently']),
 
177
        ('svnremove',   ['Remove',       'Schedule the selected permanent files to be removed']),
177
178
        ('svndiff',     ['Diff',         'View any changes to the selected file since its last committed state']),
178
179
        ('svnrevert',   ['Revert',       'Restore the selected files back to their last committed state']),
179
180
        ('svnupdate',   ['Update',       'Update your files with changes from the permanent repository']),