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 comment
Sort by
Date
Votes
Bryce, please file a bug report in the issue tracker for Mercurial plug-in for IntelliJ.
Please sign in to leave a comment.