Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb.py @ 1779:a1e6e02e9d05
Merge with mpm
author | Josef "Jeff" Sipek <jeffpc@optonline.net> |
---|---|
date | Sat, 18 Feb 2006 22:24:42 -0500 |
parents | a2316878f19d 50de0887bbcd |
children | 8a1f2eae2832 |
line wrap: on
line diff
--- a/mercurial/hgweb.py Sat Feb 18 22:01:09 2006 -0500 +++ b/mercurial/hgweb.py Sat Feb 18 22:24:42 2006 -0500 @@ -965,7 +965,7 @@ nodes = map(bin, req.form['roots'][0].split(" ")) z = zlib.compressobj() - f = self.repo.changegroup(nodes) + f = self.repo.changegroup(nodes, 'serve') while 1: chunk = f.read(4096) if not chunk: