mercurial/cffi/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 07 Jan 2018 12:07:29 +0900
branchstable
changeset 35539 d1aae6d4efc5
parent 30346 9cc438bf7d9a
permissions -rw-r--r--
templatefilters: fix doc of basename() os.path.basename() does NOT strip trailing slashes. > Note that the result of this function is different from the Unix basename > program; where basename for '/foo/bar/' returns 'bar', the basename() > function returns an empty string (''). https://docs.python.org/2.7/library/os.path.html#os.path.basename
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: