Skip to content

Commit

Permalink
Merge pull request #186 from johnpaulalex/test_doc7
Browse files Browse the repository at this point in the history
Grab bag of test_sys_checkout cleanups
  • Loading branch information
jedwards4b authored Jan 30, 2023
2 parents f0ed44a + fbee425 commit 8689d61
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 352 deletions.
4 changes: 2 additions & 2 deletions manic/checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ def main(args):
the --all option is passed.
Returns a tuple (overall_status, tree_status). overall_status is 0
on success, non-zero on failure. tree_status gives the full status
if no checkout is happening. If checkout is happening, tree_status
on success, non-zero on failure. tree_status is a dict mapping local path
to ExternalStatus -- if no checkout is happening. If checkout is happening, tree_status
is None.
"""
if args.do_logging:
Expand Down
4 changes: 3 additions & 1 deletion test/repos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ git ls-tree --full-tree -r --name-only HEAD
git cat-file -p HEAD:<filename>
```

File contents at a glance:
```
container.git/
readme.txt
Expand All @@ -28,4 +30,4 @@ mixed-cont-ext.git/
error/
(no git repo here, just a readme.txt in the clear)

```
Loading

0 comments on commit 8689d61

Please sign in to comment.