Page MenuHomePhabricator

When a directory has a single directory child, collapse them into a single "a/b/" path entry
ClosedPublic

Authored by epriestley on Apr 21 2020, 10:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 10, 9:40 PM
Unknown Object (File)
Tue, May 6, 9:00 AM
Unknown Object (File)
Tue, May 6, 5:19 AM
Unknown Object (File)
Mon, Apr 28, 12:59 PM
Unknown Object (File)
Sun, Apr 27, 11:17 PM
Unknown Object (File)
Sat, Apr 26, 5:21 PM
Unknown Object (File)
Fri, Apr 25, 9:47 PM
Unknown Object (File)
Fri, Apr 25, 8:56 AM
Subscribers
None

Details

Summary

Ref T13516. Instead of rendering trees like this:

  • a/
    • b/
      • c.txt

...render:

  • a/b/
    • c.txt
Test Plan

Screen Shot 2020-04-21 at 3.52.44 PM.png (1×1 px, 533 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 22 2020, 3:42 PM
This revision was automatically updated to reflect the committed changes.