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

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

Issue 6200604430958592: Issue 771 - Filter master cannot deal with branches (Closed)
Patch Set: Created July 14, 2014, 7:23 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 cd /home/rsync/subscription/ 3 cd /home/rsync/subscription/
4 4
5 for i in $(ls) 5 for i in $(ls)
6 do 6 do
7 hg pull -R $i -q --update 7 hg pull -R $i -q
8 hg update -R $i -q -r default --check
8 done 9 done
9 10
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld