Show More
@@ -24,6 +24,7 test-bisect3.t | |||||
24 | test-blackbox.t |
|
24 | test-blackbox.t | |
25 | test-bookmarks-current.t |
|
25 | test-bookmarks-current.t | |
26 | test-bookmarks-merge.t |
|
26 | test-bookmarks-merge.t | |
|
27 | test-bookmarks-pushpull.t | |||
27 | test-bookmarks-rebase.t |
|
28 | test-bookmarks-rebase.t | |
28 | test-bookmarks-strip.t |
|
29 | test-bookmarks-strip.t | |
29 | test-bookmarks.t |
|
30 | test-bookmarks.t |
@@ -1034,7 +1034,8 Pushing a really long bookmark should wo | |||||
1034 | =============================================== |
|
1034 | =============================================== | |
1035 |
|
1035 | |||
1036 | #if b2-binary |
|
1036 | #if b2-binary | |
1037 |
>>> open('longname', 'w') |
|
1037 | >>> with open('longname', 'w') as f: | |
|
1038 | ... f.write('wat' * 100) and None | |||
1038 | $ hg book `cat longname` |
|
1039 | $ hg book `cat longname` | |
1039 | $ hg push -B `cat longname` ../unchanged-b |
|
1040 | $ hg push -B `cat longname` ../unchanged-b | |
1040 | pushing to ../unchanged-b |
|
1041 | pushing to ../unchanged-b |
General Comments 0
You need to be logged in to leave comments.
Login now