# HG changeset patch # User Oleksandr Gavenko # Date 1347119293 -10800 # Node ID c57cd27e840e4a5b6337be51e5fe2d6ce6aaa383 # Parent bad6ccb0cf56b9ee55781bb8d81a21736b4c858a If 'hg' found no changes it report error code 1. Ignore them as it is valid. diff -r bad6ccb0cf56 -r c57cd27e840e Makefile --- a/Makefile Thu Sep 06 23:46:11 2012 +0300 +++ b/Makefile Sat Sep 08 18:48:13 2012 +0300 @@ -64,7 +64,7 @@ .PHONY: deploy2sf-hg deploy2sf-hg: - hg push ssh://gavenkoa@hg.code.sf.net/u/gavenkoa/tips + hg push ssh://gavenkoa@hg.code.sf.net/u/gavenkoa/tips || [ $$? = 1 ] ################################################################ # Build targets.