Fri, 10 Jul 2009 17:54:04 +0200 |
Simon Heimberg |
util: use propertycache in opener instead of __getattr__
|
Thu, 09 Jul 2009 19:49:02 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 09 Jul 2009 17:10:07 -0500 |
Matt Mackall |
fix memory usage of revlog caches by limiting cache size [issue1639]
|
Thu, 09 Jul 2009 11:59:56 +0200 |
Martin Geisler |
merge with crew-stable
|
Thu, 09 Jul 2009 11:59:18 +0200 |
Martin Geisler |
util: remove unused bufsize argument
|
Wed, 08 Jul 2009 17:03:50 -0700 |
Bryan O'Sullivan |
Merge OS X performance regression fix
|
Wed, 08 Jul 2009 17:03:16 -0700 |
Bryan O'Sullivan |
Merge backed out change
|
Wed, 08 Jul 2009 17:01:18 -0700 |
Bryan O'Sullivan |
Backed out changeset fce065538bcf: it caused a 5x performance regression on OS X
|
Sun, 05 Jul 2009 11:00:44 +0200 |
Alejandro Santos |
compat: use // for integer division
|
Wed, 24 Jun 2009 19:15:58 +0200 |
Martin Geisler |
commands: wrap short descriptions in 'hg help'
|
Sat, 13 Jun 2009 13:14:02 +0200 |
Benoit Boissinot |
atomictempfile: fix exception in __del__ if mktempcopy fails (self._fp is None)
|
Wed, 10 Jun 2009 15:10:21 +0200 |
Benoit Boissinot |
use new style classes
|
Tue, 26 May 2009 22:37:26 +0200 |
Martin Geisler |
util: simplify range expression
|
Sun, 24 May 2009 16:38:29 -0500 |
Matt Mackall |
cmdutils: Take over glob expansion duties from util
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: move util match functions over
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
util: privatize globre
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: refactor patkind
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: change all users of util.matcher to match.match
|
Wed, 20 May 2009 10:50:23 +0200 |
Martin Geisler |
util: use "is" for True/False/None comparisons
|
Tue, 19 May 2009 09:57:06 +0200 |
Simon Heimberg |
util: use set instead of dict
|
Thu, 14 May 2009 14:12:32 -0700 |
Bryan O'Sullivan |
util: make atomictempfile saner if mktempcopy fails
|
Thu, 14 May 2009 23:05:16 +0200 |
Martin Geisler |
merged with crew-stable
|
Thu, 14 May 2009 22:59:12 +0200 |
Martin Geisler |
util: import random, missing since ea82a23cf887
|
Thu, 14 May 2009 15:35:46 +0200 |
Peter Arrenbrecht |
drop unused imports
|
Mon, 11 May 2009 11:53:27 -0700 |
Bryan O'Sullivan |
util.termwidth: a file-like object may legitimately lack a fileno() method
|
Sat, 09 May 2009 17:34:11 +0200 |
Martin Geisler |
util: remove unused bufsize argument in popen[23]
|
Sat, 09 May 2009 17:32:57 +0200 |
Martin Geisler |
util: remove ignored mode argument in popen[23]
|
Thu, 26 Mar 2009 13:12:11 -0700 |
Bryan O'Sullivan |
atomictempfile: delegate to posixfile instead of inheriting from it
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Fri, 08 May 2009 09:59:15 +0200 |
Simon Heimberg |
util: overwrite sha1 and _fastsha1
|
Thu, 07 May 2009 01:33:44 +0200 |
Martin Geisler |
util: simplify pipefilter and avoid subprocess race
|
Mon, 04 May 2009 14:22:33 -0500 |
Matt Mackall |
util: kill unused Popen3
|
Mon, 04 May 2009 22:14:52 +0200 |
Martin Geisler |
util: stop overwriting sha1, overwrite _fastsha1 instead
|
Mon, 04 May 2009 21:30:39 +0200 |
Martin Geisler |
util: remove md5
|
Mon, 04 May 2009 20:29:05 +0200 |
Sune Foldager |
util: remove warnings when importing md5 and sha
|
Sun, 03 May 2009 00:03:35 +0200 |
Martin Geisler |
util: initialize md5 and sha1 without using extra global variables
|
Sat, 02 May 2009 23:05:35 +0200 |
Martin Geisler |
util: always use subprocess
|
Thu, 30 Apr 2009 08:38:20 +0200 |
Patrick Mezard |
Fix missing import from e68e149f4d44 merge
|
Wed, 29 Apr 2009 23:56:20 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 29 Apr 2009 09:30:28 +0200 |
Sune Foldager |
util.rename: use temporary file name for rename-targets on windows
|
Sun, 26 Apr 2009 01:24:49 +0200 |
Martin Geisler |
turn some comments back into module docstrings
|
Sun, 26 Apr 2009 01:13:08 +0200 |
Martin Geisler |
put license and copyright info into comment blocks
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
util: take propertycache from context.py
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
util: kill configparser wrapper
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Wed, 22 Apr 2009 17:14:58 +0200 |
Martin Geisler |
util: return boolean result directly in util.binary
|
Sat, 04 Apr 2009 18:12:43 +0200 |
Sune Foldager |
util: don't overwrite os-specific functions with general ones
|
Wed, 01 Apr 2009 09:11:00 -0700 |
Justin Peng |
Correct a bug on date formats with '>' or '<' accompanied by space characters.
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
Fri, 03 Apr 2009 13:20:52 -0500 |
Matt Mackall |
move util.Abort to error.py
|
Thu, 26 Mar 2009 22:07:01 -0500 |
Steve Borho |
windows: hoist expand_glob() back into util.py
|
Thu, 26 Mar 2009 13:54:44 -0500 |
Matt Mackall |
util: split out posix, windows, and win32 modules
|
Mon, 23 Mar 2009 10:41:42 +0100 |
Alexander Solovyov |
templater: ability to display diffstat for log-like commands
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Mon, 23 Mar 2009 13:11:11 +0100 |
Dirkjan Ochtman |
cleanup: remove all trailing whitespace
|
Wed, 04 Mar 2009 17:02:16 -0600 |
Matt Mackall |
audit: be even pickier (issue1450)
|
Mon, 16 Feb 2009 17:37:23 -0600 |
Matt Mackall |
audit: check for casefolding of .hg (issue1450)
|
Mon, 16 Feb 2009 17:37:23 -0600 |
Matt Mackall |
rename: simplify forced renaming
|
Mon, 09 Feb 2009 07:55:42 -0600 |
Will Maier |
Use shutil.copystat in copyfile().
|
Sun, 25 Jan 2009 21:20:13 +0100 |
Mads Kiilerich |
Make util.find_exe alway returns existing file, fixing issue1459
|
Fri, 23 Jan 2009 14:51:09 -0600 |
Matt Mackall |
simplify colwidth a bit
|
Wed, 21 Jan 2009 20:29:47 +0900 |
Shun-ichi GOTO |
Also find correct column width of wide characters.
|
Mon, 12 Jan 2009 13:51:43 -0600 |
Matt Mackall |
error: move SignatureError
|
Mon, 12 Jan 2009 11:48:05 -0600 |
Matt Mackall |
error: move SignalInterrupt
|
Mon, 12 Jan 2009 11:28:28 -0600 |
Matt Mackall |
error: move UnexpectedOutput (now ResponseError)
|
Sat, 10 Jan 2009 18:02:38 -0600 |
Matt Mackall |
refactor version code
|
Wed, 31 Dec 2008 18:00:35 -0600 |
Matt Mackall |
Merge with -stable
|
Wed, 31 Dec 2008 16:27:20 -0600 |
Matt Mackall |
audit: reject paths with .hg (issue 1450)
|
Thu, 25 Dec 2008 10:48:24 +0200 |
Alexander Solovyov |
python implementation of diffstat
|
Fri, 19 Dec 2008 18:49:02 +0100 |
Dirkjan Ochtman |
merge with crew-stable
|
Fri, 19 Dec 2008 08:20:19 +0100 |
Dirkjan Ochtman |
merge with crew-stable
|
Fri, 19 Dec 2008 18:24:49 +0100 |
Dirkjan Ochtman |
hgweb: mq repos should be in non-recursive collections, too
|
Thu, 18 Dec 2008 22:32:48 +0100 |
Benoit Allard |
hgweb: recurse down collections only if ** in [paths]
|
Wed, 10 Dec 2008 00:29:10 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 10 Dec 2008 00:16:12 +0100 |
Patrick Mezard |
util: disable walkrepo() recursive behaviour
|
Sat, 06 Dec 2008 15:53:57 +0100 |
Benoit Boissinot |
exceptions should inherit the Exception class
|
Tue, 02 Dec 2008 13:05:40 -0600 |
Matt Mackall |
encoding: normalize some silly encoding names
1.1
|
Thu, 27 Nov 2008 00:57:32 +0100 |
Mads Kiilerich |
util: use existing never() instead of custom lambda
|
Tue, 25 Nov 2008 16:24:22 -0600 |
Matt Mackall |
Merge with crew
|
Fri, 21 Nov 2008 15:51:40 -0800 |
Brendan Cully |
templater: return data in increasing chunk sizes
|
Tue, 18 Nov 2008 16:02:14 -0600 |
Matt Mackall |
dispatch: generalize signature checking for extension command wrapping
|
Sat, 01 Nov 2008 15:15:14 +0300 |
Patrick Mezard |
Fix util._statfiles_clustered() failing at root of a windows drive
|
Mon, 27 Oct 2008 21:50:01 +0100 |
Benoit Boissinot |
factor out the url handling from httprepo
|
Thu, 23 Oct 2008 15:44:23 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 23 Oct 2008 15:35:54 +0200 |
Patrick Mezard |
util: add 'mode' argument to popen()
|
Wed, 22 Oct 2008 18:23:32 +0200 |
Benoit Allard |
hgwebdir: show nested repositories (issue1336)
|
Sun, 19 Oct 2008 12:19:55 +0200 |
Thomas Arendsen Hein |
Add util.popen3 fallback, simplify import of Popen3
|
Sun, 19 Oct 2008 12:13:25 +0200 |
Thomas Arendsen Hein |
Fix util.popen2 for Python 2.3
|
Sat, 18 Oct 2008 20:50:08 +0200 |
Patrick Mezard |
util: handle EINVAL in _statfiles_clustered()
|
Sat, 18 Oct 2008 15:49:15 +0200 |
Patrick Mezard |
util: subprocess close_fds option is unix only
|
Thu, 09 Oct 2008 10:29:47 -0400 |
Petr Kodl |
Take advantage of fstat calls clustering per directory if OS support it.
|
Sun, 05 Oct 2008 21:35:26 +0200 |
Dirkjan Ochtman |
python2.6: use subprocess if available
|
Tue, 12 Aug 2008 17:47:08 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Sun, 10 Aug 2008 21:55:23 -0500 |
Matt Mackall |
util: set_flags should survive failure to create link
|
Sun, 10 Aug 2008 21:55:06 -0500 |
Matt Mackall |
util: set_flags shouldn't know about repo flag formats
|
Thu, 24 Jul 2008 16:32:51 +0200 |
Adrian Buehlmann |
move filename encoding functions from util.py to new store.py
|
Wed, 23 Jul 2008 16:14:45 +0200 |
Benoit Boissinot |
merge with -stable
|
Wed, 23 Jul 2008 16:08:20 +0200 |
Benoit Boissinot |
make mq and tags hardlink safe
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Thu, 26 Jun 2008 13:58:24 -0500 |
Matt Mackall |
rename checkfolding to checkcase
|
Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
Fri, 06 Jun 2008 19:23:23 +0100 |
Paul Moore |
Add a new function, fspath
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
remove default arg from patkind
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: kill util.cmdmatcher and _matcher
|
Mon, 14 Apr 2008 14:34:38 +0200 |
Dirkjan Ochtman |
replace usage of os.popen() with util.popen()
|
Tue, 08 Apr 2008 13:19:36 +0200 |
Christian Ebert |
Let util.binary check entire data for \0 (issue1066, issue1079)
|
Wed, 09 Apr 2008 15:28:30 -0700 |
Bryan O'Sullivan |
Merge
|
Wed, 09 Apr 2008 15:27:57 -0700 |
Bryan O'Sullivan |
Tidy code, fix typo
|
Thu, 20 Dec 2007 20:02:51 +0000 |
Paul Moore |
Added hgexecutable support for py2exe/frozen scripts
|
Fri, 04 Apr 2008 22:36:40 +0200 |
Dirkjan Ochtman |
python 2.6 compatibility: compatibility wrappers for hash functions
|
Fri, 21 Mar 2008 21:56:55 +0100 |
Patrick Mezard |
util: check fileno() validity in win32 set_binary()
|
Thu, 20 Mar 2008 22:41:40 +0100 |
Patrick Mezard |
util: test fileno() availability in win32 set_binary()
|
Mon, 17 Mar 2008 12:40:02 -0700 |
Eric Hopper |
hgwebdir: Tiny fix for webdir on non-symlink capable platforms.
|
Sat, 15 Mar 2008 12:42:34 -0700 |
Eric Hopper |
Allow hgwebdir collections to follow symlinks.
|
Sun, 02 Mar 2008 08:51:02 -0800 |
Eric Hopper |
Check for patches repo with os.path.isdir not os.path.exists
|
Tue, 11 Mar 2008 17:42:51 -0500 |
Matt Mackall |
dates: Fix bare times to be relative to "today"
|
Tue, 11 Mar 2008 17:42:41 -0500 |
Matt Mackall |
dates: improve timezone handling
|