tests/test-convert-cvs-branch.t
changeset 26420 2fc86d92c4a9
parent 23675 96529f81e2e9
child 44722 e5e5ee2b60e4
equal deleted inserted replaced
26415:46af0adb5c37 26420:2fc86d92c4a9
     1 #require cvs
     1 #require cvs
     2 
     2 
     3 This is http://mercurial.selenic.com/bts/issue1148
     3 This is https://bz.mercurial-scm.org/1148
     4 and http://mercurial.selenic.com/bts/issue1447
     4 and https://bz.mercurial-scm.org/1447
     5 
     5 
     6   $ cvscall()
     6   $ cvscall()
     7   > {
     7   > {
     8   >     cvs -f "$@" > /dev/null
     8   >     cvs -f "$@" > /dev/null
     9   > }
     9   > }