Size: 829
Comment:
|
← Revision 5 as of 2011-09-25 13:38:20 ⇥
Size: 862
Comment: Make the page work with the all-extensions scrapping tool
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from ActionLog | |
Line 7: | Line 8: |
Mercurial Hook: http://bitbucket.org/MrWerewolf/hg-actionlog/ | Repository: http://bitbucket.org/MrWerewolf/hg-actionlog/ |
Line 11: | Line 12: |
ActionLog provides a Mercurial (hg) hook that is intended to help keep track of a remote repository's state that multiple people have access to update, such as a website that is a Mercurial repository with it's own working directory. | Action Log provides a Mercurial (hg) hook that is intended to help keep track of a remote repository's state when multiple people have access to update, such as a website that is a Mercurial repository with it's own working directory. |
Action Log
This extension is not distributed with Mercurial.
Author: Ryan Seto
Repository: http://bitbucket.org/MrWerewolf/hg-actionlog/
Overview
Action Log provides a Mercurial (hg) hook that is intended to help keep track of a remote repository's state when multiple people have access to update, such as a website that is a Mercurial repository with it's own working directory.
Configuration
Edit your repository's hgrc file. It is located in the .hg folder.
Add the following line in the [hooks] section:
[hooks] update.actionlog = python:/path/to/actionlog.py:updatehook
Now, when you update your repository with the "hg update" command, actionlog will append to a log file called action.log in the .hg folder.