all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* vc-next-action or vc-dir, optionally allows to change the user?
@ 2022-06-24 13:20 Uwe Brauer
  2022-06-24 13:36 ` Dmitry Gutov
  0 siblings, 1 reply; 19+ messages in thread
From: Uwe Brauer @ 2022-06-24 13:20 UTC (permalink / raw)
  To: help-gnu-emacs



Hi 

Recently I have to commit (using hg,  but this should be irrelevant here)
changes as another user, so usually I tried 


(defun my-set-new-user ()
  "Set the user for the commit and ChangLog entries to new user."
  (interactive)
  (setq user-full-name "James Bond")
  (setq add-log-full-name "James Bond")
  (setq user-mail-address "007@mi6.co.uk")
  (setq add-log-mailing-address "007@mi6.co.uk")
  (message "Now changes are registered as JB"))

But it did not help.

Any idea how to change the user and email address for the  commit
message?

I can commit explicitly from the command line as a new user, but that is
a bit cumbersome.

Regards

Uwe Brauer  



-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-06-25 14:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-24 13:20 vc-next-action or vc-dir, optionally allows to change the user? Uwe Brauer
2022-06-24 13:36 ` Dmitry Gutov
2022-06-24 14:26   ` Uwe Brauer
2022-06-24 15:00     ` Dmitry Gutov
2022-06-24 15:12       ` [a bug, with log-edit-setup-add-author?] (was: vc-next-action or vc-dir, optionally allows to change the user?) Uwe Brauer
2022-06-24 15:24         ` [culprit found] (was: [a bug, with log-edit-setup-add-author?]) Uwe Brauer
2022-06-24 15:04     ` vc-next-action or vc-dir, optionally allows to change the user? Uwe Brauer
2022-06-24 15:32     ` Jean Louis
2022-06-24 15:46       ` Uwe Brauer
2022-06-25  6:49         ` Jean Louis
2022-06-25  9:45           ` Dmitry Gutov
2022-06-25 10:41             ` Free software politics, not world politics please Jean Louis
2022-06-25 12:11               ` Uwe Brauer
2022-06-25 12:59                 ` Eli Zaretskii
2022-06-25 13:36                 ` Jean Louis
2022-06-25 14:12                   ` Eli Zaretskii
2022-06-25 12:21               ` Marcin Borkowski
2022-06-25 13:42                 ` Jean Louis
     [not found]         ` <YrbWFKi6BN86wnYU@protected.localdomain>
     [not found]           ` <87edzdx7qs.fsf@mat.ucm.es>
2022-06-25 13:19             ` [what's wrong with you] (was: Weniger labern bitte) Jean Louis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.