comparison tests/test-ssh.t @ 16023:90f8b8dd0326 stable

push: return 1 if no changes found (issue3228) Currently we have the following return codes if nothing is found: commit incoming outgoing pull push intended 1 1 1 1 1 documented 1 1 1 0 1 actual 1 1 1 0 0 This fixes the lower-right entry.
author Matt Mackall <mpm@selenic.com>
date Mon, 30 Jan 2012 11:32:09 -0600
parents cc021114fc98
children dad96e752079
comparison
equal deleted inserted replaced
16022:04604d1a9fc3 16023:90f8b8dd0326
183 $ hg push --traceback 183 $ hg push --traceback
184 pushing to ssh://user@dummy/remote 184 pushing to ssh://user@dummy/remote
185 searching for changes 185 searching for changes
186 no changes found 186 no changes found
187 updating bookmark foo 187 updating bookmark foo
188 [1]
188 $ hg book -d foo 189 $ hg book -d foo
189 $ hg in -B 190 $ hg in -B
190 comparing with ssh://user@dummy/remote 191 comparing with ssh://user@dummy/remote
191 searching for changed bookmarks 192 searching for changed bookmarks
192 foo a28a9d1a809c 193 foo a28a9d1a809c