Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lothiraldan/cvs
https://github.com/lothiraldan/cvs
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lothiraldan/cvs
- Owner: Lothiraldan
- License: gpl-2.0
- Created: 2017-09-30T21:33:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T04:23:23.000Z (about 6 years ago)
- Last Synced: 2024-12-23T03:40:43.939Z (about 2 months ago)
- Language: Python
- Size: 29.8 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Contributing: CONTRIBUTING
- License: COPYING
Awesome Lists containing this project
README
Mercurial
=========Mercurial is a fast, easy to use, distributed revision control tool
for software developers.Basic install::
$ make # see install targets
$ make install # do a system-wide install
$ hg debuginstall # sanity-check setup
$ hg # see helpRunning without installing::
$ make local # build for inplace usage
$ ./hg --version # should show the latest versionSee https://mercurial-scm.org/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.