##// END OF EJS Templates
git: use force fetch and update for target ref. This solves a case...
git: use force fetch and update for target ref. This solves a case when in PRs a target is force updated and is out of sync. Before we used a pull which --ff-only fails obviosly because two are out of sync. This change uses new logic that resets the target branch according to the source target branch allowing smooth merge simulation.

File last commit:

r2761:cdb0bfef default
r2784:e8c62649 default
Show More
requirements_test.txt
14 lines | 240 B | text/plain | TextLexer
/ requirements_test.txt
requirements: updated structure of requirement files, and re-generated nix files.
r1236 # test related requirements
dependencies: bumped test dependencies...
r2761 pytest==3.6.0
py==1.5.3
dependencies: bumped test libraries....
r1863 pytest-cov==2.5.1
dependencies: bumped test dependencies...
r2761 pytest-sugar==0.9.1
pytest-runner==4.2.0
pytest-profiling==1.3.0
dependencies: bumped test libraries versions....
r2274 gprof2dot==2017.9.19
dependencies: bumped test dependencies...
r2761 pytest-timeout==1.2.1
requirements: updated structure of requirement files, and re-generated nix files.
r1236
dependencies: organized test requirements....
r1222 mock==1.0.1
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 webtest==2.0.29
dependencies: organized test requirements....
r1222 cov-core==1.15.0
coverage==3.7.1