tests/test-graft.t
changeset 38341 50f5fc232c16
parent 38311 47f5454a30ed
child 38453 5cdfc20bfd5f
--- a/tests/test-graft.t	Fri Jun 15 16:32:31 2018 -0700
+++ b/tests/test-graft.t	Wed Jun 13 22:50:32 2018 +0530
@@ -236,8 +236,8 @@
   # 
   # 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 continue:    hg graft --continue
+  # To abort:       hg update --clean . (warning: this will discard uncommitted changes)
   
 
 Commit while interrupted should fail: