# HG changeset patch # User HIROSE Yuuji # Date 1527726844 -32400 # Node ID bc204cd804c7fedbf31e1c09ad402707000b507a # Parent 565dcd09259d2f59075956063fe3f9e687f7e155 Need to call hg up diff -r 565dcd09259d -r bc204cd804c7 makefile --- a/makefile Thu May 31 09:32:06 2018 +0900 +++ b/makefile Thu May 31 09:34:04 2018 +0900 @@ -237,4 +237,4 @@ -hg push -hg push git -hg push cvs - (cd ${RSYNCDIR} && cvs ci -m '') + (cd ${RSYNCDIR} && hg up -uv && cvs ci -m '')