Skip to content
  • Brad King's avatar
    Refactor find_* command final path list computation · b0cd6305
    Brad King authored
    All find_* commands re-root the list of paths and then add trailing
    slashes.  Factor this pair of calls out into a dedicated method.  The
    new method would be the only caller to AddTrailingSlashes, so subsume
    that method into it.
    b0cd6305