Mercurial > hg
view tests/test-serve.out @ 6179:36ab165abbe2
patch: fix iterhunks() with trailing binary file removal
Like some renames or copy operations, binary file removal does not generate any
"file" or "hunk" action, but was not tagged as such and let iterhunk() assume
no hunk was applied for the deleted file.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Thu, 28 Feb 2008 00:07:37 +0100 |
parents | 8e7d64989bb8 |
children | de7256c82fad |
line wrap: on
line source
% Without -v access log created - .hg/hgrc respected % With -v listening at http://localhost/ % With --prefix foo listening at http://localhost/foo/ % With --prefix /foo listening at http://localhost/foo/ % With --prefix foo/ listening at http://localhost/foo/ % With --prefix /foo/ listening at http://localhost/foo/