Mecrurial pull failed... is PyCharm ignoring hgignore?
When pulling from mercurial I am getting:
abort: /home/xxxxx/templatetags/__init__.pyc looks like a binary file.
Yet .hgignore shows:
# See http://www.selenic.com/mercurial/hgignore.5.html
syntax: glob
*.pyc # Python files as compiled
*.orig # Mercurial merge files
Why is it complaining about the compiled python file?
abort: /home/xxxxx/templatetags/__init__.pyc looks like a binary file.
Yet .hgignore shows:
# See http://www.selenic.com/mercurial/hgignore.5.html
syntax: glob
*.pyc # Python files as compiled
*.orig # Mercurial merge files
Why is it complaining about the compiled python file?
1 条评论
排序方式
日期
投票数
Bryce, please file a bug report in the issue tracker for Mercurial plug-in for IntelliJ.
请先登录再写评论。