# # patch "ChangeLog" # from [7dc77508deaefb79b419ce4dc589473108cc93de] # to [98e79bb3f35306a5710f6ffcc569e12e0a931d1e] # # patch "tests/t_heads_of_certs.at" # from [2b52c4b5acdc54ec1a7e65bf308ae9f80fe00890] # to [e2ab8beb02a69e721c173cef0433c97023f07ef6] # =============================================== --- ChangeLog 7dc77508deaefb79b419ce4dc589473108cc93de +++ ChangeLog 98e79bb3f35306a5710f6ffcc569e12e0a931d1e @@ -1,5 +1,11 @@ 2005-07-18 Richard Levitte + * tests/t_heads_of_certs.at: A better title (differing from the + title in t_select_cert.at), and explain the presence of the last + check. + +2005-07-18 Richard Levitte + * selectors.cc (decode_selectors): If we're at the beginning of the composite selector string, parse h: if it's there. Takes a couple of new arguments, to return a flag saying only the heads =============================================== --- tests/t_heads_of_certs.at 2b52c4b5acdc54ec1a7e65bf308ae9f80fe00890 +++ tests/t_heads_of_certs.at e2ab8beb02a69e721c173cef0433c97023f07ef6 @@ -1,4 +1,4 @@ -AT_SETUP([selecting arbitrary certs]) +AT_SETUP([selecting headmost arbitrary certs]) MONOTONE_SETUP ADD_FILE(testfile, [this is just a file @@ -26,6 +26,7 @@ # Check that a log with h: succeeds... AT_CHECK(MONOTONE log --revision='h:c:testcert', [], [stdout], [ignore]) # Note that if the third revision is in the log, something else is wrong... +# There is really no case for this last test, just paranoia. AT_CHECK(grep $THIRD stdout, [1], [ignore], [ignore]) AT_CLEANUP