~maxb/bzr-svn/fetch-svn-rev-info-progress-bar

« back to all changes in this revision

Viewing changes to annotate.py

  • Committer: Max Bowsher
  • Date: 2010-07-30 22:50:54 UTC
  • mfrom: (3324.1.37 trunk)
  • Revision ID: maxb@f2s.com-20100730225054-un1llcngdofg585w
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        idmap = self._repository.get_fileid_map(revmeta, mapping)
68
68
        return idmap.lookup(mapping, ip)
69
69
 
70
 
    def _handler(self, path, rev, revprops):
 
70
    def _handler(self, path, rev, revprops, result_of_merge=None):
71
71
        try:
72
72
            fileid, revid, _ = self._get_ids(path, rev, revprops)
73
73
            assert revid is not None