grim/hgkeeper

ebc5f568d629
Add a note about downloads and pgp verification to the readme
package commands
import (
"github.com/gliderlabs/ssh"
"keep.imfreedom.org/grim/hgkeeper/hg"
)
func run(repoPath, username string, hgCmd *hg.Command, session ssh.Session) error {
return hgCmd.ExecPiped(repoPath, username, session, session, session.Stderr())
}