~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisionspec.py

Merge Tree.changes_from work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
          at a specified time).
293
293
 
294
294
          So the proper way of saying 'give me all entries for today' is:
295
 
              -r date:today..date:tomorrow
 
295
              -r date:yesterday..date:today
296
296
        """
297
297
        today = datetime.datetime.fromordinal(datetime.date.today().toordinal())
298
298
        if self.spec.lower() == 'yesterday':