Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py

changeset 1318
6fa303bd65d6
parent 1260
9488a3aceb0e
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1316:0bb67aced672 1318:6fa303bd65d6
77 77
78 # find the root of the repo 78 # find the root of the repo
79 repodir = dname 79 repodir = dname
80 while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)): 80 while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)):
81 repodir = os.path.dirname(repodir) 81 repodir = os.path.dirname(repodir)
82 if repodir == os.sep: 82 if os.path.splitdrive(repodir)[1] == os.sep:
83 return 83 return
84 84
85 args = [] 85 args = []
86 args.append('qheader') 86 args.append('qheader')
87 87

eric ide

mercurial