From: Steven Walter Date: Wed, 14 Jan 2009 22:11:29 +0000 (-0500) Subject: workdir: the yap dir must be shared between workdirs X-Git-Tag: v0.3~1 X-Git-Url: https://repo.or.cz/w/yap.git/commitdiff_plain/bd667c66192cd6225c2420ae188c9c977fa017aa workdir: the yap dir must be shared between workdirs --- diff --git a/plugins/workdir.py b/plugins/workdir.py index 1c6eb46..96a2c92 100644 --- a/plugins/workdir.py +++ b/plugins/workdir.py @@ -93,7 +93,7 @@ class WorkdirPlugin(YapCore): os.chdir(".git") for x in ["config", "refs", "logs/refs", "objects", "info", - "hooks", "packed-refs", "remotes", "svn"]: + "hooks", "packed-refs", "remotes", "yap", "svn"]: if os.path.dirname(x): os.makedirs(os.path.dirname(x)) os.symlink(os.path.join(repo, x), x)