https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 1b32e9f5a77028eeb35c8931f90d9f17be262db6 authored by danne on 10 January 2017, 02:04:11 UTC
--black-fix
Tip revision: 1b32e9f
last_change_info.sh
#!/bin/sh

# Called from readme2modulestrings.py
# also useful by itself to look at a formatted report
# of the extracted version info

LC_TIME=EN \
hg log . -r 'reverse(ancestors(.))' -l 1 --template \
'{date|hgdate}\n{node|short}\n{author|user}\n{desc|strip|firstline}'
back to top