mercurial/patch.py
changeset 5692 1127fe12202a
parent 5653 1b35bc1c1968
parent 5669 a0eb8a418442
child 5706 89fe5b36c21e
--- 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: