Project.pm: new remove_user function
commitec38108c4844705ad4e9121330af67eb89b78680
authorKyle J. McKay <mackyle@gmail.com>
Fri, 5 Jul 2013 02:43:20 +0000 (4 19:43 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 7 Jul 2013 05:16:10 +0000 (6 22:16 -0700)
tree72d3f059fcf28fbe824bbcd08f2a9fcc877badfc
parenta307212cb8dcd1faf1f0a706930cf4e555f3b633
Project.pm: new remove_user function

Removes the passed user name from the list of users with
push permission for the project.  Returns true if any
changes were made.  A separate call to update is still
required to write the changes to disk.
Girocco/Project.pm