You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on linux, running PHP from the commandline. My Hg binary is at /usr/bin/hg but VersionControl_Hg can only find it if I pass a path into setExecutable() ... but there doesn't seem to be a way to do that without actually modifying the library. Is there a right way to do this?
The text was updated successfully, but these errors were encountered:
I coded it specifically to be multi-platform. However, I'm developing and testing locally only on a Windows laptop so far. Did changing isexecutable() -> is_executable() fix this?
I'm on Linux (specifically Ubuntu 12.10) so between us we are a pretty good testing platform :) The is_executable change doesn't help with this issue, I will see if I can find the way this is "normally" done.
lornajane
added a commit
to lornajane/VersionControl_Hg
that referenced
this issue
Mar 3, 2013
I'm on linux, running PHP from the commandline. My Hg binary is at /usr/bin/hg but VersionControl_Hg can only find it if I pass a path into setExecutable() ... but there doesn't seem to be a way to do that without actually modifying the library. Is there a right way to do this?
The text was updated successfully, but these errors were encountered: