This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import argparse | |
import random | |
import hglib | |
import json | |
import subprocess | |
import re | |
PY_COMPARE = 'compare-dirs' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# trizen -S python2-virtualenv | |
# virutalenv2 migrate | |
# source migrate/bin/activate | |
# pip install mercurial | |
# pip install python-hglib | |
# sh ./ftl_migration.sh | |
function interrupt_code() | |
# This code runs if user hits control-c |