aboutsummaryrefslogtreecommitdiffhomepage
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
commitfb900ef3e4342b79a529a99fd120e628ab53f400 (patch)
treefe08e7bd992319c950fe677cbbf461fe6f21ae40
parent2fb30d29222fa286aaf40fd325c010d7f8d0b2c2 (diff)
downloadscintilla-mirror-fb900ef3e4342b79a529a99fd120e628ab53f400.tar.gz
Backport: Feature [feature-requests:#1335] Archive just the repository files to scintilla.tgz.
Backport of changeset 7975:aa81f6feabfd.
-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