mirror of
https://github.com/frej/fast-export.git
synced 2025-11-14 14:45:40 +01:00
Removed unused cache variables.
This commit is contained in:
4
git-p4
4
git-p4
@@ -415,8 +415,6 @@ class P4Sync(Command):
|
|||||||
optparse.make_option("--changesfile", dest="changesFile"),
|
optparse.make_option("--changesfile", dest="changesFile"),
|
||||||
optparse.make_option("--silent", dest="silent", action="store_true"),
|
optparse.make_option("--silent", dest="silent", action="store_true"),
|
||||||
optparse.make_option("--known-branches", dest="knownBranches"),
|
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("--detect-labels", dest="detectLabels", action="store_true"),
|
||||||
optparse.make_option("--with-origin", dest="syncWithOrigin", 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.silent = False
|
||||||
self.knownBranches = Set()
|
self.knownBranches = Set()
|
||||||
self.createdBranches = Set()
|
self.createdBranches = Set()
|
||||||
|
|||||||
Reference in New Issue
Block a user