Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Clean up python class names.
author
Simon Hausmann
<hausmann@kde.org>
Sun, 1 Apr 2007 13:40:46 +0000
(15:40 +0200)
committer
Simon Hausmann
<hausmann@kde.org>
Sun, 1 Apr 2007 13:40:46 +0000
(15:40 +0200)
Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/git-p4
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
2a9489c
)
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 04433373596e9eddfaced5f4da0aa3309deed4db..24c8e66e87057a2893dd0a475c5e9c2241984aed 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-160,7
+160,7
@@
class P4CleanTags(Command):
print "%s tags removed." % len(allTags)
return True
print "%s tags removed." % len(allTags)
return True
-class P4S
ync
(Command):
+class P4S
ubmit
(Command):
def __init__(self):
Command.__init__(self)
self.options = [
def __init__(self):
Command.__init__(self)
self.options = [
@@
-407,7
+407,7
@@
class P4Sync(Command):
return True
return True
-class
Git
Sync(Command):
+class
P4
Sync(Command):
def __init__(self):
Command.__init__(self)
self.options = [
def __init__(self):
Command.__init__(self)
self.options = [
@@
-1060,8
+1060,8
@@
def printUsage(commands):
commands = {
"debug" : P4Debug(),
"clean-tags" : P4CleanTags(),
commands = {
"debug" : P4Debug(),
"clean-tags" : P4CleanTags(),
- "submit" : P4S
ync
(),
- "sync" :
Git
Sync()
+ "submit" : P4S
ubmit
(),
+ "sync" :
P4
Sync()
}
if len(sys.argv[1:]) == 0:
}
if len(sys.argv[1:]) == 0: