diff mercurial/commands.py @ 1034:8dbbea5bc844

Fix help output, and a few broken tests.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 24 Aug 2005 13:26:45 -0700
parents 503aaf19a040
children c0a1abf562eb
line wrap: on
line diff
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -896,6 +896,8 @@ def log(ui, repo, *pats, **opts):
             def bump(self, rev):
                 self.rev = rev
                 self.hunk[rev] = []
+            def note(self, *args):
+                if self.verbose: self.write(*args)
             def status(self, *args):
                 if not self.quiet: self.write(*args)
             def write(self, *args):