tests/test-hgweb-commands.t
changeset 25295 701df761aa94
parent 25133 3d82c517b9c5
child 25472 4d2b9b304ad0
equal deleted inserted replaced
25293:ab618e52788a 25295:701df761aa94
    24   marked working directory as branch stable
    24   marked working directory as branch stable
    25   (branches are permanent and global, did you want a bookmark?)
    25   (branches are permanent and global, did you want a bookmark?)
    26   $ hg ci -Ambranch
    26   $ hg ci -Ambranch
    27   $ hg branch unstable
    27   $ hg branch unstable
    28   marked working directory as branch unstable
    28   marked working directory as branch unstable
    29   (branches are permanent and global, did you want a bookmark?)
       
    30   >>> open('msg', 'wb').write('branch commit with null character: \0\n')
    29   >>> open('msg', 'wb').write('branch commit with null character: \0\n')
    31   $ hg ci -l msg
    30   $ hg ci -l msg
    32   $ rm msg
    31   $ rm msg
    33 
    32 
    34   $ cat > .hg/hgrc <<EOF
    33   $ cat > .hg/hgrc <<EOF