##// END OF EJS Templates
mq: make qnew patch format consistent with qrefresh (issue1457)
mq: make qnew patch format consistent with qrefresh (issue1457)

File last commit:

r7569:89207edf default
r7614:f9fcb189 default
Show More
test-up-issue1456
17 lines | 149 B | text/plain | TextLexer
#!/bin/sh
rm -rf a
hg init a
cd a
echo foo > foo
hg ci -qAm0
chmod +x foo
hg ci -m1
hg co -q 0
echo dirty > foo
sleep 1
hg up -q
cat foo
hg st -A