From b5c71c20764f13c7d67219b9ad48525e8cb82380 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 1 Jul 2015 22:16:54 +0200 Subject: [PATCH] draft --- draft/localver.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/draft/localver.rst b/draft/localver.rst index 78e41d2ac..ce5674c66 100644 --- a/draft/localver.rst +++ b/draft/localver.rst @@ -28,20 +28,24 @@ presence of three new files, ``foo``, ``bar`` and ``baz``. When ``foo`` is discovered, it's index entry gets assigned local version ``1`` and the counter is increased. Likewise ``bar`` gets ``2`` and ``foo`` gets ``3``. +==== ============= File Local Version ==== ============= foo 1 bar 2 baz 3 +==== ============= The next change to happen will be assigned the value ``4``. If the file ``bar`` is updated, the index will look like: +==== ============= File Local Version ==== ============= foo 1 bar 4 baz 3 +==== ============= If we had already given the first index above to another device, and they tell us that they see a maximum local version value of ``3``, then we know that we