aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2026-02-05 11:46:01 +0000
committerSean Whitton2026-02-05 11:46:01 +0000
commitccee1c0de6eb283482ab6fbcdff6043863edfa82 (patch)
tree9fc035e840cb84b45d4d2ee9d8575a2be66f606e
parent0dfaa756120f4feecf5f6011ec243741b071e440 (diff)
downloademacs-ccee1c0de6eb283482ab6fbcdff6043863edfa82.tar.gz
emacs-ccee1c0de6eb283482ab6fbcdff6043863edfa82.zip
; Improve outgoing base command docstrings.
-rw-r--r--lisp/vc/vc.el16
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
3348When unspecified, UPSTREAM-LOCATION is the outgoing base. 3348When unspecified, UPSTREAM-LOCATION is the outgoing base.
3349For a trunk branch this is always the place \\[vc-push] would push to. 3349For a trunk branch this is always the place \\[vc-push] would push to.
3350For a topic branch, query the backend for an appropriate outgoing base. 3350For a topic branch, see whether the branch matches one of
3351`vc-trunk-branch-regexps' or `vc-topic-branch-regexps', or else query
3352the backend for an appropriate outgoing base.
3351See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding 3353See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding
3352the difference between trunk and topic branches. 3354the difference between trunk and topic branches.
3353 3355
@@ -3375,7 +3377,9 @@ Uncommitted changes are included in the diff.
3375 3377
3376When unspecified, UPSTREAM-LOCATION is the outgoing base. 3378When unspecified, UPSTREAM-LOCATION is the outgoing base.
3377For a trunk branch this is always the place \\[vc-push] would push to. 3379For a trunk branch this is always the place \\[vc-push] would push to.
3378For a topic branch, query the backend for an appropriate outgoing base. 3380For a topic branch, see whether the branch matches one of
3381`vc-trunk-branch-regexps' or `vc-topic-branch-regexps', or else query
3382the backend for an appropriate outgoing base.
3379See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding 3383See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding
3380the difference between trunk and topic branches. 3384the difference between trunk and topic branches.
3381 3385
@@ -3409,7 +3413,9 @@ working revision and UPSTREAM-LOCATION.
3409 3413
3410When unspecified, UPSTREAM-LOCATION is the outgoing base. 3414When unspecified, UPSTREAM-LOCATION is the outgoing base.
3411For a trunk branch this is always the place \\[vc-push] would push to. 3415For a trunk branch this is always the place \\[vc-push] would push to.
3412For a topic branch, query the backend for an appropriate outgoing base. 3416For a topic branch, see whether the branch matches one of
3417`vc-trunk-branch-regexps' or `vc-topic-branch-regexps', or else query
3418the backend for an appropriate outgoing base.
3413See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding 3419See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding
3414the difference between trunk and topic branches. 3420the difference between trunk and topic branches.
3415 3421
@@ -3441,7 +3447,9 @@ working revision and UPSTREAM-LOCATION.
3441 3447
3442When unspecified, UPSTREAM-LOCATION is the outgoing base. 3448When unspecified, UPSTREAM-LOCATION is the outgoing base.
3443For a trunk branch this is always the place \\[vc-push] would push to. 3449For a trunk branch this is always the place \\[vc-push] would push to.
3444For a topic branch, query the backend for an appropriate outgoing base. 3450For a topic branch, see whether the branch matches one of
3451`vc-trunk-branch-regexps' or `vc-topic-branch-regexps', or else query
3452the backend for an appropriate outgoing base.
3445See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding 3453See `vc-trunk-branch-regexps' and `vc-topic-branch-regexps' regarding
3446the difference between trunk and topic branches. 3454the difference between trunk and topic branches.
3447 3455