Skip to content

Instantly share code, notes, and snippets.

View llacroix's full-sized avatar

Loïc Faure-Lacroix llacroix

View GitHub Profile
@veloutin
veloutin / freeze-buildout-merges.py
Last active August 29, 2015 14:13
Freeze Buildout Merges
#!/usr/bin/env python
# *-* coding: utf-8 *-*
from __future__ import print_function, unicode_literals
import os
import sys
import subprocess
def get_merged_version(cwd, branch):
""" Attempt to find the version at which branch was merged """