Mercurial > public > mercurial-scm > hg-stable
diff mercurial/phases.py @ 17535:63e302be813f
en-us: serialization
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:19 -0700 |
parents | 97eff00046de |
children | 31f32a96e1e3 |
line wrap: on
line diff
--- 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()