8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c55bd commit 2eed11fCopy full SHA for 2eed11f
Makefile
@@ -57,7 +57,7 @@ progress:
57
58
.PHONY: merge
59
merge: upgrade_venv
60
-ifneq "$(shell cd $(CPYTHON_CLONE) 2>/dev/null && git describe --contains --all HEAD)" "$(BRANCH)"
+ifneq "$(shell cd $(CPYTHON_CLONE) 2>/dev/null && git branch --show-current)" "$(BRANCH)"
61
$(error "You're merging from a different branch:" "$(shell cd $(CPYTHON_CLONE) 2>/dev/null && git describe --contains --all HEAD)" vs "$(BRANCH)")
62
endif
63
(cd $(CPYTHON_CLONE)/Doc; rm -f build/NEWS)
@@ -77,6 +77,7 @@ endif
77
msgcat -o "$$PO" "$$POT";\
78
fi\
79
done
80
+ powrap -m
81
82
83
.PHONY: fuzzy
0 commit comments