# # patch "ChangeLog" # from [4a298c72a930e4ceb42a4b3b9c5ca4a0370a09f0] # to [dde27b9ca9ecbd469518634002e9e3d2aede8324] # # patch "monotone.1" # from [104d714487823663f55d6739f60e0620b9da2104] # to [13b293fa383be617acadc13c07e4fa813ac01689] # # patch "monotone.texi" # from [9605fc4307f18598ac349768f136f6f4a708bfc0] # to [12c4a6e9c616d8f73f567ac172bc4fd92e143f5c] # # patch "tests/t_netsync_repeated.at" # from [052a9c7fbc4e21dc18ce9b1db113785b451cd341] # to [4f34357f0c0d1975e79c0f51ce5595c750f399a1] # # patch "tests/t_netsync_unrelated.at" # from [61ec68db6f63d56d79e65780048c527e27e7c737] # to [bdd90ebe0b092465055b16fff07ccdfe75b8f7a0] # ======================================================================== --- ChangeLog 4a298c72a930e4ceb42a4b3b9c5ca4a0370a09f0 +++ ChangeLog dde27b9ca9ecbd469518634002e9e3d2aede8324 @@ -1,5 +1,11 @@ 2005-08-13 Nathaniel Smith + * monotone.1, monotone.texi: Don't mention agraph. + * tests/t_netsync_repeated.at: Don't use agraph. + * tests/t_netsync_unrelated.at: Likewise. + +2005-08-13 Nathaniel Smith + * commands.cc (agraph): Remove. 2005-08-13 Nathaniel Smith ======================================================================== --- monotone.1 104d714487823663f55d6739f60e0620b9da2104 +++ monotone.1 13b293fa383be617acadc13c07e4fa813ac01689 @@ -32,9 +32,6 @@ \fBtestresult\fP \fI (0|1|true|false|yes|no|pass|fail)\fP Indicate a passing or failing test result on a revision. .TP -\fBagraph\fP -Dump revision graph to stdout in VCG format. -.TP \fBdiff \fI[--revision= [--revision=] ] [...]\fP Show diffs between working copy and database. .TP ======================================================================== --- monotone.texi 9605fc4307f18598ac349768f136f6f4a708bfc0 +++ monotone.texi 12c4a6e9c616d8f73f567ac172bc4fd92e143f5c @@ -6631,10 +6631,6 @@ Indicate a passing or failing test result on a revision. @comment TROFF INPUT: .TP address@hidden @b{agraph} -Dump revision graph to stdout in VCG format. address@hidden TROFF INPUT: .TP - @item @b{diff} @i{[--revision= [--revision=] ] [...]} Show diffs between working copy and database. @comment TROFF INPUT: .TP ======================================================================== --- tests/t_netsync_repeated.at 052a9c7fbc4e21dc18ce9b1db113785b451cd341 +++ tests/t_netsync_repeated.at 4f34357f0c0d1975e79c0f51ce5595c750f399a1 @@ -29,7 +29,7 @@ RUN_NETSYNC(pull, testbranch) -CHECK_SAME_STDOUT(MONOTONE agraph, MONOTONE2 agraph) +CHECK_SAME_STDOUT(MONOTONE automate graph, MONOTONE2 automate graph) CHECK_SAME_STDOUT(MONOTONE ls certs $VER1, MONOTONE2 ls certs $VER1) CHECK_SAME_STDOUT(MONOTONE ls certs $VER2, MONOTONE2 ls certs $VER2) ======================================================================== --- tests/t_netsync_unrelated.at 61ec68db6f63d56d79e65780048c527e27e7c737 +++ tests/t_netsync_unrelated.at bdd90ebe0b092465055b16fff07ccdfe75b8f7a0 @@ -28,7 +28,7 @@ RUN_NETSYNC(pull, testbranch) -CHECK_SAME_STDOUT(MONOTONE agraph, MONOTONE2 agraph) +CHECK_SAME_STDOUT(MONOTONE automate graph, MONOTONE2 automate graph) CHECK_SAME_STDOUT(MONOTONE ls certs $BASE, MONOTONE ls certs $BASE) AT_CHECK(rm -rf MT) @@ -45,7 +45,7 @@ RUN_NETSYNC(pull, testbranch) -CHECK_SAME_STDOUT(MONOTONE agraph, MONOTONE2 agraph) +CHECK_SAME_STDOUT(MONOTONE automate graph, MONOTONE2 automate graph) CHECK_SAME_STDOUT(MONOTONE ls certs $BASE, MONOTONE ls certs $BASE) CHECK_SAME_STDOUT(MONOTONE ls certs $UNRELATED, MONOTONE ls certs $UNRELATED) CHECK_SAME_STDOUT(MONOTONE ls certs $MERGE, MONOTONE ls certs $MERGE)