##// END OF EJS Templates
test-rebase: exhibit revisions which should have been skipped...
Patrick Mezard -
r16508:475de53c stable
parent child Browse files
Show More
@@ -227,6 +227,14 b' View graph:'
227 |/
227 |/
228 o test@0.public: 0
228 o test@0.public: 0
229
229
230 $ hg export --git 8
231 # HG changeset patch
232 # User bar
233 # Date 0 0
234 # Node ID 6f5ea6ac8b705521c6d5f49a04ed142e3f76645d
235 # Parent d2e44c99fd3f31c176ea4efb9eca9f6306c81756
236 1
237
230 Graft again onto another branch should preserve the original source
238 Graft again onto another branch should preserve the original source
231 $ hg up -q 0
239 $ hg up -q 0
232 $ echo 'g'>g
240 $ echo 'g'>g
@@ -398,4 +398,11 b' Ensure --continue restores a correct sta'
398 |/
398 |/
399 o 0:draft 'A'
399 o 0:draft 'A'
400
400
401
401 $ hg export --git 8
402 # HG changeset patch
403 # User test
404 # Date 0 0
405 # Node ID 248209b40064fe67181915fa7a4f3395520f700a
406 # Parent 02de42196ebee42ef284b6780a87cdc96e8eaab6
407 H2
408
@@ -137,3 +137,11 b' already has one local mq patch'
137 |
137 |
138 o 0: 'r0' tags:
138 o 0: 'r0' tags:
139
139
140 $ hg export --git 4.diff
141 # HG changeset patch
142 # User test
143 # Date 0 0
144 # Node ID 315eb21a13c2b06e787f5d0000e36f8f8f3a1768
145 # Parent 1660ab13ce9aea3da22ea54926bd49aeff8a4e20
146 r4
147
General Comments 0
You need to be logged in to leave comments. Login now