Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
rust/Cargo.toml
author
Matt Harbison <matt_harbison@yahoo.com>
Sat, 03 Mar 2018 23:29:40 -0500
changeset 36681
340e4b711df7
parent 35569
964212780daf
child 39967
aab43d5861bb
permissions
-rw-r--r--
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
[workspace]
members = ["hgcli"]