Mon, 09 Nov 2009 17:41:21 +0100 |
Christian Boos |
setup: pass LD_LIBRARY_PATH to subprocess when determining version.
|
Mon, 09 Nov 2009 17:33:16 +0100 |
Christian Boos |
setup: fix f51d1822d6fd refactoring, propagate env to runcmd
|
Sun, 18 Oct 2009 14:35:36 +0200 |
Gilles Moris |
setup: refactor the version string to a subset of tag+tagdist-hash+date
|
Sun, 04 Oct 2009 09:59:13 +0200 |
Martin Geisler |
help: move help topics from mercurial/help.py to help/*.txt
|
Wed, 15 Jul 2009 17:44:47 +0200 |
Martin Geisler |
merge with crew-stable
|
Tue, 14 Jul 2009 17:21:10 -0700 |
Bryan O'Sullivan |
Merge with crew-stable
|
Tue, 14 Jul 2009 22:42:05 -0400 |
James Abbatiello |
Don't copy hidden files/directories during `setup.py install`
|
Tue, 14 Jul 2009 17:18:45 -0700 |
Bryan O'Sullivan |
setup.py: don't pollute the current directory with temporary files
|
Sun, 05 Jul 2009 11:01:30 +0200 |
Alejandro Santos |
compat: use open() instead of file() everywhere
|
Wed, 24 Jun 2009 15:32:37 +0200 |
Dirkjan Ochtman |
change wiki/bts URLs to point to new hostname
|
Thu, 28 May 2009 17:03:35 +0200 |
Garth Roxburgh-Kidd |
fixed 0xc0150004 error building Mercurial under Python 2.6 for Windows
|
Tue, 26 May 2009 22:02:10 +0200 |
Martin Geisler |
setup: execute hg in C locale
|
Tue, 26 May 2009 21:13:21 +0200 |
Martin Geisler |
setup: handle trust warnings when determining version
|
Tue, 26 May 2009 21:07:41 +0200 |
Martin Geisler |
setup: renamed l, e vars to out, err
|
Sat, 23 May 2009 13:43:11 +0200 |
Martin Geisler |
setup: another newline if version could not be established.
|
Sat, 23 May 2009 00:24:00 +0200 |
Martin Geisler |
setup: add missing newline in warning
|
Fri, 22 May 2009 21:03:06 +0200 |
Jeremy Whitlock |
setup: read .hg_archival.txt for version info (issue1670)
|
Fri, 22 May 2009 14:26:58 +0200 |
Christian Ebert |
setup.py: subprocess instead of os.popen, sys.stderr.write instead of print
|
Mon, 18 May 2009 13:54:21 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 02 Apr 2009 18:18:43 -0600 |
Jeremy Whitlock |
Fix how setup.py identifies the Mercurial version.
|
Sun, 03 May 2009 17:36:58 +0200 |
Martin Geisler |
setup: require Python 2.4
|
Sun, 03 May 2009 00:41:09 +0200 |
Martin Geisler |
setup: cleanup old left-over code
|
Thu, 02 Apr 2009 18:18:43 -0600 |
Jeremy Whitlock |
Fix how setup.py identifies the Mercurial version.
|
Fri, 03 Apr 2009 12:37:44 -0500 |
Matt Mackall |
setup: remove spurious posix import
|
Fri, 06 Mar 2009 09:15:47 -0600 |
Matt Mackall |
setup.py: fix version detection for tarball
|
Tue, 24 Feb 2009 18:09:16 +0100 |
Martin Geisler |
setup: run hg with empty HGRCPATH for robustness.
|
Wed, 18 Feb 2009 00:44:38 +0100 |
Martin Geisler |
setup: use sys.executable to call hg
|
Sat, 24 Jan 2009 01:44:43 +0100 |
Martin Geisler |
add --pure flag to setup.py
|
Thu, 29 Jan 2009 19:25:25 +0100 |
Martin Geisler |
setup: get version number using pure Python modules
|
Wed, 28 Jan 2009 10:32:15 +0100 |
Martin Geisler |
setup: do not use -c with msgfmt on Solaris (issue1489)
|