Files
git-upstream/git_upstream/tests/commands
Darragh Bailey caa7b5270d Switch to range from xrange for python 3 compatibility
xrange no longer exists in python 3, and since it is a small number of
iterations there is a limited performance impact under python 2 by
using range instead.

Add check to ensure linearisation exception does not occur under python
3, due to exception in attempting to use a non existing function.

Change-Id: I3e6165b8bce14a44459fc9419792784f64636f5e
2016-12-08 11:06:29 +00:00
..
2016-10-19 12:34:18 +01:00