##// END OF EJS Templates
clfilter: fix a false positive in the test-obsolete.t...
Pierre-Yves David -
r18015:42f56a04 default
parent child Browse files
Show More
@@ -173,6 +173,13 b' the public changeset'
173
173
174 And that we can't push bumped changeset
174 And that we can't push bumped changeset
175
175
176 $ hg push ../tmpa -r 0 --force #(make repo)
177 pushing to ../tmpa
178 searching for changes
179 adding changesets
180 adding manifests
181 adding file changes
182 added 1 changesets with 1 changes to 1 files (+1 heads)
176 $ hg push ../tmpa
183 $ hg push ../tmpa
177 pushing to ../tmpa
184 pushing to ../tmpa
178 searching for changes
185 searching for changes
General Comments 0
You need to be logged in to leave comments. Login now