tests/test-githelp.t
changeset 35715 8dbd000f7de9
parent 35714 113281667205
child 35718 a10a0d5561a9
equal deleted inserted replaced
35714:113281667205 35715:8dbd000f7de9
   254   hg log -T '{node}\n' -r 'ancestor(A,B)'
   254   hg log -T '{node}\n' -r 'ancestor(A,B)'
   255 
   255 
   256 githelp for git blame
   256 githelp for git blame
   257   $ hg githelp -- git blame
   257   $ hg githelp -- git blame
   258   hg annotate -udl
   258   hg annotate -udl
       
   259 
       
   260 githelp for add
       
   261 
       
   262   $ hg githelp -- git add
       
   263   hg add
       
   264 
       
   265   $ hg githelp -- git add -p
       
   266   note: Mercurial will commit when complete, as there is no staging area in Mercurial
       
   267   
       
   268   hg commit --interactive
       
   269 
       
   270   $ hg githelp -- git add --all
       
   271   note: use hg addremove to remove files that have been deleted.
       
   272   
       
   273   hg add