Submitter | Augie Fackler |
---|---|
Date | Sept. 20, 2013, 2:23 p.m. |
Message ID | <bf06b242df1e84113ab6.1379687022@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/2551/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/patch.py b/mercurial/patch.py --- a/mercurial/patch.py +++ b/mercurial/patch.py @@ -6,7 +6,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -import cStringIO, email.Parser, os, errno, re, posixpath +import cStringIO, email, os, errno, re, posixpath import tempfile, zlib, shutil from i18n import _