##// END OF EJS Templates
diff: clarify comparison as first parent
timeless -
r27452:5df74b2f default
parent child Browse files
Show More
@@ -3541,7 +3541,7 b' def diff(ui, repo, *pats, **opts):'
3541 3541 between those revisions. If only one revision is specified then
3542 3542 that revision is compared to the working directory, and, when no
3543 3543 revisions are specified, the working directory files are compared
3544 to its parent.
3544 to its first parent.
3545 3545
3546 3546 Alternatively you can specify -c/--change with a revision to see
3547 3547 the changes in that changeset relative to its first parent.
@@ -505,7 +505,7 b' Test command without options'
505 505 When two revision arguments are given, then changes are shown between
506 506 those revisions. If only one revision is specified then that revision is
507 507 compared to the working directory, and, when no revisions are specified,
508 the working directory files are compared to its parent.
508 the working directory files are compared to its first parent.
509 509
510 510 Alternatively you can specify -c/--change with a revision to see the
511 511 changes in that changeset relative to its first parent.
General Comments 0
You need to be logged in to leave comments. Login now