comparison tests/test-mq-safety.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 2605fc990725
children 140b6282ac79
comparison
equal deleted inserted replaced
16022:04604d1a9fc3 16023:90f8b8dd0326
171 $ hg phase --force --secret 'mq()' 171 $ hg phase --force --secret 'mq()'
172 $ hg push --force -r default ../forcepush2 172 $ hg push --force -r default ../forcepush2
173 pushing to ../forcepush2 173 pushing to ../forcepush2
174 searching for changes 174 searching for changes
175 no changes found (ignored 1 secret changesets) 175 no changes found (ignored 1 secret changesets)
176 [1]
176 $ hg phase --draft 'mq()' 177 $ hg phase --draft 'mq()'
177 $ hg push --force -r default ../forcepush2 178 $ hg push --force -r default ../forcepush2
178 pushing to ../forcepush2 179 pushing to ../forcepush2
179 searching for changes 180 searching for changes
180 adding changesets 181 adding changesets