##// END OF EJS Templates
bdiff: avoid pointer arithmetic on void*...
bdiff: avoid pointer arithmetic on void* MSVC 2008 complains: mercurial/cext/bdiff.c(106) : error C2036: 'void *' : unknown size mercurial/cext/bdiff.c(107) : error C2036: 'void *' : unknown size Maybe it's a gcc extension? https://stackoverflow.com/questions/37460579/error-c2036-void-unknown-size

File last commit:

r19617:ba89c387 default
r36699:340e4b71 default
Show More
9diff.rc
7 lines | 192 B | text/x-stsrc | TextLexer
# The 9diff extdiff command generates diff(1) compatible output
# suitable for use with the plumber(4).
[extensions]
extdiff =
[extdiff]
9diff = /bin/mercurial/9diff -cm $parent $child $root