# HG changeset patch # User Nathan Goldbaum # Date 2016-03-10 23:31:38 # Node ID d9d51da7a8506581e278e918813431a052805dd7 # Parent 412ee35a8005f4e5dcf93b1e9f231b8d3bc2dc34 pushoperation: fix language issues in docstring diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -266,10 +266,10 @@ def _canusebundle2(op): class pushoperation(object): """A object that represent a single push operation - It purpose is to carry push related state and very common operation. + Its purpose is to carry push related state and very common operations. - A new should be created at the beginning of each push and discarded - afterward. + A new pushoperation should be created at the beginning of each push and + discarded afterward. """ def __init__(self, repo, remote, force=False, revs=None, newbranch=False,