commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/src/URLDlg.cpp |
--- a/trunk/src/URLDlg.cpp +++ b/trunk/src/URLDlg.cpp @@ -104,7 +104,7 @@ AddToolTip(IDC_SCCSCOMBO, _T("Source code control system to use")); AddToolTip(IDC_ACCUREVREPO, _T("Accurev repository name")); AddToolTip(IDC_IGNORESELF, _T("If enabled, commits from you won't show a notification")); - AddToolTip(IDC_SCRIPT, _T("Enter here a command which gets called after new revisions were detected.\n\n%revision gets replaced with the new HEAD revision\n%url gets replaced with the url of the project\n%project gets replaced with the project name\n%username gets replaced with a list of usernames\n\nExample command line:\nTortoiseProc.exe /command:update /rev:%revision /path:\"path\\to\\working\\copy\"")); + AddToolTip(IDC_SCRIPT, _T("Enter here a command which gets called after new revisions were detected.\n\n%revision gets replaced with the new HEAD revision\n%url gets replaced with the url of the project\n%project gets replaced with the project name\n%usernames gets replaced with a list of usernames\n\nExample command line:\nTortoiseProc.exe /command:update /rev:%revision /path:\"path\\to\\working\\copy\"")); AddToolTip(IDC_WEBDIFF, _T("URL to a web viewer\n%revision gets replaced with the new HEAD revision\n%url gets replaced with the url of the project\n%project gets replaced with the project name")); AddToolTip(IDC_IGNOREUSERS, _T("Newline separated list of usernames to ignore")); AddToolTip(IDC_INCLUDEUSERS, _T("Newline separated list of users to monitor"));