Mercurial > hg
comparison hgext/phabricator.py @ 42586:cad3dde7a573
rust-dirstate: add helper to iterate ancestor paths
This is modeled after std::path::Path::ancestors().
find_dirs(b"") yields b"" because Mercurial's util.finddirs() works in that
way, and the test case for DirsMultiset expects such behavior.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 30 Jun 2019 18:32:43 +0900 |
parents | c19d259fd6ad |
children | c17e6a3e7356 |
comparison
equal
deleted
inserted
replaced
42585:ebf353aa4385 | 42586:cad3dde7a573 |
---|