~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/missing.py

  • Committer: Martin Pool
  • Date: 2005-09-29 12:49:59 UTC
  • mto: (1185.14.2)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: mbp@sourcefrog.net-20050929124959-df3f175844fc90ed
- remove redundant import

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
A plugin for displaying what revisions are in 'other' but not in local.
3
3
"""
4
4
 
5
 
import bzrlib
6
 
 
7
5
def show_missing(br_local, br_remote, verbose=False, quiet=False):
8
6
    """Show the revisions which exist in br_remote, that 
9
7
    do not exist in br_local.