Steve Borho wrote: > On Wed, Feb 9, 2011 at 7:09 AM, Neal Becker > <[email protected]> wrote: >> hgtk log >> Traceback (most recent call last): >> File "/usr/bin/hgtk", line 73, in <module> >> ret = tortoisehg.hgtk.hgtk.dispatch(sys.argv[1:]) >> File "/usr/lib/python2.7/site-packages/tortoisehg/hgtk/hgtk.py", line 93, in >> dispatch >> gtkrun(run, u, **opts) >> File "/usr/lib/python2.7/site-packages/tortoisehg/hgtk/hgtk.py", line 333, in >> gtkrun >> win = dlgfunc(ui, *args, **opts) >> File "/usr/lib/python2.7/site-packages/tortoisehg/hgtk/bugreport.py", line >> 95, in run >> return BugReport(_ui, None, None, None, opts) >> File "/usr/lib/python2.7/site-packages/tortoisehg/hgtk/gdialog.py", line 150, >> in __init__ >> self.repo = hg.repository(ui, path=root) >> File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 96, in >> repository >> repo = _lookup(path).instance(ui, path, create) >> File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 1903, >> in instance >> return localrepository(ui, util.drop_scheme('file', path), create) >> File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 73, in >> __init__ >> requirements = set(self.opener("requires").read().splitlines()) >> File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 926, in >> __call__ >> fp = posixfile(f, mode) >> IOError: [Errno 13] Permission denied: '/etc/.hg/requires' > > Same bug, you can't read that folder. >
Note that this is not a strange use case. It's the standard setup from 'etckeeper'. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

