Closed amureki closed 8 years ago
@etianen yeah, this one was based on previous PR, that's why it had tox commit also. :)
But everything is totally fine, thanks for merging!
@etianen one side effect of rename directory in git, is to be forced to use git log
with --follow
parameter, if you need see the change history of a file and not being able to do this via the github UI
git log watson/models.py
git log --follow watson/models.py
But this is not really a problem :sweat_smile:
@luzfcb - Yeah, I've been putting off the directory rename for a while, since it has a few minor side-effects, and I was lazy. :)
On the whole, it's better this way, though!
@etianen I've decided to split my work into two PR's, otherwise changes are not easily readable and understandable.
Feel free to comment or make suggestions. If everything would be fine in #186 (when it will be merged), I'll rebase this one on master, or feel free to do it by yourself if you want. 🙃