comparison doc/Makefile @ 42553:e3df1e15bee9

changelog: fix handling of empty copy entries in changeset Before this patch, when an empty value was found in the changeset, we would get a ValueError, which would result in None being returned for addedfiles/removedfiles and p1copies/p2copies. That made 278dcb24e535 (copies: write empty entries in changeset when also writing to filelog, 2019-04-23) ineffective at helping the read path not look for copies in the filelogs. Differential Revision: https://phab.mercurial-scm.org/D6595
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 01 Jul 2019 16:25:51 -0700
parents ec7b478f1bf8
children 640bae94f2f3
comparison
equal deleted inserted replaced
42552:4cafbd3b50c6 42553:e3df1e15bee9