10b5f79e2d
Fix behavior when importing a tree from a directory remote when the
directory does not exist. An empty tree was imported, rather than the
import failing. Merging that tree would delete every file in the
branch, if those files had been exported to the directory before.
The problem was that dirContentsRecursive returned [] when the directory
did not exist. Better for it to throw an exception. But in commit
|
||
---|---|---|
.. | ||
BuildVersion.hs | ||
BundledPrograms.hs | ||
collect-ghc-options.sh | ||
Configure.hs | ||
DesktopFile.hs | ||
DistributionUpdate.hs | ||
InstallDesktopFile.hs | ||
LinuxMkLibs.hs | ||
MakeMans.hs | ||
Mans.hs | ||
mdwn2man | ||
NullSoftInstaller.hs | ||
OSXMkLibs.hs | ||
Standalone.hs | ||
TestConfig.hs | ||
Version.hs |