Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Removed unused cache variables.
author
Simon Hausmann
<shausman@trolltech.com>
Fri, 18 May 2007 18:39:38 +0000
(20:39 +0200)
committer
Simon Hausmann
<shausman@trolltech.com>
Fri, 18 May 2007 18:39:38 +0000
(20:39 +0200)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/git-p4
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
05094f9
)
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 2f3615bd7274f22c1132ec96670ba23f519f2d27..e164edef5571d8374735feb995b25a986fd1db9b 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-415,8
+415,6
@@
class P4Sync(Command):
optparse.make_option("--changesfile", dest="changesFile"),
optparse.make_option("--silent", dest="silent", action="store_true"),
optparse.make_option("--known-branches", dest="knownBranches"),
optparse.make_option("--changesfile", dest="changesFile"),
optparse.make_option("--silent", dest="silent", action="store_true"),
optparse.make_option("--known-branches", dest="knownBranches"),
- optparse.make_option("--data-cache", dest="dataCache", action="store_true"),
- optparse.make_option("--command-cache", dest="commandCache", action="store_true"),
optparse.make_option("--detect-labels", dest="detectLabels", action="store_true"),
optparse.make_option("--with-origin", dest="syncWithOrigin", action="store_true")
]
optparse.make_option("--detect-labels", dest="detectLabels", action="store_true"),
optparse.make_option("--with-origin", dest="syncWithOrigin", action="store_true")
]
@@
-430,8
+428,6
@@
class P4Sync(Command):
self.usage += " //depot/path[@revRange]"
self.usage += " //depot/path[@revRange]"
- self.dataCache = False
- self.commandCache = False
self.silent = False
self.knownBranches = Set()
self.createdBranches = Set()
self.silent = False
self.knownBranches = Set()
self.createdBranches = Set()