Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13830] New: real_handle_changed_config uses a --normal diff

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13830] New: real_handle_changed_config uses a --normal diff
  • Date: 11 Jun 2007 20:40:26 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13830

Summary: real_handle_changed_config uses a --normal diff
Product: Sorcery
Version: 1.14.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: jakakranjc AT email.si


I think most of us are more comfortable with reading unified diffs, so I
suggest we change it.

< diff "$to" "$from" | $PAGER;;
---
> diff -u "$to" "$from" | $PAGER;;

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 13830] New: real_handle_changed_config uses a --normal diff, bugzilla-daemon, 06/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page