Comment 6 for bug 851000

Revision history for this message
Jason Stephenson (jstephenson) wrote :

Pushed a branch for master that removes the setting and makes it so that handle_lost always runs on a lost checkin regardless of the checkin lib/copy circ_lib being the same or different.

Branches for rel_2_1 and rel_2_0 to follow.

For sharing lp851000 via the remote repo working:

You need only add the remote once, regardless of how many branches you wish to look at.
To add this repo as working:
 Read-only (git protocol):
  git remote add working git://git.evergreen-ils.org/working/Evergreen
 Read-write (ssh protocol):
  git remote add working <email address hidden>:working/Evergreen

Once you have the remote added you can check out this branch:
git checkout -b lp851000 working/user/dyrcona/lp851000