diff tests/test-help.out @ 11507:35e2d453cf0d stable

commands: document return values of add and paths commands
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun, 04 Jul 2010 17:05:17 +0900
parents 2f09b13e914d
children 3f838abf2b96
line wrap: on
line diff
--- a/tests/test-help.out	Sat Jul 03 01:56:09 2010 +0200
+++ b/tests/test-help.out	Sun Jul 04 17:05:17 2010 +0900
@@ -252,6 +252,8 @@
 
     If no names are given, add all files to the repository.
 
+    Returns 0 if all files are successfully added.
+
 use "hg -v help add" to show verbose help
 
 options:
@@ -287,6 +289,8 @@
       $ hg status
       A foo.c
 
+    Returns 0 if all files are successfully added.
+
 options:
 
  -I --include PATTERN [+]  include names matching the given patterns
@@ -332,6 +336,8 @@
 
     If no names are given, add all files to the repository.
 
+    Returns 0 if all files are successfully added.
+
 use "hg -v help add" to show verbose help
 
 options:
@@ -355,6 +361,8 @@
 
     If no names are given, add all files to the repository.
 
+    Returns 0 if all files are successfully added.
+
 use "hg -v help add" to show verbose help
 
 options: