¡@

Home 

python Programming Glossary: mercurial

Python: module for creating PID-based lockfile?

http://stackoverflow.com/questions/1444790/python-module-for-creating-pid-based-lockfile

Mercurial has a module for that http bitbucket.org mirror mercurial src tip mercurial lock.py Example usage from mercurial import.. for that http bitbucket.org mirror mercurial src tip mercurial lock.py Example usage from mercurial import error lock try l.. mercurial src tip mercurial lock.py Example usage from mercurial import error lock try l lock.lock path to lock timeout 600 #..

Error setting up Mercurial on Windows Server 2008

http://stackoverflow.com/questions/2123798/error-setting-up-mercurial-on-windows-server-2008

here http stackoverflow.com questions 818571 how to setup mercurial and hgwebdir on iis I have checked all my settings multiple.. File C inetpub hgcgi hgwebdir.cgi line 12 in module from mercurial import demandimport demandimport.enable ImportError No module.. demandimport.enable ImportError No module named mercurial . Detailed Error InformationModule CgiModule Notification ExecuteRequestHandler..

Converting a Mercurial (hg) repository to Git on Windows (7)

http://stackoverflow.com/questions/3267232/converting-a-mercurial-hg-repository-to-git-on-windows-7

following what was here http github.com blog 439 hg git mercurial plugin hg to git fast export All tutorials keep expecting me.. of me. Example http hivelogic.com articles converting from mercurial to git Mercurial to git converter http permalink.gmane.org gmane.comp.version.. or suggestions for me to try python windows git mercurial share improve this question Install Cygwin with python hg..

Mercurial and hgweb on IIS 7.5 - python error

http://stackoverflow.com/questions/4355256/mercurial-and-hgweb-on-iis-7-5-python-error

error File C inetpub wwwroot hg hgweb.cgi line 15 in from mercurial import demandimport demandimport.enable ImportError No module.. demandimport.enable ImportError No module named mercurial . When searching for this error I found the following answers.. example hgweb CGI script edit as necessary # See also http mercurial.selenic.com wiki PublishingRepositories # Path to repo or hgweb..

Use pip and install packages at my $HOME folder?

http://stackoverflow.com/questions/7143077/use-pip-and-install-packages-at-my-home-folder

inside my HOME folder. for example I want to install mercurial using pip but inside HOME instead of usr local I'm with a mac.. latest version of pip one way to do it is pip install user mercurial This should result in the hg script being installed in HOME..

Python: module for creating PID-based lockfile?

http://stackoverflow.com/questions/1444790/python-module-for-creating-pid-based-lockfile

share improve this question If you can use GPLv2 Mercurial has a module for that http bitbucket.org mirror mercurial src..

Error setting up Mercurial on Windows Server 2008

http://stackoverflow.com/questions/2123798/error-setting-up-mercurial-on-windows-server-2008

setting up Mercurial on Windows Server 2008 I want to set up a Mercurial SC server.. up Mercurial on Windows Server 2008 I want to set up a Mercurial SC server and have been following the instructions found here.. a system wide install import sys sys.path.insert 0 c dev Mercurial lib Where of course the path element that's being inserted is..

Installing scipy with pip

http://stackoverflow.com/questions/2213551/installing-scipy-with-pip

is not lost however pip can install from Subversion Git Mercurial and Bazaar repos. SciPy uses SVN pip install svn http svn.scipy.org..

Why use pip over easy_install?

http://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install

. Native support for other version control systems Git Mercurial and Bazaar Uninstallation of packages. Simple to define fixed..

Converting a Mercurial (hg) repository to Git on Windows (7)

http://stackoverflow.com/questions/3267232/converting-a-mercurial-hg-repository-to-git-on-windows-7

a Mercurial hg repository to Git on Windows 7 I'm really quite frustrated.. hivelogic.com articles converting from mercurial to git Mercurial to git converter http permalink.gmane.org gmane.comp.version..

Mercurial and hgweb on IIS 7.5 - python error

http://stackoverflow.com/questions/4355256/mercurial-and-hgweb-on-iis-7-5-python-error

and hgweb on IIS 7.5 python error I am trying to get Mercurial.. and hgweb on IIS 7.5 python error I am trying to get Mercurial to host on IIS 7.5 Win 7 x64 and keep running into an error.. seem to fix. I have followed Jeremy Skinners tutorial here Mercurial on IIS7 Instead of hgwebdir I use hgweb as I am using Mercurial..

Compiling Python 2.6.6 and need for external packages wxPython, setuptools, etc… in Ubuntu

http://stackoverflow.com/questions/6079128/compiling-python-2-6-6-and-need-for-external-packages-wxpython-setuptools-etc

2.7.2 #following is needed if you have an old version of Mercurial installed #export HAS_HG not found # To provide a uniform build..

Reclassing an instance in Python

http://stackoverflow.com/questions/990758/reclassing-an-instance-in-python

yes. I have accepted Martin Geisler's answer because the Mercurial plugin example is a quite strong one and also because it answered.. this question Reclassing instances like this is done in Mercurial a distributed revision control system when extensions plugins.. defines a module level function called reposetup . Mercurial will call this when initializing the extension and pass a ui..