~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 04:41:38 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:918
browser: Expose svn update functionality. This brings a need for an
         icon for the conflicted state, so one was made.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
        ('svnadd',      ['Add',          'Schedule the selected temporary files to be added permanently']),
177
177
        ('svndiff',     ['Diff',         'View any changes to the selected file since its last committed state']),
178
178
        ('svnrevert',   ['Revert',       'Restore the selected files back to their last committed state']),
 
179
        ('svnupdate',   ['Update',       'Update your files with changes from the permanent repository']),
179
180
        ('svncommit',   ['Commit',       'Commit any changes to the permanent repository']),
180
181
        ('svnlog',      ['View Log',     'View the log of commits of the selected file']),
181
182
        ('svncheckout', ['Re-checkout',  'Re-checkout your default directories'])