~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisionspec.py

  • Committer: Christophe Troestler
  • Date: 2008-07-19 15:00:27 UTC
  • mto: This revision was merged to the branch mainline in revision 3582.
  • Revision ID: christophe.troestler@umh.ac.be-20080719150027-tbdt3dm1pakina0a
(trivial) Corrected typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
 
597
597
    One way to display all the changes since yesterday would be::
598
598
 
599
 
        bzr log -r date:yesterday..-1
 
599
        bzr log -r date:yesterday..
600
600
 
601
601
    Examples::
602
602
 
787
787
 
788
788
    Diffing against this shows all the changes that were made in this branch,
789
789
    and is a good predictor of what merge will do.  The submit branch is
790
 
    used by the bundle and merge directive comands.  If no submit branch
 
790
    used by the bundle and merge directive commands.  If no submit branch
791
791
    is specified, the parent branch is used instead.
792
792
 
793
793
    The common ancestor is the last revision that existed in both