tests/test-url-rev.t
branchstable
changeset 15615 41885892796e
parent 15246 7b15dd9125b3
child 15623 fc8c7a5ccc4a
equal deleted inserted replaced
15610:09b200396384 15615:41885892796e
     4   $ cd repo
     4   $ cd repo
     5   $ echo a > a
     5   $ echo a > a
     6   $ hg ci -qAm 'add a'
     6   $ hg ci -qAm 'add a'
     7   $ hg branch foo
     7   $ hg branch foo
     8   marked working directory as branch foo
     8   marked working directory as branch foo
       
     9   (branches are permanent and global, did you want a bookmark?)
     9   $ echo >> a
    10   $ echo >> a
    10   $ hg ci -m 'change a'
    11   $ hg ci -m 'change a'
    11   $ cd ..
    12   $ cd ..
    12 
    13 
    13   $ hg clone 'repo#foo' clone
    14   $ hg clone 'repo#foo' clone