# HG changeset patch # User Julien Cristau # Date 1370358969 -7200 # Node ID 63ce4384be50fbd09489d183cb3d11109e368991 # Parent ea629193a25e2defad6da5db6387524ea8cd03dc pushexperiment: fix doc typos diff -r ea629193a25e -r 63ce4384be50 hgext/pushexperiment.py --- a/hgext/pushexperiment.py Mon Jun 03 15:06:18 2013 +0200 +++ b/hgext/pushexperiment.py Tue Jun 04 17:16:09 2013 +0200 @@ -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) """