Mercurial > hg
comparison hgext/color.py @ 31538:e6d4cc29fd60
posix: use local reference to removedirs
We have a local reference to os.removedirs in module scope, but we still used
os.removedirs inside functions. This changes util to use the local reference,
which will pave the way for combining duplicated code in future patches.
author | Ryan McElroy <rmcelroy@fb.com> |
---|---|
date | Tue, 21 Mar 2017 06:50:28 -0700 |
parents | df0a0734304a |
children | e86eb75e74ce |
comparison
equal
deleted
inserted
replaced
31537:c6cbe5720353 | 31538:e6d4cc29fd60 |
---|