equal
deleted
inserted
replaced
75 |
75 |
76 echo % kwfiles |
76 echo % kwfiles |
77 hg kwfiles |
77 hg kwfiles |
78 |
78 |
79 echo % diff --rev |
79 echo % diff --rev |
80 hg diff --rev 0 | grep -F -v 'b/c' |
80 hg diff --rev 0 | grep -v 'b/c' |
81 |
81 |
82 echo % rollback |
82 echo % rollback |
83 hg rollback |
83 hg rollback |
84 echo % status |
84 echo % status |
85 hg status |
85 hg status |
107 secondline |
107 secondline |
108 EOF |
108 EOF |
109 |
109 |
110 echo % interrupted commit |
110 echo % interrupted commit |
111 # redirection and grep for backwards compatibility |
111 # redirection and grep for backwards compatibility |
112 HGEDITOR=false hg commit 2>&1 | grep -F -v 'edit failed:' |
112 HGEDITOR=false hg commit 2>&1 | grep -v 'edit failed:' |
113 echo % status |
113 echo % status |
114 hg status |
114 hg status |
115 |
115 |
116 echo % commit |
116 echo % commit |
117 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' |
117 hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>' |