hut v0.6.0
Highlights:
- Project config: To make using hut a more seamless experience and help
new contributors, a config file can be added to repositories.
- Lots of new "hg" commands.
- "update" commands for most resources.
- Pager no longer messes up terminal on an internal error.
- hut now checks whether "stdin" is an interactive terminal when it
decides whether input should be read from "$EDITOR" or "stdin".
- The deprecated not-found flag has been removed.
Jens Schmidt (1):
all: Streamline reading of input
Robert Munyer (1):
Implement "hut hg update <repo> --readme <file>"
Thorben Günther (50):
Update links
Update schemata
Upgrade dependencies
pager: Fix shutdown
pages unpublish: Fix missing nil check
Add missing newline
todo: Remove unnecessary nil checks
git create: Display URL when not cloning
hg create: Display URL
meta: Add oauth tokens
todo ticket show: Display ticket URL
hg: Implement repo completion
git: Rename repo completion query
Format graphql files with prettier
hg create: Add "clone" flag
hg update: Add "description", "visibility" flags
hg: Add automatic repo detection and "repo" flag
git: Rename some functions
pages publish: Remove deprecated "not-found" flag
hg update: Add "non-publishing" flag
hg: Add acl list
git acl list: Add missing argument
hg: Add acl update
git: getRepoID -> getGitRepoID
hg: Add acl delete
todo: Add label update
lists archive: Only increase timeout for download
todo: Implement ticket label completion
todo: Implement ticket unlabel completion
doc: Update current maintainer
Add "debug" flag
ci: Use alpine/edge image
meta: Add update
Remove some unused parameters
meta update: Support clearing values
meta update: Add biography editing
todo: Add update
meta update: Improve bio clearing
lists: Add update
todo delete/update: Support tracker detection
git/hg update: Clear description correctly
Search and load project config
todo: Get tracker from project config
lists: Get mailing list from project config
git: Add clone command
fixup! lists: Get mailing list from project config
project config: Support patch prefix
Add hut project config
doc: Explain the project config
git clone: Add some logging