pidgin/pidgin

win32: Use `hg log` instead of `hg id --debug` on Windows too
release-2.x.y
2016-10-20, Daniel Atallah
65df1e5e7ff0
Parents 3094e049f882
Children 9f4a1085a774
win32: Use `hg log` instead of `hg id --debug` on Windows too
--- a/libpurple/win32/targets.mak Thu Oct 20 18:20:44 2016 -0400
+++ b/libpurple/win32/targets.mak Thu Oct 20 18:32:09 2016 -0400
@@ -18,7 +18,7 @@
/^m4_define..purple_micro_version/ {system("sed -e s/@PURPLE_MICRO_VERSION@/"$$5"/ $@ > $@.tmp && mv $@.tmp $@"); exit}' $(PIDGIN_TREE_TOP)/configure.ac
$(PIDGIN_REVISION_RAW_TXT):
- (hg --cwd $(PIDGIN_TREE_TOP) id -i --debug) 2>/dev/null >$@ \
+ (hg --cwd $(PIDGIN_TREE_TOP) log -r . -T '{node}') 2>/dev/null >$@ \
|| rm -f $@
$(PIDGIN_REVISION_H): $(PIDGIN_REVISION_RAW_TXT)