https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5d3425eba12d69f9ca3b56fd499869b6ad90b613 authored by Alex on 06 October 2017, 22:21:31 UTC
Close branch crop_rec-700D.
Tip revision: 5d3425e
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