aboutsummaryrefslogtreecommitdiff
path: root/annexview-tests.el
AgeCommit message (Collapse)Author
2023-12-10tests: Update branch name expectation for git-annex changeHEADmasterKyle Meyer
git-annex 10.20230214 started including the parent branch name in the names of view branches. Given annexview's current "hibernating prototype" status, don't bother making this assertion work with older git-annex versions.
2023-12-10tests: Fix assertion that uses unsorted field namesKyle Meyer
2023-12-10tests: Fix copy-paste error in test nameKyle Meyer
2018-07-14tests: Add a missing cl- prefixKyle Meyer
This was detected by the GitLab CI runs. I'm not sure why `make test` passed for me locally.
2018-07-14Hello, PlutoKyle Meyer
Provide support for creating/modifying views and setting metadata. All of git-annex's view commands are exposed, and most of the "setting" features of the 'git annex metadata' command are supported. Of the remaining bits, I intend to support only the --force flag (needed for setting metadata a directory's files). The user interface may still require a good amount of tweaking, but things seem to be in a working state.