mirror of
https://github.com/facebook/sapling.git
synced 2024-12-27 06:52:23 +03:00
373073df47
Summary: This is optional, but it helps investigating Python errors chained with other Rust errors. For example: error.RustError: failed fetching from store (, cc38739855a7f356b4a2aaac0a0a858fd646e6bf) Caused by: TypeError() Traceback (most recent call last): File "scm3/edenscm/hgext/remotefilelog/contentstore.py", line 53, in get chain = self.getdeltachain(name, node) File "scm3/edenscm/hgext/remotefilelog/contentstore.py", line 91, in getdeltachain chain = self._getpartialchain(name, node) File "scm3/edenscm/hgext/remotefilelog/contentstore.py", line 125, in _getpartialchain return store.getdeltachain(name, node) TypeError Without this diff there is only "TypeError()" without the traceback. This can be turned off by unsetting RUST_BACKTRACE. Reviewed By: markbt Differential Revision: D19581173 fbshipit-source-id: 74605b78146b6b1c9ddd5ad720dcd19ff73908a8 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |