mercurial/util.py
Mon, 02 Mar 2015 10:31:22 -0500 Matt Harbison transaction: really disable hardlink backups (issue4546) stable 3.3.2
Mon, 02 Mar 2015 00:12:29 -0600 Matt Mackall transaction: disable hardlink backups (issue4546) stable
Sat, 17 Jan 2015 22:01:14 -0200 Wagner Bruna messages: quote "hg help" hints consistently
Mon, 05 Jan 2015 12:39:09 -0800 Pierre-Yves David copyfile: allow optional hardlinking
Wed, 14 Jan 2015 16:57:00 -0800 Matt Mackall unpacker: fix missing arg for py2.4
Tue, 13 Jan 2015 16:15:02 -0800 Matt Mackall unpacker: check the right exception type for 2.4
Sat, 10 Jan 2015 21:18:31 -0600 Matt Mackall util: introduce unpacker
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Thu, 04 Dec 2014 05:43:40 -0800 Pierre-Yves David util: add a 'nogc' decorator to disable the garbage collection
Wed, 19 Nov 2014 18:35:14 +0900 FUJIWARA Katsunori vfs: add "notindexed" argument to invoke "ensuredir" with it in write mode
Sat, 08 Nov 2014 13:14:19 +0900 Yuya Nishihara util.system: remove unused handling of onerr=ui
Wed, 15 Oct 2014 12:39:19 -0700 Sean Farley sortdict: add insert method
Sun, 09 Nov 2014 13:15:28 -0800 Sean Farley sortdict: add iteritems method
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Fri, 24 Oct 2014 11:39:39 -0700 Siddharth Agarwal util.fspath: use a dict rather than a linear scan for lookups stable
Thu, 23 Oct 2014 12:35:10 -0200 Wagner Bruna i18n: add hint to digest mismatch message stable
Sat, 30 Aug 2014 17:38:14 +0200 Yuya Nishihara util.system: avoid buffering of subprocess output when it is piped
Thu, 16 Oct 2014 17:03:21 +0900 Mike Hommey util: add a file handle wrapper class that does hash digest validation
Thu, 16 Oct 2014 17:02:51 +0900 Mike Hommey util: add a helper class to compute digests
Wed, 24 Sep 2014 16:00:47 +0900 Mike Hommey util: move md5 back next to sha1 and allow to call it without an argument
Thu, 02 Oct 2014 12:39:37 -0500 Pierre-Yves David util: fix sorteddict.pop
Sun, 28 Sep 2014 16:57:47 +0200 Mads Kiilerich i18n: use datapath for i18n like for templates and help
Sun, 28 Sep 2014 16:57:06 +0200 Mads Kiilerich util: introduce datapath for getting the location of supporting data files
Sun, 28 Sep 2014 16:57:06 +0200 Mads Kiilerich util: move _hgexecutable a few lines, closer to where it is used
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
less more (0) -300 -100 -60 tip