Mercurial > hg > evolve
changeset 731:63ce4384be50
pushexperiment: fix doc typos
author | Julien Cristau <julien.cristau@logilab.fr> |
---|---|
date | Tue, 04 Jun 2013 17:16:09 +0200 |
parents | ea629193a25e |
children | 05ec92d8150d |
files | hgext/pushexperiment.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/pushexperiment.py +++ b/hgext/pushexperiment.py @@ -1,9 +1,9 @@ """Small extension altering some push behavior -- Add a new wire protocol command to exchange obsolescence marker. Sending the +- Add a new wire protocol command to exchange obsolescence markers. Sending the raw file as a binary instead of using pushkey hack. - Add a "push done" notification -- Push obsolescence marker before anything else (This work arround the lack global transaction) +- Push obsolescence marker before anything else (This works around the lack of global transaction) """