diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-30 12:42:34 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-30 12:42:34 -0200 |
commit | de626390df4a05d50236b64a2b739af133381318 (patch) | |
tree | 27e1b02cdb93c128147c879ef277d9107aaaf05c | |
parent | cd87717243f12ecfd54f4a94eddc48ebab2f3bb7 (diff) | |
download | mediapointer-dvb-s2-de626390df4a05d50236b64a2b739af133381318.tar.gz mediapointer-dvb-s2-de626390df4a05d50236b64a2b739af133381318.tar.bz2 |
Now, after commiting, it will show log messages
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This helps to avoid mistakes at commit messages
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-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)" |