From: Jeff Sickel Date: Wed, 23 Oct 2013 14:28:28 +0000 (-0400) Subject: plan9: correct create permissions with union directory X-Git-Tag: go1.3beta1~1389 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6d86d064e5b060ef7ab665ec5d6e3772090a7694;p=gostls13.git plan9: correct create permissions with union directory R=golang-dev, rsc CC=golang-dev https://golang.org/cl/15360045 --- diff --git a/lib/codereview/codereview.py b/lib/codereview/codereview.py index 8b9e9b6c76..ec3e9c199d 100644 --- a/lib/codereview/codereview.py +++ b/lib/codereview/codereview.py @@ -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