# # patch "ChangeLog" # from [8cfe92ae4914cb9cabc5de98df3f438a92a07f45] # to [b70f4bc635272fbf3619bec37793b47dc9bdb0a9] # # patch "tests/t_override_author_date.at" # from [0f0499f19e887a4dbe83663f5e704110ca270bb3] # to [e16cba63a1e9ce16356e6ae32fd95a89a13b79f2] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-05-02 Richard Levitte
+ + * tests/t_override_author_date.at: Adapt to the new way to give + revision IDs to 'monotone log'. + 2005-05-01 Richard Levitte * monotone.texi: Document the change in 'monotone log'. --- tests/t_override_author_date.at +++ tests/t_override_author_date.at @@ -5,7 +5,7 @@ ]) AT_CHECK(MONOTONE commit --author=the_author --date=1999-12-31T12:00:00 --branch=foo --message=foo, [], [ignore], [ignore]) REV=`BASE_REVISION` -AT_CHECK(MONOTONE log $REV, [], [stdout], [ignore]) +AT_CHECK(MONOTONE log --revision=$REV, [], [stdout], [ignore]) AT_CHECK(grep -q '^Author: the_author' stdout) AT_CHECK(grep -q '^Date: 1999-12-31T12:00:00' stdout)