Commit Graph

21 Commits

Author SHA1 Message Date
Bryan O'Sullivan
2f9710090e setup: add layouts subdir 2013-04-22 14:27:05 -07:00
Brad Hall
1b04255700 Add a changegroup hook to update svn metadata 2012-06-07 16:29:05 -07:00
Yonggang Luo
8386b78f00 setup.py: clean up indentation 2011-09-30 21:45:45 +08:00
Patrick Mezard
1ccb29b98d Fix setup.py calls to hg.bat on Windows 2011-04-16 17:46:38 +02:00
Augie Fackler
c92da1cd91 Backed out changeset 0687cbd00254 in favor of a better win32 fix
In the future I'll try to get commentary from Windows people *before*
pushing a patch.
2011-04-17 20:28:04 -05:00
Yonggang Luo
77720db66f Fixup Installing in Win32 2011-04-15 00:32:04 +08:00
Dan Villiom Podlaski Christiansen
5d7a95eac5 setup/README: update Subvertpy requirement to 0.7.4. 2010-10-09 10:16:07 -05:00
Dan Villiom Podlaski Christiansen
780271249e setup: require Subvertpy when the SWIG bindings are unavailable.
This isn't quite good enough if the Subversion installation is
too old, but we'd have to replicate the actual version check to deal with
that.
2010-08-11 19:57:35 +02:00
Dan Villiom Podlaski Christiansen
934f019d60 help: add an rst file containing some helpful instructions
The new file contains three sections: The first one is based on the
README and contains instructions on how to use hgsubversion. The
second one mentions the most notable shortcomings of hgsubversion. The
third and final section documents how to customise hgsubversion.
2010-08-11 19:57:34 +02:00
Dan Villiom Podlaski Christiansen
a352cd9d64 setup: check for Subversion by importing the `svnwrap' module. 2010-05-14 20:27:14 +02:00
Augie Fackler
d6b994b174 setup: work around easy_intall overzealously installing mercurial 2010-02-15 10:53:55 -06:00
Augie Fackler
ce31a98542 setup: work around easy_install by getting version with a regex 2010-02-15 10:53:34 -06:00
Augie Fackler
5c37c0b38b setup: updates for release 2010-02-07 03:32:30 -06:00
Augie Fackler
514c41a837 setup: remove bogus print statements 2010-01-25 14:51:22 -06:00
Augie Fackler
3e1e3de7b6 setup: write out version info 2009-12-15 09:12:00 -06:00
Augie Fackler
dc443da783 setup.py: Use setuptools if available. 2009-05-25 12:44:33 -05:00
Dan Villiom Podlaski Christiansen
4464869581 Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead. 2009-05-22 15:12:31 +02:00
Augie Fackler
94a7ecbe68 Reorganize to have a more conventional module structure.
This means that hgsubversion now uses absolute imports instead of
relative ones, which makes the tests more reliable.
2009-05-13 21:39:39 -05:00
Augie Fackler
3ab8b47d30 Fix package name, use README for long_description 2009-05-03 22:01:23 -05:00
Augie Fackler
db322c0533 Style nit in setup.py 2009-05-03 21:57:48 -05:00
Dan Villiom Podlaski Christiansen
134653252c A quick stab at a distutils installation script. 2009-05-03 15:29:59 +02:00