Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py

changeset 1318
6fa303bd65d6
parent 1311
95685f9ad9f8
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1316:0bb67aced672 1318:6fa303bd65d6
208 208
209 # find the root of the repo 209 # find the root of the repo
210 repodir = self.dname 210 repodir = self.dname
211 while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)): 211 while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)):
212 repodir = os.path.dirname(repodir) 212 repodir = os.path.dirname(repodir)
213 if repodir == os.sep: 213 if os.path.splitdrive(repodir)[1] == os.sep:
214 return 214 return
215 215
216 if self.__hgClient: 216 if self.__hgClient:
217 self.inputGroup.setEnabled(False) 217 self.inputGroup.setEnabled(False)
218 self.inputGroup.hide() 218 self.inputGroup.hide()

eric ide

mercurial