Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

Merge with stable

Changeset d2fd6b679396

Parents 4e6cbf768a27

Parents f1cc89a9e939

by Steve Borho

Changes to one file · Browse files at d2fd6b679396 Showing diff from parent 4e6cbf768a27 f1cc89a9e939 Diff from another changeset...

 
796
797
798
799
 
800
801
802
 
861
862
863
864
 
865
866
867
 
796
797
798
 
799
800
801
802
 
861
862
863
 
864
865
866
867
@@ -796,7 +796,7 @@
  # description   doc = i[0].__doc__   if not doc: - doc = _("(No help text available)") + doc = _("(no help text available)")   if ui.quiet:   doc = doc.splitlines(0)[0]   ui.write("\n%s\n" % doc.rstrip()) @@ -861,7 +861,7 @@
    # description   if not doc: - doc = _("(No help text available)") + doc = _("(no help text available)")   if hasattr(doc, '__call__'):   doc = doc()