# # patch "ChangeLog" # from [098305e163257ba64bfcc5d5caf3d24e0e9c8c70] # to [6130ffc24ae50a332bed1370193316acfda2ebf4] # # patch "commands.cc" # from [0b37c574ff4f24aa3ef783d34654c53a4e067818] # to [649e91dd9a739cda36beabe5ec90482eb4ff529a] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-06-10 Richard Levitte + + * commands.cc (CMD(diff)): Remove OPT_DEPTH, as it was never + used. + 2005-06-09 Richard Levitte * monotone.texi (Merging): I assume that "apposite" was supposed --- commands.cc +++ commands.cc @@ -2697,7 +2697,7 @@ "If one revision is given, the diff between the working directory and\n" "that revision is shown. If two revisions are given, the diff between\n" "them is given.", - OPT_BRANCH_NAME % OPT_REVISION % OPT_DEPTH) + OPT_BRANCH_NAME % OPT_REVISION) { do_diff(name, app, args, unified_diff); }