/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/revisionspec.py

  • Committer: John Arbash Meinel
  • Date: 2006-07-26 19:26:33 UTC
  • mfrom: (1885 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1888.
  • Revision ID: john@arbash-meinel.com-20060726192633-576e4ffd1ef9d605
[merge] bzr.dev 1885

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':