rust/Cargo.toml
author Anton Shestakov <av6@dwimlabs.net>
Thu, 09 Aug 2018 13:04:52 +0800
branchstable
changeset 38931 5caee9f923ae
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
hgweb: catch ParseError that's raised by revset.match() Some queries, like the demonstrated "first(::)", fail earlier than we call mfunc(), and that results in a "500 Internal Server Error". To prevent it, revset.match() also needs to be in a try-except block.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     1
[workspace]
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     2
members = ["hgcli"]