~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Robert J. Tanner
  • Date: 2009-04-20 08:37:32 UTC
  • mfrom: (4299 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4300.
  • Revision ID: tanner@real-time.com-20090420083732-bzx919oo7wpmqc2u
[merge] 1.14rc2 back into bzr.dev (Bob Tanner)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1833
1833
    info_list = []
1834
1834
    start_rev_info, end_rev_info = _get_revision_range(revisionspec_list, b,
1835
1835
        "log")
 
1836
    if relpaths in ([], [u'']):
 
1837
        return b, [], start_rev_info, end_rev_info
1836
1838
    if start_rev_info is None and end_rev_info is None:
1837
1839
        if tree is None:
1838
1840
            tree = b.basis_tree()