A user state file
is used to store information about a user.
These file are created and maintained by (n).
These file should not be edited by humans.
CONTENTS
own = [{ ... }];
This field is a list of change the user is currently working on,
within project.
The changes are in either the
being_developed or
being_integrated state.
The structure of this field is as follows:
project = string;
The name of a project.
change = [integer];
The changes this user is working on in the project.
(n) version (V)
Copyright (C) (Y) Peter Miller;
All rights reserved.
The (n) program comes with ABSOLUTELY NO WARRANTY;
for details use the '(n) -VERSion License' command.
This is free software
and you are welcome to redistribute it under certain conditions;
for details use the '(n) -VERSion License' command.