diff --git a/mercurial/commands.py b/mercurial/commands.py
index 1574c2704b1152637def6d875bf3ecf2d0d8c17b_bWVyY3VyaWFsL2NvbW1hbmRzLnB5..bcdc2fe3fd072ff9e24d0cbc8af41ca4951a77f8_bWVyY3VyaWFsL2NvbW1hbmRzLnB5 100644
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2108,6 +2108,6 @@
     displayer = cmdutil.show_changeset(ui, repo, opts)
     for n in p:
         if n != nullid:
-            displayer.show(repo[n])
+             displayer.show(repo[n])
 
 def paths(ui, repo, search=None):
@@ -2112,10 +2112,9 @@
 
 def paths(ui, repo, search=None):
-    """show definition of symbolic path names
-
-    Show definition of symbolic path name NAME. If no name is given, show
-    definition of available names.
-
+    """show aliases for remote repositories
+
+     Show definition of symbolic path name NAME. If no name is given, show
+     definition of available names.
     Path names are defined in the [paths] section of /etc/mercurial/hgrc
     and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.
     """