From 444114c414b2e9a7a963901baa59e4638352f102 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 28 Jan 2006 23:31:32 -0200 Subject: make pull will now do push -u From: Mauro Carvalho Chehab pull -u allows retriving info from master database and also update local files. Signed-off-by: Mauro Carvalho Chehab --- Makefile | 2 +- v4l/ChangeLog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94799bcab..dac78fc94 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ commit cvscommit hgcommit:: grep -v ^# /tmp/v4l_hg_commit.msg | hg commit -l - pull update v4l-update:: - -hg pull $(REPO_PULL) + -hg pull -u $(REPO_PULL) hg checkout push:: diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 582367c9d..8b3c7dc56 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,10 @@ +2006-01-29 01:07 mchehab + + * Makefile: + - make pull will now do push -u + + Signed-off-by: Mauro Carvalho Chehab + 2006-01-28 17:59 mchehab * Makefile: -- cgit v1.2.3