0.5.5 • Published 8 years ago

updata v0.5.5

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

updata

NPM

Build Status Coverage Status Codacy Badge Code Climate Issue Count

bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code

License Commitizen friendly

This is just a little command-line app that updates your mercurial sub-repositories

Usage

updata [options]

Options:

-h, --help                output usage information
-V, --version             output the version number
-g, --ignore <subrepos>   ignore specified sub-repositories [provide comma-separated list]
-G, --ignore-file <file>  specify which sub-repositories to ignore in a separate file
-l, --list <subrepos>     update specified sub-repositories [provide comma-separated list]
-L, --list-file <file>    specify which sub-repositories to update in a separate file
-p, --pull-only           only pull latest changes from remote (don't update)
-q, --quiet               limit console output
-t, --tag <id>            tag to which to update sub-repositories [defaults to tip]
-v, --verbose             display output from mercurial

just run updata for default behavior (updates all sub-repositories in .hgsub)

Installation

You need to have node, npm, and hg installed and available on your PATH

run npm install -g updata to install globally

Tests

run tests: npm run test:once (not set up for watching right now)

run code coverage: npm run coverage

Contributing

Fork it. Fix or improve it. Submit a pull request.

License

MIT: http://vsisk.mit-license.org/

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago