~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/apps/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2008-08-06 18:33:20 UTC
  • mto: (197.1.9 pathargs)
  • mto: This revision was merged to the branch mainline in revision 202.
  • Revision ID: jelmer@samba.org-20080806183320-6llann0k480dlb9y
add --log-folder option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from loggerhead.controllers.atom_ui import AtomUI
18
18
from loggerhead.controllers.download_ui import DownloadUI
19
19
from loggerhead.controllers.search_ui import SearchUI
20
 
from loggerhead.controllers.diff_ui import DiffUI
21
20
from loggerhead.history import History
22
21
from loggerhead import util
23
22
 
79
78
        'download': DownloadUI,
80
79
        'atom': AtomUI,
81
80
        'search': SearchUI,
82
 
        'diff': DiffUI,
83
81
        }
84
82
 
85
83
    def last_updated(self):