From de626390df4a05d50236b64a2b739af133381318 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 30 Jan 2006 12:42:34 -0200 Subject: Now, after commiting, it will show log messages From: Mauro Carvalho Chehab This helps to avoid mistakes at commit messages Signed-off-by: Mauro Carvalho Chehab --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8124ec1f3..25fca34b7 100644 --- a/Makefile +++ b/Makefile @@ -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)" -- cgit v1.2.3