diff mercurial/phases.py @ 17537:31f32a96e1e3

Merge spelling fixes
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 11 Sep 2012 08:36:09 -0700
parents fb72eec7efd8 63e302be813f
children fdd0fc046cf1
line wrap: on
line diff
--- a/mercurial/phases.py	Tue Sep 11 00:12:07 2012 +0200
+++ b/mercurial/phases.py	Tue Sep 11 08:36:09 2012 -0700
@@ -315,7 +315,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()