--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Thu Oct 21 08:56:23 2010 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Thu Oct 21 19:13:49 2010 +0200 @@ -401,6 +401,8 @@ args.append('update') self.addArguments(args, self.options['global']) self.addArguments(args, self.options['update']) + if "-v" not in args and "--verbose" not in args: + args.append("-v") if revision is not None: args.append("-r") args.append(revision)