diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ commit cvscommit hgcommit change changes changelog:: whitespace v4l/scripts/prep_commit_msg.pl >/tmp/v4l_hg_commit.msg $(EDITOR) /tmp/v4l_hg_commit.msg grep -v ^# /tmp/v4l_hg_commit.msg | hg commit -l - + @echo "*** PLEASE CHECK IF LOG IS OK:" + @hg log -v -r -1 + @echo "*** If not ok, do hg undo and make commit again" pull update v4l-update:: @echo "Pulling changes from master repository $(REPO_PULL)" |