diff tests/test-githelp.t @ 35715:8dbd000f7de9

githelp: improve help for `git add` The old code was referencing record and crecord, which are deprecated. `hg commit --interactive` is the preferred mechanism to use. In addition, there was duplicate code in this function. It has been removed. Tests have been added to cover this function. Differential Revision: https://phab.mercurial-scm.org/D1723
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 18 Dec 2017 20:51:20 -0800
parents 113281667205
children a10a0d5561a9
line wrap: on
line diff
--- a/tests/test-githelp.t	Mon Dec 18 20:44:59 2017 -0800
+++ b/tests/test-githelp.t	Mon Dec 18 20:51:20 2017 -0800
@@ -256,3 +256,18 @@
 githelp for git blame
   $ hg githelp -- git blame
   hg annotate -udl
+
+githelp for add
+
+  $ hg githelp -- git add
+  hg add
+
+  $ hg githelp -- git add -p
+  note: Mercurial will commit when complete, as there is no staging area in Mercurial
+  
+  hg commit --interactive
+
+  $ hg githelp -- git add --all
+  note: use hg addremove to remove files that have been deleted.
+  
+  hg add