Bug 1158932: Clobbering branch //depot/bora/vsphere-2015/... from //depot/bora/prod-2015/...@2511606

This commit is contained in:
Tianhao He
2015-09-30 20:04:46 -07:00
parent 49c6d5157d
commit 2ab965007c

View File

@@ -48,7 +48,8 @@ except:
(F_LINK,
F_LINKABLE,
F_OPTIONAL) = [ 1<<x for x in range(3) ]
F_OPTIONAL,
F_SECRET) = [ 1<<x for x in range(4) ]
BASE_VERSION = 'vmodl.version.version0'
VERSION1 = 'vmodl.version.version1'