equal
deleted
inserted
replaced
22 for hg up -m, set HGMERGE to something noninteractive (like true or merge) |
22 for hg up -m, set HGMERGE to something noninteractive (like true or merge) |
23 |
23 |
24 - changeset hashes will change based on user and date which make |
24 - changeset hashes will change based on user and date which make |
25 things like hg history output change |
25 things like hg history output change |
26 |
26 |
27 use commit -m "test" -u test -d "0 0" |
27 use commit -m "test" -u test -d "1000000 0" |
28 |
28 |
29 - diff will show the current time |
29 - diff will show the current time |
30 |
30 |
31 use hg diff | sed "s/\(\(---\|+++\) [a-zA-Z0-9_/.-]*\).*/\1/" to strip |
31 use hg diff | sed "s/\(\(---\|+++\) [a-zA-Z0-9_/.-]*\).*/\1/" to strip |
32 dates |
32 dates |