# Extract the CVS revision history and make a ChangeLog file
# Extract the revision history and make a ChangeLog file
# with those details.
#
changelog:
-if [ -x /usr/bin/cvs2cl ];then cvs2cl;fi
-rm ChangeLog.bak
hg log -v > ChangeLog
#
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.