log mercurial/posix.py @ 31539:52361c4f4dac

age author description
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy util: unify unlinkpath
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy posix: use local reference to removedirs
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy posix: use local reference to unlink
Sun, 19 Mar 2017 01:06:47 -0400 Augie Fackler posix: tiptoe around tempfile module more delicately
Sun, 19 Mar 2017 01:05:48 -0400 Augie Fackler posix: use open() instead of file()
Fri, 17 Mar 2017 05:10:58 +0530 Pulkit Goyal py3: make the regular expression bytes to prevent TypeError
Wed, 04 Jan 2017 14:52:59 -0500 Augie Fackler merge with stable
Thu, 22 Dec 2016 23:14:13 +0900 Yuya Nishihara posix: make poll() restart on interruption by signal (issue5452) stable
Mon, 19 Dec 2016 02:26:41 +0530 Pulkit Goyal py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)
Mon, 19 Dec 2016 02:15:24 +0530 Pulkit Goyal py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)
Sun, 18 Dec 2016 01:34:41 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 1 of 5)
Sat, 17 Dec 2016 20:02:50 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 2 of 4)
Sat, 17 Dec 2016 19:47:17 +0530 Pulkit Goyal py3: replace os.pathsep with pycompat.ospathsep
Wed, 30 Nov 2016 16:39:36 +0000 Martijn Pieters posix: give the cached symlink a real target
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich posix: give checklink a fast path that cache the check file and is read only
Thu, 17 Nov 2016 12:59:36 +0100 Mads Kiilerich posix: move checklink test file to .hg/cache
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich posix: give checkexec a fast path; keep the check files and test read only
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich posix: simplify checkexec check
Thu, 17 Nov 2016 12:59:36 +0100 Mads Kiilerich posix: move checkexec test file to .hg/cache
Thu, 20 Oct 2016 21:38:44 +0900 Yuya Nishihara scmutil: move util.termwidth()
Sat, 21 May 2016 16:52:04 +0900 Yuya Nishihara chgserver: extract utility to bind unix domain socket to long path
Sat, 12 Dec 2015 21:36:21 -0600 Matt Mackall mac: fix percent-encoding of non-utf-8 characters (issue4999)
Sat, 21 Nov 2015 16:21:52 +0900 Yuya Nishihara posix: remove unixdomainserver class
Fri, 04 Dec 2015 15:59:46 -0500 Augie Fackler posix: work around "posix" systems without os.link available (issue4974)
Wed, 11 Nov 2015 15:08:08 -0600 Matt Mackall merge with stable
Mon, 09 Nov 2015 15:53:11 -0600 Matt Mackall posix: fix test-permissions regression stable 3.6.1
Mon, 09 Nov 2015 12:49:21 -0600 Matt Mackall merge with stable
Fri, 06 Nov 2015 15:23:10 -0600 Matt Mackall posix: retry on symlink race in checklink stable
Thu, 05 Nov 2015 17:09:00 -0600 Matt Mackall posix: use getutf8char to handle OS X filename percent-escaping
Fri, 04 Sep 2015 11:15:02 -0400 timeless posix: shellquote do not require quoting for "+" (issue4818)