Rev 4603: Cleanup doc string. in file:///home/vila/src/bzr/experimental/conflict-manager/

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Sep 1 17:19:07 BST 2009


At file:///home/vila/src/bzr/experimental/conflict-manager/

------------------------------------------------------------
revno: 4603
revision-id: v.ladeuil+lp at free.fr-20090901161906-s021yw4y0dght0xz
parent: v.ladeuil+lp at free.fr-20090831141203-lh84j2cgxepxs4wa
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: cleanup
timestamp: Tue 2009-09-01 18:19:06 +0200
message:
  Cleanup doc string.
-------------- next part --------------
=== modified file 'bzrlib/conflicts.py'
--- a/bzrlib/conflicts.py	2009-08-13 06:19:32 +0000
+++ b/bzrlib/conflicts.py	2009-09-01 16:19:06 +0000
@@ -150,9 +150,9 @@
 
 
 def restore(filename):
-    """\
-    Restore a conflicted file to the state it was in before merging.
-    Only text restoration supported at present.
+    """Restore a conflicted file to the state it was in before merging.
+
+    Only text restoration is supported at present.
     """
     conflicted = False
     try:



More information about the bazaar-commits mailing list