changeset 39287:6b81d2ff118f

cmdutil: fix typo in revert() Differential Revision: https://phab.mercurial-scm.org/D4381
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 27 Aug 2018 04:31:09 +0530
parents 3c4b2e880273
children a235ee4cfc1c
files mercurial/cmdutil.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Thu Aug 23 13:33:19 2018 -0700
+++ b/mercurial/cmdutil.py	Mon Aug 27 04:31:09 2018 +0530
@@ -2773,7 +2773,7 @@
 
     # `names` is a mapping for all elements in working copy and target revision
     # The mapping is in the form:
-    #   <asb path in repo> -> (<path from CWD>, <exactly specified by matcher?>)
+    #   <abs path in repo> -> (<path from CWD>, <exactly specified by matcher?>)
     names = {}
 
     with repo.wlock():