~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.py

  • Committer: Martin Pool
  • Date: 2006-04-19 07:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1675.
  • Revision ID: mbp@sourcefrog.net-20060419071605-51207e739c997442
Give a clear error for bzr status of an unversioned, nonexistent file. (Malone #3619)

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        files within them.  Any unversioned files given have no effect
161
161
        (but this might change in the future).
162
162
    """
163
 
 
 
163
    # NB: show_status depends on being able to pass in non-versioned files and
 
164
    # report them as unknown
164
165
    old_tree.lock_read()
165
166
    try:
166
167
        new_tree.lock_read()