~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/inmemory.py

Merge prev pipe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
802
802
            return
803
803
        if not self._canRead(requester, default_branch):
804
804
            return
 
805
        path = '/%s/%s' % (BRANCH_ID_ALIAS_PREFIX, default_branch.id)
805
806
        return (
806
807
            CONTROL_TRANSPORT,
807
 
            {'default_stack_on': escape('/' + default_branch.unique_name)},
 
808
            {'default_stack_on': escape(path)},
808
809
            trailing_path)
809
810
 
810
811
    def _serializeBranch(self, requester_id, branch, trailing_path,