sync-to-perforce is now called submit and fixed the gitdir check a little bit
Signed-off-by: Simon Hausmann <hausmann@kde.org>
This commit is contained in:
parent
83dce55af3
commit
05140f342e
@ -316,7 +316,7 @@ def printUsage(commands):
|
|||||||
commands = {
|
commands = {
|
||||||
"debug" : P4Debug(),
|
"debug" : P4Debug(),
|
||||||
"clean-tags" : P4CleanTags(),
|
"clean-tags" : P4CleanTags(),
|
||||||
"sync-to-perforce" : P4Sync()
|
"submit" : P4Sync()
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(sys.argv[1:]) == 0:
|
if len(sys.argv[1:]) == 0:
|
||||||
@ -350,7 +350,7 @@ if not isValidGitDir(gitdir):
|
|||||||
if isValidGitDir(gitdir + "/.git"):
|
if isValidGitDir(gitdir + "/.git"):
|
||||||
gitdir += "/.git"
|
gitdir += "/.git"
|
||||||
else:
|
else:
|
||||||
dir("fatal: cannot locate git repository at %s" % gitdir)
|
die("fatal: cannot locate git repository at %s" % gitdir)
|
||||||
|
|
||||||
os.environ["GIT_DIR"] = gitdir
|
os.environ["GIT_DIR"] = gitdir
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user