log mercurial/util.py @ 20793:60c175c1e708

age author description
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