author | Giorgos Keramidas <keramida@ceid.upatras.gr> |
Thu, 17 Aug 2006 21:13:35 +0300 | |
changeset 2951 | 5ddf7d305a27 |
parent 2930 | af71034aac90 |
child 2952 | 6ba3409f9725 |
--- a/mercurial/patch.py Wed Aug 16 11:03:45 2006 -0700 +++ b/mercurial/patch.py Thu Aug 17 21:13:35 2006 +0300 @@ -9,7 +9,7 @@ from i18n import gettext as _ from node import * demandload(globals(), "cmdutil mdiff util") -demandload(globals(), "cStringIO email.Parser os re shutil sys tempfile") +demandload(globals(), "cStringIO email.Parser errno os re shutil sys tempfile") def extract(ui, fileobj): '''extract patch from data read from fileobj.