summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/browserscope/lib/richtext/update_from_upstream
blob: 2071454a85040b0f5a042ee9849feff8f538b27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -x

if test -d richtext; then
  rm -drf richtext;
fi

svn checkout http://browserscope.googlecode.com/svn/trunk/categories/richtext/static richtext | tail -1 | sed 's/[^0-9]//g' > current_revision

find richtext -type d -name .svn -exec rm -drf \{\} \; 2> /dev/null

hg add current_revision richtext

hg stat .