Mercurial > hg
changeset 14158:d8ba6fb2ce15
bundlerepo: drop struct
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 01 May 2011 13:08:29 -0500 |
parents | a8f136f430da |
children | a4049424cb51 fa2b596db182 |
files | mercurial/bundlerepo.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/bundlerepo.py Mon May 02 01:29:51 2011 +0900 +++ b/mercurial/bundlerepo.py Sun May 01 13:08:29 2011 -0500 @@ -13,7 +13,7 @@ from node import nullid from i18n import _ -import os, struct, tempfile, shutil +import os, tempfile, shutil import changegroup, util, mdiff, discovery import localrepo, changelog, manifest, filelog, revlog, error