Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Zerocools-MacBook:openmrs-core pamusriharsha$ git pull --rebase upstream master
  2. remote: Counting objects: 1387, done.
  3. remote: Compressing objects: 100% (553/553), done.
  4. remote: Total 1129 (delta 544), reused 960 (delta 409)
  5. Receiving objects: 100% (1129/1129), 229.69 KiB | 142 KiB/s, done.
  6. Resolving deltas: 100% (544/544), completed with 134 local objects.
  7. From https://github.com/openmrs/openmrs-core
  8. * branch master -> FETCH_HEAD
  9. First, rewinding head to replay your work on top of it...
  10. Applying: TRUNK-3876: Fix things
  11. Using index info to reconstruct a base tree...
  12. <stdin>:33: trailing whitespace.
  13. try {
  14. <stdin>:34: trailing whitespace.
  15. data = serializer.serialize(object);
  16. <stdin>:35: trailing whitespace.
  17. }
  18. <stdin>:36: trailing whitespace.
  19. catch (SerializationException e) {
  20. <stdin>:37: trailing whitespace.
  21. throw new DAOException("Unable to save object <" + object + "> because serialization failed.", e);
  22. warning: squelched 10 whitespace errors
  23. warning: 15 lines add whitespace errors.
  24. Falling back to patching base and 3-way merge...
  25. Applying: Other changes
  26. Using index info to reconstruct a base tree...
  27. <stdin>:16: trailing whitespace.
  28. throw new HL7Exception(
  29. <stdin>:17: trailing whitespace.
  30. "Check to ensure that the form's OBS section is a concept field. Invalid OBR in hl7 message with uid: "
  31. <stdin>:18: trailing whitespace.
  32. + messageControlId);
  33. warning: 3 lines add whitespace errors.
  34. Falling back to patching base and 3-way merge...
  35. Auto-merging web/src/main/java/org/openmrs/web/controller/PersonRelationshipsPortletController.java
  36. CONFLICT (content): Merge conflict in web/src/main/java/org/openmrs/web/controller/PersonRelationshipsPortletController.java
  37. Auto-merging api/src/main/java/org/openmrs/notification/NoteService.java
  38. CONFLICT (content): Merge conflict in api/src/main/java/org/openmrs/notification/NoteService.java
  39. Failed to merge in the changes.
  40. Patch failed at 0002 Other changes
  41.  
  42. When you have resolved this problem run "git rebase --continue".
  43. If you would prefer to skip this patch, instead run "git rebase --skip".
  44. To check out the original branch and stop rebasing run "git rebase --abort".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement