~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

merge up with martin I hope... default merge base told me I was adding builtins.py ..

Show diffs side-by-side

added added

removed removed

Lines of Context:
1295
1295
                    print "Using last location: %s" % parent
1296
1296
                remote = parent
1297
1297
        elif parent is None:
1298
 
            # We only update parent if it did not exist, missing should not change the parent
 
1298
            # We only update parent if it did not exist, missing
 
1299
            # should not change the parent
1299
1300
            b.set_parent(remote)
1300
1301
        br_remote = Branch.open_containing(remote)
1301
 
 
1302
1302
        return show_missing(b, br_remote, verbose=verbose, quiet=quiet)
1303
1303
 
1304
1304
 
1305
 
 
1306
1305
class cmd_plugins(Command):
1307
1306
    """List plugins"""
1308
1307
    hidden = True