##// END OF EJS Templates
diff: add help text to highlight the ability to do "merge diffs"...
Matt Harbison -
r50067:5ad37b5b default
parent child Browse files
Show More
@@ -2536,7 +2536,8 b' def diff(ui, repo, *pats, **opts):'
2536
2536
2537 :hg:`diff` may generate unexpected results for merges, as it will
2537 :hg:`diff` may generate unexpected results for merges, as it will
2538 default to comparing against the working directory's first
2538 default to comparing against the working directory's first
2539 parent changeset if no revisions are specified.
2539 parent changeset if no revisions are specified. To diff against the
2540 conflict regions, you can use `--config diff.merge=yes`.
2540
2541
2541 By default, the working directory files are compared to its first parent. To
2542 By default, the working directory files are compared to its first parent. To
2542 see the differences from another revision, use --from. To see the difference
2543 see the differences from another revision, use --from. To see the difference
@@ -644,7 +644,8 b' Test command without options'
644 Note:
644 Note:
645 'hg diff' may generate unexpected results for merges, as it will
645 'hg diff' may generate unexpected results for merges, as it will
646 default to comparing against the working directory's first parent
646 default to comparing against the working directory's first parent
647 changeset if no revisions are specified.
647 changeset if no revisions are specified. To diff against the conflict
648 regions, you can use '--config diff.merge=yes'.
648
649
649 By default, the working directory files are compared to its first parent.
650 By default, the working directory files are compared to its first parent.
650 To see the differences from another revision, use --from. To see the
651 To see the differences from another revision, use --from. To see the
General Comments 0
You need to be logged in to leave comments. Login now