On Fri, 06 Feb 2009, Germ?n P?o-Caama?o wrote: > # HG changeset patch > # User Germ??n P??o-Caama??o <[email protected]> > # Date 1233953568 10800 > # Node ID 1e8c48bd255412acd19358481ae9f8ded0188f7e > # Parent da8f7cab31ecf54c53c7ea5558a0f7c059f18f2a > setup: added a setup script to enable installation in Posix systems > > diff --git a/setup-posix.py b/setup-posix.py > new file mode 100644 > --- /dev/null > +++ b/setup-posix.py > @@ -0,0 +1,56 @@ > +# setup-linux.py
These two should be consistent :) > +# A distutils setup script to install in Posix systems > +# (Unix-alike such as Linux, BSD, etc.) I think we do want these features, but it makes more sense to just add this to the existing setup.py. If you post a patch that combines this with the existing file, I'll push it to crew unless peso tells me this would break what he's doing. Thanks. -- Steve ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
