You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mysteriously named `TreeData._x()` staticmethod is replaced with an
_iter_entries() method. This allows an assert to be added that ensures that
the entry name does not contain '/'.
This assert relates to #24 where patches with a '/' in the name cause
failures. This assert helps to fail faster, before attempting to commit the
tree.
Signed-off-by: Peter Grayson <[email protected]>
0 commit comments