mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
thinko.
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
This commit is contained in:
parent
183b8ef89b
commit
a3287be5bc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user