~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-01 04:38:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050401043828-4162a7fb07e43579
fix test case breakage

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
            print name
241
241
 
242
242
 
 
243
def cmd_missing():
 
244
    for name, ie in Branch('.').working_tree().missing():
 
245
        print name
 
246
 
 
247
 
243
248
def cmd_init():
244
249
    # TODO: Check we're not already in a working directory?  At the
245
250
    # moment you'll get an ugly error.