Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles.t @ 17575:98d6a10bc401 stable
largefiles: preserve exit code from outgoing command (issue3611)
This maintains the exit codes documented in commands.py.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 05 Sep 2012 21:26:08 -0400 |
parents | 8085fed2bf0a |
children | e0081bb5450e |
line wrap: on
line diff
--- a/tests/test-largefiles.t Tue Sep 11 10:59:21 2012 -0300 +++ b/tests/test-largefiles.t Wed Sep 05 21:26:08 2012 -0400 @@ -1144,6 +1144,15 @@ largefiles can be pushed locally (issue3583) $ hg init dest $ cd r4 + $ hg outgoing ../dest + comparing with ../dest + searching for changes + changeset: 0:639881c12b4c + tag: tip + user: test + date: Thu Jan 01 00:00:00 1970 +0000 + summary: m1 + $ hg push ../dest pushing to ../dest searching for changes @@ -1152,6 +1161,13 @@ adding manifests adding file changes added 1 changesets with 1 changes to 1 files + +exit code with nothing outgoing (issue3611) + $ hg outgoing ../dest + comparing with ../dest + searching for changes + no changes found + [1] $ cd .. #if serve