Brock Pytlik wrote: > This LGTM. Only thing I wondered about was if other places should be > using these new functions, but it seemed like the few other places > we use either shutil.move wouldn't be encountering these kind of > things.
Most of the places we use move() or copytree() are places where this is highly unlikely to happen (a move to a peer in the same directory, for instance). In fact, some of the instances I converted don't need it, either; I just wanted to make sure it worked there, too. Thanks, Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
