aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/archive.sh
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-02-05 22:19:31 +1100
committerNeil <nyamatongwe@gmail.com>2020-02-05 22:19:31 +1100
commit7b35a02b461847b7d6260dc9e6a988651d8a290b (patch)
treecafae9dc9a7a0d6d704b8dd138137ac8c05a50b4 /scripts/archive.sh
parent4ee618e8afbb9d7f1cf8b94abdbfc74fa01d87ed (diff)
downloadscintilla-mirror-7b35a02b461847b7d6260dc9e6a988651d8a290b.tar.gz
Feature [feature-requests:#1335] Archive just the repository files to scintilla.tgz.
Diffstat (limited to 'scripts/archive.sh')
-rw-r--r--scripts/archive.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/archive.sh b/scripts/archive.sh
new file mode 100644
index 000000000..cafa393d9
--- /dev/null
+++ b/scripts/archive.sh
@@ -0,0 +1,5 @@
+# Up to parent directory of scintilla
+cd ../..
+
+# Archive Scintilla to scintilla.tgz
+hg archive --repository scintilla scintilla.tgz