--- 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)
"""