summaryrefslogtreecommitdiff
path: root/contrib/fast-import/git-p4
diff options
context:
space:
mode:
authorLibravatar Han-Wen Nienhuys <hanwen@google.com>2007-05-23 18:49:35 -0300
committerLibravatar Han-Wen Nienhuys <hanwen@google.com>2007-05-30 16:38:32 -0300
commita3287be5bc40c1aa036eb5422db5a6a087d1736e (patch)
tree5c8c30893dedde7c37c4fac03f9fcecf860fbb66 /contrib/fast-import/git-p4
parentstore p4 user cache in home directory. (diff)
downloadtgif-a3287be5bc40c1aa036eb5422db5a6a087d1736e.tar.xz
thinko.
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Diffstat (limited to 'contrib/fast-import/git-p4')
-rwxr-xr-xcontrib/fast-import/git-p42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index bd1afb2964..01efd92809 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -820,7 +820,7 @@ class P4Sync(Command):
% (labelDetails["label"], change))
def getUserCacheFilename(self):
- return os.environ["HOME"] + "/.gitp4-usercache.txt")
+ return os.environ["HOME"] + "/.gitp4-usercache.txt"
def getUserMapFromPerforceServer(self):
if self.userMapFromPerforceServer: