I apologize for not compiling/testing this patch, but I've still yet to 
completely set-up darcs' building on this laptop...

However, this is a simple one-line change that changes a small data
structure and I'm sure that it should compile.


Thu Oct  2 18:44:10 EDT 2008  Max Battcher <[EMAIL PROTECTED]>
  * Add Patch-salt as ignored prefix
  
  Adds "Patch-salt: " as an ignored prefix in patch descriptions as a more
  semantic alternative to "Ignore-this: " for patch differentiation as
  proposed to solve issue1102.

New patches:

[Add Patch-salt as ignored prefix
Max Battcher <[EMAIL PROTECTED]>**20081002224410
 
 Adds "Patch-salt: " as an ignored prefix in patch descriptions as a more
 semantic alternative to "Ignore-this: " for patch differentiation as
 proposed to solve issue1102.
] hunk ./src/Darcs/Patch/Info.lhs 65
                          , is_inverted = False }
 
 ignored :: [String] -- this is a [String] so we can change the junk header.
-ignored = ["Ignore-this: "]
+ignored = ["Ignore-this: ", "Patch-salt: "]
 
 ignore_junk :: [PackedString] -> [PackedString]
 ignore_junk = filter isnt_ignored

Context:

[TAG 2.1.0pre3
Eric Kow <[EMAIL PROTECTED]>**20081002091241] 
Patch bundle hash:
868f47177a55bf7208935ee3130d8d2720658929
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to