Merge with crew-stable
authorPatrick Mezard <pmezard@gmail.com>
Tue, 25 Dec 2007 22:23:58 +0100
changeset 5692 1127fe12202a
parent 5691 8e495dd6662e (current diff)
parent 5669 a0eb8a418442 (diff)
child 5693 5d0b94d3ad0c
Merge with crew-stable
mercurial/patch.py
--- 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: