# # patch "monotone.texi" # from [535a5e96ada08ef284030b84f77d88016964174d] # to [8d89254b7a35df98ef2e091e85bb3d7d13c49e9e] # # patch "tests/t_cvspush_loop.at" # from [b8b452cc56c67a7d4d1656175ab189b5a0a7cc60] # to [f8aa53397d39ce5916033666059c0e44ca4071da] # ======================================================================== --- monotone.texi 535a5e96ada08ef284030b84f77d88016964174d +++ monotone.texi 8d89254b7a35df98ef2e091e85bb3d7d13c49e9e @@ -3138,7 +3138,7 @@ @itemize @item address@hidden is not yet implemented. address@hidden is not yet implemented. @item missing side branch support (@code{--cvsbranch}) @item @@ -3161,7 +3161,7 @@ @item Working with CVS branches. @code{--cvsbranch}? (not yet implemented) @item -Specifying a @code{--direction} when a fork occurs during cvs_push. (not yet +Specifying a @code{--revision} when a fork occurs during cvs_push. (not yet implemented) @end itemize ======================================================================== --- tests/t_cvspush_loop.at b8b452cc56c67a7d4d1656175ab189b5a0a7cc60 +++ tests/t_cvspush_loop.at f8aa53397d39ce5916033666059c0e44ca4071da @@ -42,12 +42,12 @@ AT_CHECK(MONOTONE --branch testbranch cvs_push, [0], [ignore], [ignore]) # no change yet -AT_CHECK(test -e $CVSROOT/test/A) -AT_CHECK(test ! -e $CVSROOT/test/C) +AT_CHECK([test -e $CVSROOT/test/A,v]) +AT_CHECK([test ! -e $CVSROOT/test/C,v]) AT_CHECK(MONOTONE --revision $LEFT --branch testbranch cvs_push, [0], [ignore], [ignore]) -AT_CHECK(test -e $CVSROOT/test/Attic/A) -AT_CHECK(test -e $CVSROOT/test/C) +AT_CHECK([test -e $CVSROOT/test/Attic/A,v]) +AT_CHECK([test -e $CVSROOT/test/C,v]) # I refrain to test file contents