~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

(robertc) Partial fix for bug #39542 - allow lightweight checkouts over http.

Show diffs side-by-side

added added

removed removed

Lines of Context:
764
764
        # if the source and to_location are the same, 
765
765
        # and there is no working tree,
766
766
        # then reconstitute a branch
767
 
        if (osutils.abspath(to_location) == 
 
767
        if (osutils.abspath(to_location) ==
768
768
            osutils.abspath(branch_location)):
769
769
            try:
770
770
                source.bzrdir.open_workingtree()