~ubuntu-branches/debian/jessie/loggerhead/jessie

« back to all changes in this revision

Viewing changes to loggerhead/apps/branch.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2008-12-09 01:04:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081209010439-67a169sw58q1nru3
Tags: 1.10-1
* New upstream release.
* Stop writing home directory to pid file. (Closes: #507002)
* Use objlib from bzr. (Closes: #506999)
* Fix dependency on python-paste.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
        self.branch.lock_read()
111
111
        try:
112
112
            try:
113
 
                c = cls(self, self.get_history())
 
113
                c = cls(self, self.get_history)
114
114
                return c(environ, start_response)
115
115
            except:
116
116
                environ['exc_info'] = sys.exc_info()