Skip to content

Instantly share code, notes, and snippets.

View damirazo's full-sized avatar
🏠
Working from home

Abdullin Damir damirazo

🏠
Working from home
View GitHub Profile
@movEAX
movEAX / gist:7794950
Last active December 30, 2015 07:19
Hg 'commit' hook implementation for auto comment link of changeset to redmine./path/to/project/.hg/hgrc[hooks]commit.autocomment = python:path/to/script.py:comment_to_redmine[redmine]url = https://...key = note = some note https://.../changeset/{rev}
# coding: utf-8
#------------------------------------------------------------------------------
# Imports
#------------------------------------------------------------------------------
# Stdlib
import os
import re
# 3rdparty