log mercurial/util.py @ 15153:94b200a11cf7 stable

age author description
2011-09-21 Mads Kiilerich http: handle push of bundles > 2 GB again (issue3017) stable
2011-07-23 Simon Heimberg util: fix finding of hgexecutable
2011-09-10 Matt Mackall merge with stable
2011-07-23 Simon Heimberg util: improve finding of hgexecutable
2011-09-10 Matt Mackall url: parse fragments first (issue2997) stable
2011-08-30 Martin Geisler merge with stable
2011-08-26 FUJIWARA Katsunori i18n: calculate terminal columns by width information of each characters stable
2011-08-06 Mads Kiilerich util: wrap lines with multi-byte characters correctly (issue2943) stable
2011-08-25 Adrian Buehlmann util: postpone and reorder parent calculation in makedirs
2011-08-26 Greg Ward atomictempfile: make close() consistent with other file-like objects.
2011-08-21 Mads Kiilerich util.makedirs: make recursion simpler and more stable (issue2948)
2011-08-21 Mads Kiilerich util.makedirs: propagate chmod exceptions
2011-08-06 Mads Kiilerich util: wrap lines with multi-byte characters correctly (issue2943)
2011-08-06 Patrick Mezard http: explain why the host is passed to urllib2 password manager
2011-08-05 Matt Mackall merge with stable
2011-08-05 Patrick Mezard http: strip credentials from urllib2 manager URIs (issue2885) stable
2011-08-04 Mads Kiilerich url: really handle urls of the form file:///c:/foo/bar/ correctly stable
2011-08-02 Adrian Buehlmann util: move copymode into posix.py and windows.py
2011-08-02 Adrian Buehlmann util: factor new function copymode out of mktempcopy
2011-08-01 Matt Mackall merge with stable
2011-07-31 Benoit Boissinot url: store and assume the query part of an url is in escaped form (issue2921) stable
2011-07-25 Augie Fackler util: use safehasattr or getattr instead of hasattr
2011-07-25 Augie Fackler safehasattr: new function to work around hasattr being broken
2011-07-25 Idan Kamara posix, windows: introduce cachestat
2011-07-23 Adrian Buehlmann util: eliminate wildcard imports
2011-07-22 Matt Mackall merge with stable
2011-07-22 Matt Mackall url: handle urls of the form file:///c:/foo/bar/ correctly stable
2011-07-21 Adrian Buehlmann util: move windows and posix wildcard imports to begin of file
2011-07-22 Adrian Buehlmann util: move "default" hidewindow to posix.py
2011-07-22 Adrian Buehlmann util: move "default" lookupreg to posix.py
2011-07-22 Adrian Buehlmann util: move "default" unlinkpath to posix.py
2011-07-22 Adrian Buehlmann util: move "default" makedir to posix.py
2011-07-01 Mads Kiilerich util: rename the util.localpath that uses url to urllocalpath (issue2875) stable 1.9
2011-06-29 Matt Mackall subrepos: be smarter about what's an absolute path (issue2808) stable
2011-06-20 Matt Mackall url: catch UNC paths as yet another Windows special case (issue2808) stable
2011-06-07 Idan Kamara dispatch: write shell alias output to ui out descriptor
2011-06-01 Idan Kamara util: add helper function isatty(fd) to check for tty-ness
2011-05-12 Peter Arrenbrecht util: make str(url) return file:/// for abs paths again
2011-05-08 Adrian Buehlmann rename util.find_exe to findexe
2011-05-07 Adrian Buehlmann util: rename _windows_reserved_filenames and _windows_reserved_chars
2011-05-07 Patrick Mezard util: make readfile() operate in binary mode
2011-05-06 Adrian Buehlmann rename util.os_link to oslink
2011-05-06 Adrian Buehlmann rename explain_exit to explainexit
2011-05-06 Adrian Buehlmann rename util.lookup_reg to lookupreg
2011-05-06 Adrian Buehlmann rename util.set_hgexecutable to _sethgexecutable
2011-05-06 Adrian Buehlmann rename util.main_is_frozen to mainfrozen
2011-05-02 Dan Villiom Podlaski Christiansen util & scmutil: adapt read/write helpers as request by mpm
2011-05-01 Mads Kiilerich test: test that backslash is preserved by the url class
2011-05-01 Mads Kiilerich tests: use raw string for url tests of '\' handling
2011-05-01 Matt Mackall util: really drop size from readfile
2011-05-01 Dan Villiom Podlaski Christiansen util: add readfile() & writefile() helper functions
2011-04-30 Brodie Rao util.url: copy urllib.unquote() into util to improve startup times
2011-04-30 Brodie Rao url: move URL parsing functions into util to improve startup time
2011-04-30 Alexander Solovyov remove unused imports and variables
2011-04-24 Greg Ward atomictempfile: rewrite docstring to clarify rename() vs. close().
2011-04-24 Greg Ward atomictempfile: avoid infinite recursion in __del__().
2011-04-22 Idan Kamara eliminate various naked except clauses
2011-04-21 Adrian Buehlmann move os_rcpath from util to scmutil
2011-04-21 Adrian Buehlmann move rcpath from util to scmutil
2011-04-21 Adrian Buehlmann move walkrepos from util to scmutil