diff -r 81f8ff2a9bf2 -r 1d0bfa4c75c0 mercurial/patch.py --- a/mercurial/patch.py Wed Jul 25 15:58:10 2007 +0900 +++ b/mercurial/patch.py Thu Jul 26 07:56:04 2007 -0400 @@ -1011,7 +1011,8 @@ showfunc=get('show_function', 'showfunc'), ignorews=get('ignore_all_space', 'ignorews'), ignorewsamount=get('ignore_space_change', 'ignorewsamount'), - ignoreblanklines=get('ignore_blank_lines', 'ignoreblanklines')) + ignoreblanklines=get('ignore_blank_lines', 'ignoreblanklines'), + context=get('unified')) def updatedir(ui, repo, patches): '''Update dirstate after patch application according to metadata'''