Submitter | Olle Lundberg |
---|---|
Date | April 12, 2014, 9:17 p.m. |
Message ID | <07a8f5cbcf8d59c1b462.1397337458@se-c02kq0dadr55.lan> |
Download | mbox | patch |
Permalink | /patch/4298/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/evolve.py b/hgext/evolve.py --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -2346,11 +2346,11 @@ if heads is not None: opts['heads'] = wireproto.encodelist(heads) if common is not None: opts['common'] = wireproto.encodelist(common) f = self._callcompressable("evoext_pullobsmarkers_0", **opts) - length= int(f.read(20)) + length = int(f.read(20)) chunk = 4096 current = 0 data = StringIO() ui = self.ui ui.progress('OBSEXC', current, unit="bytes", total=length)