comparison src/hg-wrapper.c @ 26:5caff062fd36

removed hg-committer in favor of root.
author Robert McIntyre <rlm@mit.edu>
date Thu, 10 Jan 2013 15:20:27 +0000
parents c75924bd38e3
children
comparison
equal deleted inserted replaced
25:d956ace7380e 26:5caff062fd36
1 #include <pipeline.h> 1 #include <pipeline.h>
2 #include <unistd.h> 2 #include <unistd.h>
3 3
4 main( int argc, char ** argv){ 4 main( int argc, char ** argv){
5 pipecmd* p = 5 pipecmd* p =
6 pipecmd_new("/pkg/hg-committer/hg"); 6 pipecmd_new("/pkg/skel/hg");
7 7
8 int i; 8 int i;
9 for(i = 1; i < argc; i++){ 9 for(i = 1; i < argc; i++){
10 pipecmd_arg(p, argv[i]); 10 pipecmd_arg(p, argv[i]);
11 } 11 }