comparison mercurial/dirstate.py @ 20632:e993f065e17c

dirstate: remove double imports of errno
author Yuya Nishihara <yuya@tcha.org>
date Mon, 03 Mar 2014 15:50:41 +0900
parents e40520642e64
children 7ee03e190c1d
comparison
equal deleted inserted replaced
20631:5d4606bec54c 20632:e993f065e17c
2 # 2 #
3 # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> 3 # Copyright 2005-2007 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 import errno
8 7
9 from node import nullid 8 from node import nullid
10 from i18n import _ 9 from i18n import _
11 import scmutil, util, ignore, osutil, parsers, encoding, pathutil 10 import scmutil, util, ignore, osutil, parsers, encoding, pathutil
12 import os, stat, errno, gc 11 import os, stat, errno, gc