The unified diff between revisions [c0298de2..] and [fac83dcc..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'unidiff.ml'
#
#
# patch "unidiff.ml"
# from [6446132389b142a377ad1922e73e7104241c88a6]
# to [a84b8a696a2e5075b1cfe0ced654bcfe367f7002]
#
============================================================
--- unidiff.ml 6446132389b142a377ad1922e73e7104241c88a6
+++ unidiff.ml a84b8a696a2e5075b1cfe0ced654bcfe367f7002
@@ -228,13 +228,12 @@ let show ctrl old_id new_id =
d#show ()
let show ctrl old_id new_id =
- match ctrl#get_db with
+ match ctrl#get_mtn with
| None -> ()
- | Some db ->
+ | Some mtn ->
try
- Database.run_monotone_diff
- db
- ctrl#get_prefs.Viz_style.monotone_path
+ Monotone.run_monotone_diff
+ mtn
(ctrl#status "monotone")
(fun res ->
match res with