en-us: serialization
authortimeless@mozdev.org
Fri, 17 Aug 2012 13:58:19 -0700
changeset 17535 63e302be813f
parent 17534 c5f7c4b515a4
child 17536 dc6364a81e42
en-us: serialization
mercurial/phases.py
--- a/mercurial/phases.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/mercurial/phases.py	Fri Aug 17 13:58:19 2012 -0700
@@ -312,7 +312,7 @@
     return keys
 
 def pushphase(repo, nhex, oldphasestr, newphasestr):
-    """List phases root for serialisation over pushkey"""
+    """List phases root for serialization over pushkey"""
     lock = repo.lock()
     try:
         currentphase = repo[nhex].phase()