Changeset 185 in tracdarcs for tracdarcs/updatedb.py


Ignore:
Timestamp:
06/11/10 16:05:16 (2 years ago)
Author:
lele@…
Hash name:
20100611140516-97f81-7eff9b8bd5140541eff4858d96bcf7b194974480
Message:

Implement eager cache
A new option, eager_annotations, controls whether the cache is
computed lazily as before, that is on demand at the first request, or
when the changeset is added (at sync time).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tracdarcs/updatedb.py

    r180 r185  
    162162        for rev in revscommitted: 
    163163            rev_callback(rev) 
     164 
     165    return revscommitted 
    164166 
    165167def get_last_hash(db, repo_id): 
Note: See TracChangeset for help on using the changeset viewer.