Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/filtermaster/files/update_repos.sh

Issue 6029451183783936: Add Filtermaster (Closed)
Patch Set: Add the Changes Created Nov. 12, 2013, 4:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2
3 cd /home/rsync/subscription/
4
5 for i in $(ls)
6 do
7 hg pull -R $i -q --update
8 done
9
OLDNEW

Powered by Google App Engine
This is Rietveld