equal
deleted
inserted
replaced
299 $ hg uncommit file2.c |
299 $ hg uncommit file2.c |
300 1 new unstable changesets |
300 1 new unstable changesets |
301 $ hg status |
301 $ hg status |
302 M file2.c |
302 M file2.c |
303 $ hg commit -m 'useful tweak' |
303 $ hg commit -m 'useful tweak' |
304 $ hg --hidden shortlog -G -r 25:: |
304 $ hg --hidden shortlog -G -r 0d972d6888e6:: |
305 @ 29:51e0d8c0a922 draft useful tweak |
305 @ 29:51e0d8c0a922 draft useful tweak |
306 | |
306 | |
307 o 28:2594e98553a9 draft fix a bug |
307 o 28:2594e98553a9 draft fix a bug |
308 | |
308 | |
309 | o 27:fbb3c6d50427 draft new feature |
309 | o 27:fbb3c6d50427 draft new feature |
315 ~ |
315 ~ |
316 $ hg evolve --all --any |
316 $ hg evolve --all --any |
317 move:[27] new feature |
317 move:[27] new feature |
318 atop:[28] fix a bug |
318 atop:[28] fix a bug |
319 working directory is now at 166c1c368ab6 |
319 working directory is now at 166c1c368ab6 |
320 $ hg --hidden shortlog -G -r 25:: |
320 $ hg --hidden shortlog -G -r 0d972d6888e6:: |
321 @ 30:166c1c368ab6 draft new feature |
321 @ 30:166c1c368ab6 draft new feature |
322 | |
322 | |
323 | o 29:51e0d8c0a922 draft useful tweak |
323 | o 29:51e0d8c0a922 draft useful tweak |
324 |/ |
324 |/ |
325 o 28:2594e98553a9 draft fix a bug |
325 o 28:2594e98553a9 draft fix a bug |