Mercurial > hg
diff mercurial/patch.py @ 4659:7a7d4937272b
Kill trailing spaces
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 21 Jun 2007 09:25:49 +0200 |
parents | 50252ea60549 |
children | 5ee5cbfceff3 |
line wrap: on
line diff
--- a/mercurial/patch.py Thu Jun 21 00:34:14 2007 -0300 +++ b/mercurial/patch.py Thu Jun 21 09:25:49 2007 +0200 @@ -303,7 +303,7 @@ # Try to be smart only if patch call was not supplied if util.needbinarypatch(): args.append('--binary') - + if not patcher: raise util.Abort(_('no patch command found in hgrc or PATH'))