tests/test-topic-push.t
changeset 3769 1bc4b0807c37
parent 3397 f7129e3d5a38
child 3936 537fd9a86c06
child 5198 cbfd36046969
equal deleted inserted replaced
3768:482195001997 3769:1bc4b0807c37
   130   marked working directory as topic: babar
   130   marked working directory as topic: babar
   131   $ echo aaa > ddd
   131   $ echo aaa > ddd
   132   $ hg add ddd
   132   $ hg add ddd
   133   $ hg commit -m 'CD'
   133   $ hg commit -m 'CD'
   134   active topic 'babar' grew its first changeset
   134   active topic 'babar' grew its first changeset
       
   135   (see 'hg help topics' for more information)
   135   $ hg log -G # keep track of phase because I saw some strange bug during developement
   136   $ hg log -G # keep track of phase because I saw some strange bug during developement
   136   @  4 default babar draft CD
   137   @  4 default babar draft CD
   137   |
   138   |
   138   | o  3 mountain  public CC
   139   | o  3 mountain  public CC
   139   |/
   140   |/
   243   marked working directory as topic: celeste
   244   marked working directory as topic: celeste
   244   $ echo aaa > eee
   245   $ echo aaa > eee
   245   $ hg add eee
   246   $ hg add eee
   246   $ hg commit -m 'CE'
   247   $ hg commit -m 'CE'
   247   active topic 'celeste' grew its first changeset
   248   active topic 'celeste' grew its first changeset
       
   249   (see 'hg help topics' for more information)
   248   $ hg log -G # keep track of phase because I saw some strange bug during developement
   250   $ hg log -G # keep track of phase because I saw some strange bug during developement
   249   @  5 default celeste draft CE
   251   @  5 default celeste draft CE
   250   |
   252   |
   251   | o  4 default babar draft CD
   253   | o  4 default babar draft CD
   252   |/
   254   |/
   438   $ hg add aaa
   440   $ hg add aaa
   439   $ hg topic topicA
   441   $ hg topic topicA
   440   marked working directory as topic: topicA
   442   marked working directory as topic: topicA
   441   $ hg commit -m 'CA'
   443   $ hg commit -m 'CA'
   442   active topic 'topicA' grew its first changeset
   444   active topic 'topicA' grew its first changeset
       
   445   (see 'hg help topics' for more information)
   443   $ hg up 'desc(CBASE)'
   446   $ hg up 'desc(CBASE)'
   444   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
   447   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
   445   $ echo aaa > bbb
   448   $ echo aaa > bbb
   446   $ hg add bbb
   449   $ hg add bbb
   447   $ hg topic topicB
   450   $ hg topic topicB
   448   marked working directory as topic: topicB
   451   marked working directory as topic: topicB
   449   $ hg commit -m 'CB'
   452   $ hg commit -m 'CB'
   450   active topic 'topicB' grew its first changeset
   453   active topic 'topicB' grew its first changeset
       
   454   (see 'hg help topics' for more information)
   451   $ cd ..
   455   $ cd ..
   452   $ hg push -R repoA repoB
   456   $ hg push -R repoA repoB
   453   pushing to repoB
   457   pushing to repoB
   454   searching for changes
   458   searching for changes
   455   adding changesets
   459   adding changesets