Submitter | phabricator |
---|---|
Date | Dec. 2, 2017, 3:11 a.m. |
Message ID | <f18a4f17a55d5ac1b91b3bfcc25e9e0a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25882/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-unamend.t b/tests/test-unamend.t --- a/tests/test-unamend.t +++ b/tests/test-unamend.t @@ -16,7 +16,7 @@ $ hg init repo $ cd repo - $ for ch in {a..h}; do touch $ch; echo "foo" >> $ch; hg ci -Aqm "Added "$ch; done + $ for ch in a b c d e f g h; do touch $ch; echo "foo" >> $ch; hg ci -Aqm "Added "$ch; done $ hg glog @ 7:ec2426147f0e Added h