Submitter | Sean Farley |
---|---|
Date | Dec. 21, 2012, 5:37 a.m. |
Message ID | <8c8d483cdb59f2cbb1cd.1356068271@laptop.local> |
Download | mbox | patch |
Permalink | /patch/235/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -880,10 +880,13 @@ cur = postfix and ('%s_%s' % (type, postfix)) or type if mode and cur in self.t: types[type] = cur try: + # set minchunk to 0 because we don't need increasing chunks on the + # command line ... right? + self.t.minchunk = 0 # write header if types['header']: h = templater.stringify(self.t(types['header'], **props)) if self.buffered: