diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | v4l/ChangeLog | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -27,7 +27,7 @@ pull update v4l-update:: -hg pull $(REPO_PULL) hg checkout -push:: commit +push:: -hg push $(REPO_PUSH) change changes changelog:: whitespace update diff --git a/v4l/ChangeLog b/v4l/ChangeLog index bf0ca9fc9..582367c9d 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2006-01-28 17:59 mchehab + + * Makefile: + - Removed commit from make push + - This allows commiting at local tree first + + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-28 17:56 mchehab * README.HG, README.CVS: |