tests/test-url-rev.t
changeset 15623 fc8c7a5ccc4a
parent 15447 9910f60a37ee
parent 15615 41885892796e
child 16039 093b75c7b44b
equal deleted inserted replaced
15622:86fc364ca5f8 15623:fc8c7a5ccc4a
     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