Iam using win xp with Tortoisehg 2.3. I use a bit bucket to backup my personal source code. (rarely for proper version control, more like a backup storage). Right now, I have to right-click on my repo, select a commit, and then enter a commit message (I just want to copy the same message that I used last time, there is a drop-down menu for that), and then click commit. Then I again right-click and select the synchronization and go to this option to finally click. I could use a workbench and do something like that. I want to optimize this process, so I decided to just write a bat bat script to commit and click. When I press Tortoisehg, it spits out the hg command in the window, and you can see and cut it and paste it from here. For fixation, he does not show what he is really doing under the hood. When I used TortoiseSVN for a long time, I remember that there was a log file in which all svn commands were saved for debugging. So I started looking for the TortoiseHg log file.
Does anyone know:
1) Is there a log file in Tortoisehg somewhere where it stores all the mercurial commands executed complete with all command line parameters?
2) Is there a better way to make a one-stage fixer (via Tortoisehg gui or bat or some add-on / extension, etc.)?
considers
mercurial tortoisehg mercurial-extension mercurial-hook
Gullu
source share