summaryrefslogtreecommitdiffstats
path: root/tests/limitations.notes
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-04-06 22:43:21 +0200
committerVG <vg@devys.org>2016-04-06 22:43:21 +0200
commit37ba4be062c037616fc8a19057090d236422d9c0 (patch)
tree2adbfcba0c2a3d257bdbba2886a909bd4cd6c075 /tests/limitations.notes
parente28490f18420e4c466614268140a7f8dbaaf2c78 (diff)
downloadwqueue-37ba4be062c037616fc8a19057090d236422d9c0.tar.gz
wqueue-37ba4be062c037616fc8a19057090d236422d9c0.tar.bz2
wqueue-37ba4be062c037616fc8a19057090d236422d9c0.zip
Auto-commit on 807fe7afb37fe2cfcf15c9457d04f64fa11b7511
Diffstat (limited to 'tests/limitations.notes')
-rw-r--r--tests/limitations.notes4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/limitations.notes b/tests/limitations.notes
new file mode 100644
index 0000000..d723c07
--- /dev/null
+++ b/tests/limitations.notes
@@ -0,0 +1,4 @@
+Queue is not saved between invocations of the queue. The queue is a living
+queue only. It can be edited (for waiting items only), thus if you want to
+save a queue, you can always copy the list and restore it with another edit,
+but it is a hack.