Skip to content

Commit

Permalink
fix: Update hg.py to use the commit hash instead of the local identity (
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jan 5, 2024
1 parent bf8b29e commit 0d538f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unearth/vcs/hg.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def update(

def get_revision(self, location: Path) -> str:
current_revision = self.run_command(
["parents", "--template={rev}"],
["parents", "--template={node}"],
log_output=False,
stdout_only=True,
cwd=location,
Expand Down

0 comments on commit 0d538f8

Please sign in to comment.