diff mercurial/patch.py @ 5692:1127fe12202a

Merge with crew-stable
author Patrick Mezard <pmezard@gmail.com>
date Tue, 25 Dec 2007 22:23:58 +0100
parents 1b35bc1c1968 a0eb8a418442
children 89fe5b36c21e
line wrap: on
line diff
--- a/mercurial/patch.py	Tue Dec 25 14:30:10 2007 +0100
+++ b/mercurial/patch.py	Tue Dec 25 22:23:58 2007 +0100
@@ -1376,7 +1376,6 @@
             last = stat.pop()
             stat.insert(0, last)
             stat = ''.join(stat)
-            if stat.startswith('0 files'): raise ValueError
             return stat
         except: raise
     finally: