Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
6d86d064
Commit
6d86d064
authored
Oct 23, 2013
by
Jeff Sickel
Committed by
Russ Cox
Oct 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plan9: correct create permissions with union directory
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/15360045
parent
9b321faa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
codereview.py
lib/codereview/codereview.py
+1
-1
No files found.
lib/codereview/codereview.py
View file @
6d86d064
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment