changeset 62 | f1e319d3672a |
parent 53 | 853444c5d393 |
59:f96de2d99f00 | 62:f1e319d3672a |
---|---|
47 raise mercurial.util.Abort(_('config error - hook type "%s" cannot stop ' |
47 raise mercurial.util.Abort(_('config error - hook type "%s" cannot stop ' |
48 'incoming changesets') % hooktype) |
48 'incoming changesets') % hooktype) |
49 c = Checker(ui, repo) |
49 c = Checker(ui, repo) |
50 for ctx in changes.changes(repo, node): |
50 for ctx in changes.changes(repo, node): |
51 c.check(ctx) |
51 c.check(ctx) |
52 |