code_revision  
Code Revision Datum
Allows the server code to be aware of the Git environment it is running in, and lets commit hash be viewed
| Vars | |
| commit_date | Date that this commit was made | 
|---|---|
| commit_hash | Current commit hash the server is running | 
| origin_commit | Origin commit (Only set if running TGS, and will only be different if the server is running testmerges) | 
| testmerges | List of testmerges (If applicable) | 
| Procs | |
| get_testmerge_chatmessage | Testmerge Chat Message Helper | 
| log_info | Code Revision Logging Helper | 
Var Details
commit_date  
Date that this commit was made
commit_hash  
Current commit hash the server is running
origin_commit  
Origin commit (Only set if running TGS, and will only be different if the server is running testmerges)
testmerges  
List of testmerges (If applicable)
Proc Details
get_testmerge_chatmessage
Testmerge Chat Message Helper
Formats testmerged PRs into a nice message Arguments:
- header - Should a header be sent too
log_info
Code Revision Logging Helper
Small proc to simplify logging all this stuff