##// END OF EJS Templates
setup: remote a debug statement that slipped through...
marmoute -
r53131:201bfadc stable
parent child Browse files
Show More
@@ -414,7 +414,6 def _try_get_version():
414 # Y is the number of extra revision compared to the tag. So that
414 # Y is the number of extra revision compared to the tag. So that
415 # revision with more change are "above" previous ones.
415 # revision with more change are "above" previous ones.
416 # - '+hg.NODEID.local.DATE' if there is any uncommitted changes.
416 # - '+hg.NODEID.local.DATE' if there is any uncommitted changes.
417 ltag = ltag.replace('6.9', '6.9.0')
418 version = '%s.post%d.dev%d+hg.%s' % (ltag, post_nb, changessince, hgid)
417 version = '%s.post%d.dev%d+hg.%s' % (ltag, post_nb, changessince, hgid)
419 if version.endswith('+'):
418 if version.endswith('+'):
420 version = version[:-1] + '.local.' + time.strftime('%Y%m%d')
419 version = version[:-1] + '.local.' + time.strftime('%Y%m%d')
General Comments 0
You need to be logged in to leave comments. Login now