우분투 mercurial 설치

우분투 mercurial 설치
우분투 머큐리얼 설치

1 확인[ | ]

root@zetawiki:~# hg
The program 'hg' is currently not installed. You can install it by typing:
apt-get install mercurial

2 설치[ | ]

root@zetawiki:~# apt-get install mercurial
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libtcl8.6 libtk8.6 libutempter0 libxss1 mercurial-common tcl tcl8.6 tk tk8.6
  xbitmaps xterm
Suggested packages:
  qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff python-mysqldb
  python-pygments tcl-tclreadline xfonts-cyrillic
Recommended packages:
  wish
The following NEW packages will be installed:
  libtcl8.6 libtk8.6 libutempter0 libxss1 mercurial mercurial-common tcl
  tcl8.6 tk tk8.6 xbitmaps xterm
0 upgraded, 12 newly installed, 0 to remove and 149 not upgraded.
Need to get 3,835 kB of archives.
After this operation, 16.9 MB of additional disk space will be used.
Do you want to continue? [Y/n]
... (생략)
Setting up xterm (297-1ubuntu1) ...
update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...

3 확인 2[ | ]

root@zetawiki:~# hg
Mercurial Distributed SCM

basic commands:

 add           add the specified files on the next commit
 annotate      show changeset information by line for each file
 clone         make a copy of an existing repository
 commit        commit the specified files or all outstanding changes
 diff          diff repository (or selected files)
 export        dump the header and diffs for one or more changesets
 forget        forget the specified files on the next commit
 init          create a new repository in the given directory
 log           show revision history of entire repository or files
 merge         merge working directory with another revision
 pull          pull changes from the specified source
 push          push changes to the specified destination
 remove        remove the specified files on the next commit
 serve         start stand-alone webserver
 status        show changed files in the working directory
 summary       summarize working directory state
 update        update working directory (or switch revisions)

use "hg help" for the full list of commands or "hg -v" for details

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}