[PATCH 2 of 5] bookmarks: fix typo

Wagner Bruna wagner.bruna+mercurial at gmail.com
Mon Apr 20 19:46:35 CDT 2009


# HG changeset patch
# User Wagner Bruna <wbruna at yahoo.com>
# Date 1240270717 10800
# Node ID 6dcf425cc2a634e87d2907b9dda4636b82cee35b
# Parent  89b6450148d0bea45b30b87640eacb228d51db70
bookmarks: fix typo

diff --git a/hgext/bookmarks.py b/hgext/bookmarks.py
--- a/hgext/bookmarks.py
+++ b/hgext/bookmarks.py
@@ -93,7 +93,7 @@
     '''Set the name of the bookmark that we are currently on
 
     Set the name of the bookmark that we are on (hg update <bookmark>).
-    The name is recoreded in .hg/bookmarks.current
+    The name is recorded in .hg/bookmarks.current
     '''
     if current(repo) == mark:
         return


More information about the Mercurial-devel mailing list