~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Changed to printing the full path, rather than just the relative portion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
            os.mkdir(d)
240
240
            b, dd = Branch.open_containing(d)
241
241
            b.add([dd])
242
 
            print 'added', dd
 
242
            print 'added', d
243
243
 
244
244
 
245
245
class cmd_relpath(Command):