diff options
author | Neil <nyamatongwe@gmail.com> | 2020-02-05 22:19:31 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-02-05 22:19:31 +1100 |
commit | 7b35a02b461847b7d6260dc9e6a988651d8a290b (patch) | |
tree | cafae9dc9a7a0d6d704b8dd138137ac8c05a50b4 /scripts | |
parent | 4ee618e8afbb9d7f1cf8b94abdbfc74fa01d87ed (diff) | |
download | scintilla-mirror-7b35a02b461847b7d6260dc9e6a988651d8a290b.tar.gz |
Feature [feature-requests:#1335] Archive just the repository files to scintilla.tgz.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/archive.sh | 5 |
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 |