##// END OF EJS Templates
commands: correct diff -c explanation
timeless -
r10527:9c0ba837 stable
parent child Browse files
Show More
@@ -1114,8 +1114,8 b' def diff(ui, repo, *pats, **opts):'
1114 1114 revisions are specified, the working directory files are compared
1115 1115 to its parent.
1116 1116
1117 Alternatively you can specify -c/--change with a revision to use
1118 as a baseline.
1117 Alternatively you can specify -c/--change with a revision to see
1118 the changes in that changeset relative to its first parent.
1119 1119
1120 1120 Without the -a/--text option, diff will avoid generating diffs of
1121 1121 files it detects as binary. With -a, diff will generate a diff
@@ -383,8 +383,8 b' diff repository (or selected files)'
383 383 compared to the working directory, and, when no revisions are specified,
384 384 the working directory files are compared to its parent.
385 385
386 Alternatively you can specify -c/--change with a revision to use as a
387 baseline.
386 Alternatively you can specify -c/--change with a revision to see the
387 changes in that changeset relative to its first parent.
388 388
389 389 Without the -a/--text option, diff will avoid generating diffs of files it
390 390 detects as binary. With -a, diff will generate a diff anyway, probably
General Comments 0
You need to be logged in to leave comments. Login now