Mercurial > evolve
changeset 724:fa049c1d9445 stable
evolve: fix typo
author | André Sintzoff <andre.sintzoff@gmail.com> |
---|---|
date | Fri, 31 May 2013 18:47:01 +0200 |
parents | 2a325626bf06 |
children | 235a942eba3f |
files | hgext/evolve.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/evolve.py Fri May 31 18:45:31 2013 +0200 +++ b/hgext/evolve.py Fri May 31 18:47:01 2013 +0200 @@ -1204,7 +1204,7 @@ [], '') def cmdgdown(ui, repo): - """update to parent an display summary lines""" + """update to parent and display summary lines""" wkctx = repo[None] wparents = wkctx.parents() if len(wparents) != 1: @@ -1227,7 +1227,7 @@ [], '') def cmdup(ui, repo): - """update to child an display summary lines""" + """update to child and display summary lines""" wkctx = repo[None] wparents = wkctx.parents() if len(wparents) != 1: