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

« back to all changes in this revision

Viewing changes to lib/conf/apps.py

  • Committer: wagrant
  • Date: 2008-07-08 07:00:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:830
Add an svnlog app. It nicely displays all log entries for a path,
though it won't scale well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
                    requireauth = True,
134
134
                    hashelp = False)
135
135
 
 
136
app_svnlog = App(dir = "svnlog",
 
137
                    name = "Subversion Log",
 
138
                    requireauth = True,
 
139
                    hashelp = False)
 
140
 
136
141
app_subjects = App(dir = "subjects",
137
142
                    name = "Subjects",
138
143
                    desc = "Announcements and information about the subjects "
165
170
    "settings" : app_settings,
166
171
    "userservice" : app_userservice,
167
172
    "diff" : app_diff,
 
173
    "svnlog" : app_svnlog,
168
174
    "subjects" : app_subjects,
169
175
    "home" : app_home,
170
176
}