##// END OF EJS Templates
push: don't treat bookmark as a found change...
Matt Mackall -
r16038:dad96e75 stable
parent child Browse files
Show More
@@ -4451,7 +4451,6 def push(ui, repo, dest=None, **opts):
4451 4451 ui.warn(_('updating bookmark %s failed!\n') % b)
4452 4452 if not result:
4453 4453 result = 2
4454 result = 0
4455 4454
4456 4455 return result
4457 4456
@@ -58,6 +58,7 export bookmark by name
58 58 searching for changes
59 59 no changes found
60 60 exporting bookmark W
61 [1]
61 62 $ hg -R ../a bookmarks
62 63 W -1:000000000000
63 64 X 0:4e3505fd9583
@@ -72,6 +73,7 delete a remote bookmark
72 73 searching for changes
73 74 no changes found
74 75 deleting remote bookmark W
76 [1]
75 77
76 78 push/pull name that doesn't exist
77 79
@@ -169,6 +171,7 hgweb
169 171 searching for changes
170 172 no changes found
171 173 exporting bookmark Z
174 [1]
172 175 $ hg book -d Z
173 176 $ hg in -B http://localhost:$HGPORT/
174 177 comparing with http://localhost:$HGPORT/
@@ -181,6 +181,7 pushkey hook
181 181 no changes found
182 182 exporting bookmark foo
183 183 pushkey hook: HG_KEY=foo HG_NAMESPACE=bookmarks HG_NEW=0000000000000000000000000000000000000000 HG_RET=1
184 [1]
184 185 $ cd ../a
185 186
186 187 listkeys hook
@@ -177,6 +177,7 test pushkeys and bookmarks
177 177 searching for changes
178 178 no changes found
179 179 exporting bookmark foo
180 [1]
180 181 $ hg debugpushkey --config ui.ssh="python $TESTDIR/dummyssh" ssh://user@dummy/remote bookmarks
181 182 foo 1160648e36cec0054048a7edc4110c6f84fde594
182 183 $ hg book -f foo
@@ -203,6 +204,7 test pushkeys and bookmarks
203 204 searching for changes
204 205 no changes found
205 206 deleting remote bookmark foo
207 [1]
206 208
207 209 a bad, evil hook that prints to stdout
208 210
General Comments 0
You need to be logged in to leave comments. Login now