mercurial/util.py
Fri, 15 Aug 2014 20:02:18 -0700 Gregory Szorc platform: implement readpipe()
Tue, 15 Jul 2014 15:14:45 -0700 Siddharth Agarwal util.re: add an escape method
Tue, 15 Jul 2014 15:01:52 -0700 Siddharth Agarwal util.re: move check for re2 into a separate method
Tue, 15 Jul 2014 14:52:40 -0700 Siddharth Agarwal util: remove no longer used compilere
Tue, 15 Jul 2014 14:40:43 -0700 Siddharth Agarwal util: move compilere to a class
Tue, 15 Jul 2014 14:35:19 -0700 Siddharth Agarwal util: rename 're' to 'remod'
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori util: replace 'ellipsis' implementation by 'encoding.trim'
Sun, 23 Feb 2014 01:56:31 +0100 Angel Ezquerra config: move config.sortdict class into util
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori util: enable "hooks" to return list of the values returned from each hooks
Thu, 10 Apr 2014 22:10:26 -0700 Pierre-Yves David util: support None size in chunkbuffer.read()
Sat, 15 Feb 2014 19:52:26 +0900 FUJIWARA Katsunori util: add the code path to "cachefunc()" for the function taking no arguments
Wed, 12 Mar 2014 13:19:20 -0400 Augie Fackler util: move from dict() construction to {} literals
Thu, 20 Feb 2014 02:38:36 +0100 Mads Kiilerich util: debugstacktrace, flush before and after writing
Mon, 03 Feb 2014 14:47:41 -0800 Siddharth Agarwal util.url: add an 'islocal' method stable
Sun, 12 Jan 2014 23:28:21 +0100 Mads Kiilerich util: introduce util.debugstacktrace for showing a stack trace without crashing
Sun, 29 Dec 2013 13:54:04 +0000 Christian Ebert util: remove unused realpath (issue4063)
Mon, 25 Nov 2013 16:15:44 -0600 Matt Mackall merge with stable
Wed, 20 Nov 2013 22:03:15 +0100 Simon Heimberg util: url keeps backslash in paths stable
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Sat, 16 Nov 2013 12:44:28 -0500 Matt Mackall merge with stable
Fri, 08 Nov 2013 12:35:50 +0100 Mads Kiilerich util: warn when adding paths ending with \ stable
Thu, 07 Nov 2013 15:24:23 -0600 Matt Mackall date: allow %z in format (issue4040)
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Tue, 01 Oct 2013 17:00:03 -0700 Matt Mackall merge with stable
Mon, 30 Sep 2013 14:36:11 +0200 Pierre-Yves David repoview: make propertycache.setcache compatible with repoview stable
Fri, 13 Sep 2013 15:40:04 -0500 Jeff Sickel plan9: update util.py for cpython 2.7 build
Fri, 06 Sep 2013 13:16:21 -0700 Siddharth Agarwal lrucachedict: implement clear()
Mon, 01 Jul 2013 06:50:58 +0200 Simon Heimberg util: check if re2 works before using it (issue 3964)
Mon, 03 Jun 2013 17:20:45 -0700 Bryan O'Sullivan util: add an optional timestamp parameter to makedate
Mon, 03 Jun 2013 17:20:44 -0700 Bryan O'Sullivan util: rename ct variable in makedate to timestamp
Tue, 14 May 2013 11:23:15 -0700 Bryan O'Sullivan summary: augment output with info from extensions
Tue, 14 May 2013 15:16:43 -0700 Bryan O'Sullivan util: migrate fileset._sizetoint to util.sizetoint
Sat, 16 Feb 2013 11:44:13 +0100 Angel Ezquerra util: add notindexed optional parameter to makedirs function
Fri, 12 Apr 2013 19:48:07 -0700 Bryan O'Sullivan util: remove unreachable code
Fri, 12 Apr 2013 19:33:48 -0700 Bryan O'Sullivan util: remove no-op assignment
Mon, 11 Feb 2013 00:43:12 +0100 Mads Kiilerich util: improve doc for checkcase
Wed, 03 Apr 2013 11:35:27 -0700 Bryan O'Sullivan util: add functions to check symlink/exec bits
Mon, 11 Mar 2013 12:06:13 -0700 Bryan O'Sullivan util: add flag support to compilere
Fri, 08 Mar 2013 16:59:36 -0800 Durham Goode sshpeer: store subprocess so it cleans up correctly
Thu, 28 Feb 2013 13:11:42 -0800 Bryan O'Sullivan util: add a timed function for use during development
Thu, 28 Feb 2013 12:51:18 -0800 Bryan O'Sullivan util: generalize bytecount to unitcountfn
Wed, 13 Feb 2013 12:20:10 -0800 Bryan O'Sullivan util: make ensuredirs safer against races
Mon, 11 Feb 2013 16:15:12 -0800 Bryan O'Sullivan scmutil: create directories in a race-safe way during update
Sat, 09 Feb 2013 15:39:22 -0600 Augie Fackler parsedate: understand "now" as a shortcut for the current time
Sat, 09 Feb 2013 15:41:46 +0000 Siddharth Agarwal util: add an LRU cache dict
Wed, 23 Jan 2013 09:51:45 -0800 Paul Cavallaro dates: support 'today' and 'yesterday' in parsedate (issue3764)
Thu, 10 Jan 2013 00:44:23 +0100 Mads Kiilerich util: copyfile: remove dest before copying
Mon, 03 Dec 2012 12:40:24 -0800 Bryan O'Sullivan osutil: write a C implementation of statfiles for unix
Mon, 08 Oct 2012 20:02:20 +0200 Pierre-Yves David clfilter: add a propertycache that must be unfiltered
Mon, 26 Nov 2012 15:42:52 -0600 Matt Mackall util: make chunkbuffer non-quadratic on Windows stable
Fri, 14 Sep 2012 12:08:17 -0700 Bryan O'Sullivan util: implement a faster os.path.split for posix systems
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:19 -0700 timeless spelling: specific
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 04 Aug 2012 07:14:40 +0200 Ross Lagerwall util: replace util.nulldev with os.devnull stable
Mon, 23 Jul 2012 15:38:43 -0700 Bryan O'Sullivan util: delegate seek and tell methods of atomictempfile stable
Wed, 18 Jul 2012 14:41:58 +0200 Adrian Buehlmann util, posix: eliminate encodinglower and encodingupper
Fri, 01 Jun 2012 15:26:20 -0700 Bryan O'Sullivan matcher: use re2 bindings if available
Tue, 05 Jun 2012 16:52:20 -0700 Bryan O'Sullivan util: simplify queue management in chunkbuffer
less more (0) -300 -100 -60 tip