# # # patch "contrib/monotone-notify.pl" # from [a1d43107c4ac451f46025ed447bab4800a4e3646] # to [2b0993e2ffb4ffd5f510aeac54ef9689da04e25d] # ============================================================ --- contrib/monotone-notify.pl a1d43107c4ac451f46025ed447bab4800a4e3646 +++ contrib/monotone-notify.pl 2b0993e2ffb4ffd5f510aeac54ef9689da04e25d @@ -565,7 +565,7 @@ sub generate_diff print OUTPUT "address@hidden@ -0,0 +1,",list_size(@file)," address@hidden@\n"; map { print OUTPUT "+" . $_ } @file; } else { - print OUTPUT "monotone --db={your.database} automate get_file $id\n"; + print OUTPUT "$monotone --db={your.database} automate get_file $id\n"; } } }