Submitter | phabricator |
---|---|
Date | July 1, 2018, 10:43 p.m. |
Message ID | <8d5632d859328d0aaa48b405e000f9a3@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32560/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/scmutil.py b/mercurial/scmutil.py --- a/mercurial/scmutil.py +++ b/mercurial/scmutil.py @@ -1328,7 +1328,7 @@ self.total = total def __enter__(self): - pass + return self def __exit__(self, exc_type, exc_value, exc_tb): self.complete()