log mercurial/pathutil.py @ 26534:e4f27fb65da7

age author description
Sat, 08 Aug 2015 19:45:15 -0700 Gregory Szorc pathutil: use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 26 May 2015 14:41:00 -0400 Augie Fackler pathutil: demote two local functions to just be forwards
Tue, 26 May 2015 14:30:48 -0400 Augie Fackler pathutil: restate dirname and join as forwards to posixpath
Fri, 22 May 2015 12:47:18 -0700 Durham Goode pathutil: add dirname and join functions
Tue, 12 May 2015 19:40:45 -0500 Matt Mackall canonpath: fix infinite recursion
Mon, 11 May 2015 21:26:13 -0400 Matt Harbison pathutil: hint if a path is root relative instead of cwd relative (issue4663)