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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filtermaster/files/update_repos.sh
===================================================================
--- a/modules/filtermaster/files/update_repos.sh
+++ b/modules/filtermaster/files/update_repos.sh
@@ -1,9 +1,10 @@
#!/bin/bash
cd /home/rsync/subscription/
for i in $(ls)
do
- hg pull -R $i -q --update
+ hg pull -R $i -q
+ hg update -R $i -q -r default --check
done
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld