summaryrefslogtreecommitdiff
path: root/Utility/Mounts.hsc
Commit message (Collapse)AuthorAge
* work toward adding new repos on removable drivesGravatar Joey Hess2012-08-04
| | | | | This actually does add a new repo, but it doesn't yet set up remotes, or sync to it.
* left unsafe imports here; added a comment with a rationalleGravatar Joey Hess2012-07-20
|
* store whole MntentsGravatar Joey Hess2012-07-19
| | | | | This way, if a mount point was already mounted, but something else gets mounted there, it'll be seen as a new mount.
* try to make Utility.Mounts portableGravatar Joey Hess2012-07-19
| | | | | This is an unholy mashup, but it just might work. It works on Linux, that's all I've tested. :)
* extacted Mounts.hsc from hsshellscriptGravatar Joey Hess2012-07-19
Converted from using c2hs to using hsc2hs, just because other code in git-annex uses hsc2hs. Various cleanups. This code is LGPLed, so I had to include that licence.