Commit graph

7 commits

Author SHA1 Message Date
Buck Ryan d095a2f3d5 fix tests and new test dockerfile 2018-06-21 21:26:40 -04:00
Alex Pinkney fc62b0f888 Move get_PATH and x_subprocess_env functions into utils.py 2018-03-20 13:09:48 +00:00
Buck Ryan 27574cc79b Fix tests and some py2/py3 issues 2018-02-19 10:45:02 -05:00
Buck Ryan 0b02a4baad tests and fixes for hg segment 2017-09-05 21:42:58 -04:00
Buck Ryan 46f992d9f7 Fix tests 2017-08-26 20:30:59 -04:00
Buck Ryan e5a1c74963 Moved all repo stats code from git.py to the base
When all of the new code to provide more interesting stats was added to
git.py, it was not very re-usable. A few pull requests could use it
though. In particular, #105 adds more info to the svn segment and #210
does the same for mercurial. I would rather not create inconsistencies
among these segments or have them duplicate code. Moving it into the
base file creates a place where each segment can access it and have a
consistent behavior.
2015-12-27 13:22:39 -05:00
Buck Ryan c22d1af48b add tests for the git segment 2015-12-26 13:13:53 -05:00