Mercurial Queues Emulation for Git
修訂 | 41ff074067385303759931d78f43c68c254d1e76 (tree) |
---|---|
時間 | 2020-01-07 07:19:19 |
作者 | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Forget, and subsequently ignore .hgtags file.
* .gitignore (.hgtags): Add reference.
* .hgtags: Delete file.
@@ -1,5 +1,6 @@ | ||
1 | 1 | .hg/ |
2 | 2 | build/ |
3 | +.hgtags | |
3 | 4 | .*ignore |
4 | 5 | Makefile |
5 | 6 | ChangeLog |
@@ -1 +0,0 @@ | ||
1 | -133b1656c22bc7fe97f9b67a0c44fd2ad09ae7d2 v1.0-rc-1 |