3 # Copyright 2009-2010 Matt Mackall <mpm@selenic.com> |
3 # Copyright 2009-2010 Matt Mackall <mpm@selenic.com> |
4 # |
4 # |
5 # This software may be used and distributed according to the terms of the |
5 # This software may be used and distributed according to the terms of the |
6 # GNU General Public License version 2 or any later version. |
6 # GNU General Public License version 2 or any later version. |
7 |
7 |
8 import errno, os, re, xml.dom.minidom, shutil, posixpath, sys |
8 import errno, os, re, shutil, posixpath, sys |
|
9 import xml.dom.minidom |
9 import stat, subprocess, tarfile |
10 import stat, subprocess, tarfile |
10 from i18n import _ |
11 from i18n import _ |
11 import config, scmutil, util, node, error, cmdutil, bookmarks, match as matchmod |
12 import config, scmutil, util, node, error, cmdutil, bookmarks, match as matchmod |
12 hg = None |
13 hg = None |
13 propertycache = util.propertycache |
14 propertycache = util.propertycache |