1. dhcp-103:/tmp/x 776% hg init
  2. dhcp-103:/tmp/x 777% touch afile
  3. dhcp-103:/tmp/x 778% hg add afile
  4. dhcp-103:/tmp/x 779% hg commit -m 'added afile'
  5. dhcp-103:/tmp/x 780% hg tag 1.0
  6. dhcp-103:/tmp/x 781% hg identify -t
  7. tip
  8. dhcp-103:/tmp/x 782% hg checkout 1.0
  9. 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
  10. dhcp-103:/tmp/x 783% hg identify -t
  11. 1.0
  12. dhcp-103:/tmp/x 784% cat .hgtags
  13. cat: .hgtags: No such file or directory
  14.