branch: externals/vc-hgcmd commit 0bd38bedbd3e1a12906de661c8576625cdc6afdf Author: muffinmad <andreyk....@gmail.com> Commit: muffinmad <andreyk....@gmail.com>
User parent info from summary in there are no log --- vc-hgcmd.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vc-hgcmd.el b/vc-hgcmd.el index 7175fc8..392df40 100644 --- a/vc-hgcmd.el +++ b/vc-hgcmd.el @@ -484,6 +484,8 @@ Insert 'Running command' and display buffer text if COMMAND" (with-temp-buffer (vc-hgcmd-command-output-buffer (current-buffer) "summary") (concat result + (unless parents + (vc-hgcmd--summary-info "parent" "Parent : ")) (vc-hgcmd--summary-info "branch" "Branch : ") (vc-hgcmd--summary-info "commit" "Commit : ") (vc-hgcmd--summary-info "update" "Update : ")