# # # patch "ChangeLog" # from [59756589a4a8fe3b59168620afcdc83241ad0a90] # to [1b822ac9ae7cbdf1ff93f599450e5186add032bc] # # patch "contrib/monotone.el" # from [e6ca9f1c41b4c197e0314715fa51008af18b150e] # to [687216b74d7d898f636061ba6ab058810680461a] # ============================================================ --- ChangeLog 59756589a4a8fe3b59168620afcdc83241ad0a90 +++ ChangeLog 1b822ac9ae7cbdf1ff93f599450e5186add032bc @@ -1,5 +1,10 @@ 2006-04-24 Derek Scherger + * contrib/monotone.el (monotone-commit-complete): call line + removal function by it's actual name + +2006-04-24 Derek Scherger + * cmd_diff_log.cc (log): remove --recursive option from log; directories are always recursive as with other restricted commands * tests/t_log_dir.at: account for recursive directories ============================================================ --- contrib/monotone.el e6ca9f1c41b4c197e0314715fa51008af18b150e +++ contrib/monotone.el 687216b74d7d898f636061ba6ab058810680461a @@ -567,7 +567,7 @@ (interactive) (when (not (eq monotone-commit-edit-status 'started)) (error "The commit in this buffer is '%s'" monotone-commit-edit-status)) - (monotone-remove-_MTN-lines) + (monotone-remove-MTN-lines) (let ((buf (current-buffer)) (message (buffer-substring-no-properties (point-min) (point-max))) (mca monotone-commit-args) ;; copy of buffer-local-var