Mercurial > hg
changeset 17535:63e302be813f
en-us: serialization
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:19 -0700 |
parents | c5f7c4b515a4 |
children | dc6364a81e42 |
files | mercurial/phases.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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()