diff tests/test-graft.t @ 38966:5b04b6204931

status: advertise --abort instead of 'update -C .' to abort graft Recent release got us a --abort flag for 'hg graft' command which is nice UI and we should advertise that to stop the graft instead of 'update -C .' which is kind of ugly. Differential Revision: https://phab.mercurial-scm.org/D4169
author Pulkit Goyal <pulkit@yandex-team.ru>
date Thu, 09 Aug 2018 13:13:09 +0300
parents 622f79e3a1cb
children 46da52f4b820
line wrap: on
line diff
--- a/tests/test-graft.t	Thu Aug 09 12:32:11 2018 +0300
+++ b/tests/test-graft.t	Thu Aug 09 13:13:09 2018 +0300
@@ -237,7 +237,7 @@
   # To mark files as resolved:  hg resolve --mark FILE
   
   # To continue:    hg graft --continue
-  # To abort:       hg update --clean . (warning: this will discard uncommitted changes)
+  # To abort:       hg graft --abort
   
 
 Commit while interrupted should fail: