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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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:: -- cgit v1.2.3