Skip to content

Instantly share code, notes, and snippets.

@markstos
Created September 4, 2013 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markstos/ac0ecfad05bf25a95a3f to your computer and use it in GitHub Desktop.
Save markstos/ac0ecfad05bf25a95a3f to your computer and use it in GitHub Desktop.
problem with patience diff in darcs?
The hunk selected and saved by patience diff (with some variable names changed)
hunk ./my/path 40
+
+$app->{__PHOTO_URL_UA} = Project::Mechanize->new(
+ max_redirect => $app->cfg('A'),
+ max_size => $app->cfg('B'),
+ timeout => $app->cfg('C')
+);
+
+
+
+TODO: {
###
The left over "whatsnew"
hunk ./my/path 48
-
-TODO: {
-
#####
I only ever added the new block of code. The "TODO" block should have never changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment