# HG changeset patch # User Matt Mackall # Date 1342473593 18000 # Node ID 67b8cca2f12b0e07d8258d357510805c698e2124 # Parent 2abe975ffb94ed77c32af766874fca6dabb3914e dirstate: drop assert diff -r 2abe975ffb94 -r 67b8cca2f12b mercurial/dirstate.py --- a/mercurial/dirstate.py Wed Jul 04 01:31:37 2012 +0200 +++ b/mercurial/dirstate.py Mon Jul 16 16:19:53 2012 -0500 @@ -313,7 +313,6 @@ _decdirs(self._dirs, f) def _addpath(self, f, state, mode, size, mtime): - assert state not in "?r" oldstate = self[f] if state == 'a' or oldstate == 'r': scmutil.checkfilename(f)