Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/HgBookmarksListDialog.py

changeset 1318
6fa303bd65d6
parent 1260
9488a3aceb0e
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1316:0bb67aced672 1318:6fa303bd65d6
88 88
89 # find the root of the repo 89 # find the root of the repo
90 repodir = dname 90 repodir = dname
91 while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)): 91 while not os.path.isdir(os.path.join(repodir, self.vcs.adminDir)):
92 repodir = os.path.dirname(repodir) 92 repodir = os.path.dirname(repodir)
93 if repodir == os.sep: 93 if os.path.splitdrive(repodir)[1] == os.sep:
94 return 94 return
95 95
96 args = [] 96 args = []
97 args.append('bookmarks') 97 args.append('bookmarks')
98 98

eric ide

mercurial