diff options
Diffstat (limited to 'hg/pre-commit.d/30store-metadata')
-rw-r--r-- | hg/pre-commit.d/30store-metadata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hg/pre-commit.d/30store-metadata b/hg/pre-commit.d/30store-metadata index b878abd..3f119f5 100644 --- a/hg/pre-commit.d/30store-metadata +++ b/hg/pre-commit.d/30store-metadata @@ -14,5 +14,5 @@ fi # everytime, so avoid changing the file if nothing really changed. if [ ! -z "$(metastore --compare)" ]; then metastore --save - git add .metadata + hg add .metadata fi |