site

(Pierre-Yves David)
2011-11-28: Add missing break line at the end of a debug message

Add missing break line at the end of a debug message

diff --git a/hgext/states.py b/hgext/states.py
--- a/hgext/states.py
+++ b/hgext/states.py
@@ -1012,7 +1012,7 @@ def reposetup(ui, repo):
             self.ui.debug('checking for states-heads on remote server')
             if 'states-heads' not in remote.listkeys('namespaces'):
                 self.ui.debug('states-heads not enabled on the remote server, '
-                              'marking everything as published')
+                              'marking everything as published\n')
                 remoteheads[ST0] = remote.heads()
             else:
                 self.ui.debug('server has states-heads enabled, merging lists')