]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.2] plan9: correct create permissions with union directory
authorAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:16:32 +0000 (11:16 +1100)
committerRuss Cox <rsc@golang.org>
Fri, 1 Nov 2013 00:16:32 +0000 (11:16 +1100)
««« CL 15360045 / f257b02e7ffe
plan9: correct create permissions with union directory

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/15360045

»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/19960046

lib/codereview/codereview.py

index 8b9e9b6c76aa7f2da89cb39ea95b5fd7abb6f1bf..ec3e9c199dce85fa06bbe065513b22d5b6190ddd 100644 (file)
@@ -65,7 +65,7 @@ from mercurial import util as hg_util
 if os.sys.platform == 'plan9':
        try:
                import plan9
-               n = plan9.bind(os.path.expanduser("~/lib"), os.path.expanduser("~"), plan9.MBEFORE)
+               n = plan9.bind(os.path.expanduser("~/lib"), os.path.expanduser("~"), plan9.MBEFORE|plan9.MCREATE)
        except ImportError:
                pass