__init__.py
10 lines
| 351 B
| text/x-python
|
PythonLexer
r1126 | # Copyright (C) 2014-2023 RhodeCode GmbH | |||
r0 | """ | |||
Provides a stub implementation for VCS operations. | ||||
Intended usage is to help in performance measurements. The basic idea is to | ||||
implement an `EchoApp` which sends back what it gets. Based on a configuration | ||||
parameter this app can be activated, so that it replaced the endpoints for Git | ||||
and Mercurial. | ||||
""" | ||||