Show More
@@ -102,7 +102,7 b' class notifier(object):' | |||||
102 | self.ui = ui |
|
102 | self.ui = ui | |
103 | cfg = self.ui.config('notify', 'config') |
|
103 | cfg = self.ui.config('notify', 'config') | |
104 | if cfg: |
|
104 | if cfg: | |
105 |
self.ui.read |
|
105 | self.ui.readsections(cfg, 'usersubs', 'reposubs') | |
106 | self.repo = repo |
|
106 | self.repo = repo | |
107 | self.stripcount = int(self.ui.config('notify', 'strip', 0)) |
|
107 | self.stripcount = int(self.ui.config('notify', 'strip', 0)) | |
108 | self.root = self.strip(self.repo.root) |
|
108 | self.root = self.strip(self.repo.root) |
General Comments 0
You need to be logged in to leave comments.
Login now