Skip to content

Commit e05b93e

Browse files
committed
Separated "hg push -u" into "hg pull" and "hg update", because they
aren't the same.
1 parent 33df96e commit e05b93e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css3-layout/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ commit: update all
5353
hg push
5454

5555
update:
56-
hg pull -u
56+
hg pull
57+
hg update
5758

5859
clean:
5960
rm -f Overview.html Overview.err

0 commit comments

Comments
 (0)