equal
deleted
inserted
replaced
47 searching for changes |
47 searching for changes |
48 adding changesets |
48 adding changesets |
49 adding manifests |
49 adding manifests |
50 adding file changes |
50 adding file changes |
51 added 1 changesets with 1 changes to 1 files |
51 added 1 changesets with 1 changes to 1 files |
52 pull obsolescence markers |
|
53 (run 'hg update' to get a working copy) |
52 (run 'hg update' to get a working copy) |
54 $ hg log -r 'draft()' |
53 $ hg log -r 'draft()' |
55 1:4d1169d82e47@default(draft) modify a |
54 1:4d1169d82e47@default(draft) modify a |
56 $ hg push ../public |
55 $ hg push ../public |
57 pushing to ../public |
56 pushing to ../public |
66 $ hg amend -m 'tweak a' |
65 $ hg amend -m 'tweak a' |
67 $ hg pull ../public |
66 $ hg pull ../public |
68 pulling from ../public |
67 pulling from ../public |
69 searching for changes |
68 searching for changes |
70 no changes found |
69 no changes found |
71 pull obsolescence markers |
|
72 1 new bumped changesets |
70 1 new bumped changesets |
73 |
71 |
74 $ hg evolve -a -A --bumped |
72 $ hg evolve -a -A --bumped |
75 recreate:[2] tweak a |
73 recreate:[2] tweak a |
76 atop:[1] modify a |
74 atop:[1] modify a |