contrib/mercurial.el
changeset 1179 8acf62f579d8
parent 1178 a7abffa4b19f
child 1246 ae96c85fb0af
equal deleted inserted replaced
1178:a7abffa4b19f 1179:8acf62f579d8
   647 SCM Task                              G/L  Key Binding  Command Name
   647 SCM Task                              G/L  Key Binding  Command Name
   648 --------                              ---  -----------  ------------
   648 --------                              ---  -----------  ------------
   649 Help overview (what you are reading)  G    C-c h h      hg-help-overview
   649 Help overview (what you are reading)  G    C-c h h      hg-help-overview
   650 
   650 
   651 Tell Mercurial to manage a file       G    C-c h a      hg-add
   651 Tell Mercurial to manage a file       G    C-c h a      hg-add
   652 Commit changes to current file only   L    C-x v n      hg-commit
   652 Commit changes to current file only   L    C-x v n      hg-commit-start
   653 Undo changes to file since commit     L    C-x v u      hg-revert-buffer
   653 Undo changes to file since commit     L    C-x v u      hg-revert-buffer
   654 
   654 
   655 Diff file vs last checkin             L    C-x v =      hg-diff
   655 Diff file vs last checkin             L    C-x v =      hg-diff
   656 
   656 
   657 View file change history              L    C-x v l      hg-log
   657 View file change history              L    C-x v l      hg-log
   658 View annotated file                   L    C-x v a      hg-annotate
   658 View annotated file                   L    C-x v a      hg-annotate
   659 
   659 
   660 Diff repo vs last checkin             G    C-c h =      hg-diff-repo
   660 Diff repo vs last checkin             G    C-c h =      hg-diff-repo
   661 View status of files in repo          G    C-c h s      hg-status
   661 View status of files in repo          G    C-c h s      hg-status
   662 Commit all changes                    G    C-c h c      hg-commit
   662 Commit all changes                    G    C-c h c      hg-commit-start
   663 
   663 
   664 Undo all changes since last commit    G    C-c h U      hg-revert
   664 Undo all changes since last commit    G    C-c h U      hg-revert
   665 View repo change history              G    C-c h l      hg-log
   665 View repo change history              G    C-c h l      hg-log-repo
   666 
   666 
   667 See changes that can be pulled        G    C-c h ,      hg-incoming
   667 See changes that can be pulled        G    C-c h ,      hg-incoming
   668 Pull changes                          G    C-c h <      hg-pull
   668 Pull changes                          G    C-c h <      hg-pull
   669 Update working directory after pull   G    C-c h u      hg-update
   669 Update working directory after pull   G    C-c h u      hg-update
   670 See changes that can be pushed        G    C-c h .      hg-outgoing
   670 See changes that can be pushed        G    C-c h .      hg-outgoing