##// END OF EJS Templates
en-us: serialization
timeless@mozdev.org -
r17535:63e302be default
parent child Browse files
Show More
@@ -312,7 +312,7 b' def listphases(repo):'
312 return keys
312 return keys
313
313
314 def pushphase(repo, nhex, oldphasestr, newphasestr):
314 def pushphase(repo, nhex, oldphasestr, newphasestr):
315 """List phases root for serialisation over pushkey"""
315 """List phases root for serialization over pushkey"""
316 lock = repo.lock()
316 lock = repo.lock()
317 try:
317 try:
318 currentphase = repo[nhex].phase()
318 currentphase = repo[nhex].phase()
General Comments 0
You need to be logged in to leave comments. Login now