cogent3 / c3dev

cogent3 developer tools
5 stars 9 forks source link

include the script to revert .c files #3

Closed GavinHuttley closed 5 years ago

GavinHuttley commented 5 years ago

Original report by GavinH (Bitbucket: 557058:e40c23e1-e273-4527-a2f8-5de5876e870d, ).


need to convert the following into a python script so it get's auto-installed with the dev environment

find cogent3 -name "*.c" -print0 | xargs -0 hg revert
find cogent3 -name "*.c.orig"
GavinHuttley commented 5 years ago

Original comment by GavinH (Bitbucket: 557058:e40c23e1-e273-4527-a2f8-5de5876e870d, ).


ENH: added support for reseting .c files, fixes #3