Search code examples
version-controlmercurialtortoisehg

How to see time when patch was pushed in tortoiseHg?


We're using TortoiseHg 2.1.4 right now.

Our workflow looks something similar like this:

  • dev1 creates change in baseline, exports patch via tortoiseHg
  • dev1 gives patch to dev2 for review
  • if review is ok, patch gets to a merge guy dev3, who then backports it

Problem: the time shown in tortoiseHg is the time of local patch creation/commit by dev1, but we want to see, in tortoiseHg, when the patch was pushed to baseline by dev3.

If there is a way to get the info via command line, that would work too, but adding the info to TortoiseHg would be better. Any ideas?

Edit

This is a duplicate of In Mercurial, how can I see revisions pushed to a repo in the last 24 hours?, I misinterpreted the question there the first time. The answer there (serverside plugin only) sucks a bit, but anyway.


Solution

  • This is a double of In Mercurial, how can I see revisions pushed to a repo in the last 24 hours?, misinterpreted the question there the first time. Can be closed.