diff options
| author | Sean Whitton | 2026-02-05 11:46:01 +0000 |
|---|---|---|
| committer | Sean Whitton | 2026-02-05 11:46:01 +0000 |
| commit | ccee1c0de6eb283482ab6fbcdff6043863edfa82 (patch) | |
| tree | 9fc035e840cb84b45d4d2ee9d8575a2be66f606e | |
| parent | 0dfaa756120f4feecf5f6011ec243741b071e440 (diff) | |
| download | emacs-ccee1c0de6eb283482ab6fbcdff6043863edfa82.tar.gz emacs-ccee1c0de6eb283482ab6fbcdff6043863edfa82.zip | |
; Improve outgoing base command docstrings.
| -rw-r--r-- | lisp/vc/vc.el | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 14da03cda1d..3d85453a3b3 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -3347,7 +3347,9 @@ Uncommitted changes are included in the diff. | |||
| 3347 | 3347 | ||
| 3348 | When unspecified, UPSTREAM-LOCATION is the outgoing base. | 3348 | When unspecified, UPSTREAM-LOCATION is the outgoing base. |
| 3349 | For a trunk branch this is always the place \\[vc-push] would push to. | 3349 | For a trunk branch this is always the place \\[vc-push] would push to. |
| 3350 | For a topic branch, query the backend for an appropriate outgoing base. | 3350 | For a topic branch, see whether the branch matches one of |
| 3351 | `vc-trunk-branch-regexps' or `vc-topic-branch-regexps', or else query | ||
| 3352 | the backend for an appropriate outgoing base. | ||
| 3351 | See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding | 3353 | See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding |
| 3352 | the difference between trunk and topic branches. | 3354 | the difference between trunk and topic branches. |
| 3353 | 3355 | ||
| @@ -3375,7 +3377,9 @@ Uncommitted changes are included in the diff. | |||
| 3375 | 3377 | ||
| 3376 | When unspecified, UPSTREAM-LOCATION is the outgoing base. | 3378 | When unspecified, UPSTREAM-LOCATION is the outgoing base. |
| 3377 | For a trunk branch this is always the place \\[vc-push] would push to. | 3379 | For a trunk branch this is always the place \\[vc-push] would push to. |
| 3378 | For a topic branch, query the backend for an appropriate outgoing base. | 3380 | For a topic branch, see whether the branch matches one of |
| 3381 | `vc-trunk-branch-regexps' or `vc-topic-branch-regexps', or else query | ||
| 3382 | the backend for an appropriate outgoing base. | ||
| 3379 | See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding | 3383 | See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding |
| 3380 | the difference between trunk and topic branches. | 3384 | the difference between trunk and topic branches. |
| 3381 | 3385 | ||
| @@ -3409,7 +3413,9 @@ working revision and UPSTREAM-LOCATION. | |||
| 3409 | 3413 | ||
| 3410 | When unspecified, UPSTREAM-LOCATION is the outgoing base. | 3414 | When unspecified, UPSTREAM-LOCATION is the outgoing base. |
| 3411 | For a trunk branch this is always the place \\[vc-push] would push to. | 3415 | For a trunk branch this is always the place \\[vc-push] would push to. |
| 3412 | For a topic branch, query the backend for an appropriate outgoing base. | 3416 | For a topic branch, see whether the branch matches one of |
| 3417 | `vc-trunk-branch-regexps' or `vc-topic-branch-regexps', or else query | ||
| 3418 | the backend for an appropriate outgoing base. | ||
| 3413 | See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding | 3419 | See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding |
| 3414 | the difference between trunk and topic branches. | 3420 | the difference between trunk and topic branches. |
| 3415 | 3421 | ||
| @@ -3441,7 +3447,9 @@ working revision and UPSTREAM-LOCATION. | |||
| 3441 | 3447 | ||
| 3442 | When unspecified, UPSTREAM-LOCATION is the outgoing base. | 3448 | When unspecified, UPSTREAM-LOCATION is the outgoing base. |
| 3443 | For a trunk branch this is always the place \\[vc-push] would push to. | 3449 | For a trunk branch this is always the place \\[vc-push] would push to. |
| 3444 | For a topic branch, query the backend for an appropriate outgoing base. | 3450 | For a topic branch, see whether the branch matches one of |
| 3451 | `vc-trunk-branch-regexps' or `vc-topic-branch-regexps', or else query | ||
| 3452 | the backend for an appropriate outgoing base. | ||
| 3445 | See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding | 3453 | See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding |
| 3446 | the difference between trunk and topic branches. | 3454 | the difference between trunk and topic branches. |
| 3447 | 3455 | ||