grim/hgkeeper

653b933ba715
Remove the mercurial 6.1 pin from the container image
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())
}