Skip to content

Commit 3d412b0

Browse files
committed
[commit-patch] Use Monotone's "automate context_diff" since it's made for scripts.
1 parent 3584f40 commit 3d412b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit-patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ while (!$vc{name}) {
112112
# Git is special cased below.
113113
} elsif (-d "$repo/_MTN") {
114114
%vc = (name => 'mtn',
115-
diff => 'mtn diff --without-header',
115+
diff => 'mtn automate content_diff',
116116
commit => 'mtn commit',
117117
message => sub { ('-m', $_[0]) },
118118
message_file => sub { ('--message-file', $_[0]) },

0 commit comments

Comments
 (0)