diff -r fe03c9a476f6 -r 31401776153f mercurial/commands.py --- a/mercurial/commands.py Sat Oct 28 20:21:54 2006 -0300 +++ b/mercurial/commands.py Sat Oct 28 20:21:55 2006 -0300 @@ -1802,6 +1802,9 @@ self.ui = ui self.hunk = {} self.header = {} + self.quiet = ui.quiet + self.verbose = ui.verbose + self.debugflag = ui.debugflag def bump(self, rev): self.rev = rev self.hunk[rev] = []