Skip to content

Commit

Permalink
Merge pull request ESCOMP#189 from johnpaulalex/test_doc10
Browse files Browse the repository at this point in the history
test_sys_checkout - Grab-bag of param renamings. No-op.
  • Loading branch information
jedwards4b committed Feb 3, 2023
2 parents c0c847e + 9ea75cb commit 47dea7f
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 118 deletions.
4 changes: 2 additions & 2 deletions manic/externals_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ class ExternalStatus(object):
"""
# sync_state and clean_state can be one of the following:
DEFAULT = '-' # aka not set yet.
DEFAULT = '-' # not set yet (sync_state). clean_state can be this if sync_state is EMPTY.
UNKNOWN = '?'
EMPTY = 'e'
MODEL_MODIFIED = 's' # repo version != externals (sync_state only)
DIRTY = 'M' # repo is dirty (clean_state only)
STATUS_OK = ' ' # repo is clean/matches externals.
STATUS_OK = ' ' # repo is clean (clean_state) or matches externals version (sync_state)
STATUS_ERROR = '!'

# source_type can be one of the following:
Expand Down
Loading

0 comments on commit 47dea7f

Please sign in to comment.