Comment 13 for bug 240670

Revision history for this message
Daniel Holbach (dholbach) wrote :

 - Running 5-a-day --add -f is already supported.
 - I personally thought it'd consume too much time - seems it doesn't:
>>> import time; from bzrlib import branch
>>> t = time.time(); b = branch.Branch.open("http://bazaar.launchpad.net/~dholbach/5-a-day-data/main"); lastrev = b.last_revision(); ts = b.repository.get_revision(lastrev).timestamp; print time.time()-t
1.73250198364
>>>