# # # patch "ChangeLog" # from [b9e469b34f5f7cb60965f97a5cfefa6b13a5fc9c] # to [3d8339536b901a5b54fe9eec4f24370f9084de93] # # patch "commands.cc" # from [fb77de8175d5d269bfd0b7c147c2761ad79a588c] # to [601eb70d8f5614cadf3e9726cd944aaebfe6856e] # ============================================================ --- ChangeLog b9e469b34f5f7cb60965f97a5cfefa6b13a5fc9c +++ ChangeLog 3d8339536b901a5b54fe9eec4f24370f9084de93 @@ -1,3 +1,9 @@ +2006-05-24 Richard Levitte + + * commands.cc: After all the restructuring, erase_ancestors was + suddenly not declared any more. #include revision.hh fixes the + problem. + 2006-05-23 Timothy Brownawell * tester.cc tester.lua: New files, which will eventually become a ============================================================ --- commands.cc fb77de8175d5d269bfd0b7c147c2761ad79a588c +++ commands.cc 601eb70d8f5614cadf3e9726cd944aaebfe6856e @@ -15,6 +15,7 @@ #include "cert.hh" #include "cmd.hh" +#include "revision.hh" // // this file defines the task-oriented "top level" commands which can be // issued as part of a monotone command line. the command line can only