Re: How to find, who executed "push -f" command
jeshkumar555@gmail.com
jeshkumar555 at gmail.com
Sat Dec 1 11:42:29 UTC 2012
Hi Babenhauserheide,
Thanks for the reply, can't we by analysing graph ?
Sent from my HTC
Excuse for typo.
----- Reply message -----
From: "Arne Babenhauserheide" <arne_bab at web.de>
Date: Sat, Dec 1, 2012 3:06 am
Subject: How to find, who executed "push -f" command
To: <mercurial at selenic.com>
Cc: "Jeshwanth Kumar N K Jeshu" <jeshkumar555 at gmail.com>
Hi Jeshwanth,
Am Freitag, 30. November 2012, 23:19:39 schrieb Jeshwanth Kumar N K Jeshu:
> I started using mercurial recently, I have one small doubt about push
> command. How can I know who has executed push -f ( force push) command in a
> repository.
The first, deat easy but inexact way is to just look, who wrote the commits in
the newly generated head.
The second way is to check your server logfiles. That’s exact but more
complicated.
The third, the advanced way is to add hooks to your repository which note
connection details when something is pushed (changegroup hooks, for example
defined in the .hg/hgrc in the repo)
Best wishes,
Arne
--
Ein Würfel System - einfach saubere Regeln:
- http://1w6.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20121201/431f77cd/attachment-0002.html>
More information about the Mercurial
mailing list