diff mercurial/util.py @ 47233:bcafcd779d2e

branching: merge stable into default
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 17 May 2021 15:05:24 +0200
parents bea4717415c0 5b3513177f2b
children 9b841267253c
line wrap: on
line diff
--- a/mercurial/util.py	Mon May 03 12:34:01 2021 +0200
+++ b/mercurial/util.py	Mon May 17 15:05:24 2021 +0200
@@ -107,6 +107,7 @@
 expandglobs = platform.expandglobs
 getfsmountpoint = platform.getfsmountpoint
 getfstype = platform.getfstype
+get_password = platform.get_password
 groupmembers = platform.groupmembers
 groupname = platform.groupname
 isexec = platform.isexec