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

« back to all changes in this revision

Viewing changes to loggerhead/wholehistory.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:
41
41
 
42
42
    last_revid = branch.last_revision()
43
43
 
44
 
    log = logging.getLogger('loggerhead.%s' % branch.nick)
 
44
    log = logging.getLogger('loggerhead.%s' %
 
45
                            branch.get_config().get_nickname())
45
46
 
46
47
    graph = branch.repository.get_graph()
47
48
    parent_map = dict(((key, value) for key, value in