Mercurial > hg
changeset 28456:d9d51da7a850
pushoperation: fix language issues in docstring
author | Nathan Goldbaum <ngoldbau@illinois.edu> |
---|---|
date | Thu, 10 Mar 2016 17:31:38 -0600 |
parents | 412ee35a8005 |
children | e6310cdcc4d0 |
files | mercurial/exchange.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/exchange.py Thu Mar 10 00:19:55 2016 +0000 +++ b/mercurial/exchange.py Thu Mar 10 17:31:38 2016 -0600 @@ -266,10 +266,10 @@ 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,