diff -r 6c4e12682fb9 -r af2edc9c5bb9 mercurial/commands.py --- a/mercurial/commands.py Thu Apr 03 13:47:05 2008 +0200 +++ b/mercurial/commands.py Fri Apr 04 22:18:38 2008 +0200 @@ -3037,7 +3037,7 @@ _('ignore changes in the amount of white space')), ('B', 'ignore-blank-lines', None, _('ignore changes whose lines are all blank')), - ('U', 'unified', 3, + ('U', 'unified', '', _('number of lines of context to show')) ] + walkopts, _('hg diff [OPTION]... [-r REV1 [-r REV2]] [FILE]...')),