changeset 6467 | 65029a3aafc2 |
parent 6438 | a60b711c7ac4 |
child 6468 | af2edc9c5bb9 |
child 6620 | 4f3e0dfa24a9 |
--- a/mercurial/commands.py Thu Apr 03 13:14:43 2008 +0200 +++ b/mercurial/commands.py Fri Apr 04 22:15:14 2008 +0200 @@ -3028,7 +3028,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]...')),