mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-02 22:42:56 +03:00
Add todo comment for branch listing
This commit is contained in:
parent
62be925178
commit
874710e221
@ -21,6 +21,7 @@ use crate::{VirtualBranch, VirtualBranchesExt};
|
||||
|
||||
/// Returns a list of branches associated with this project.
|
||||
// TODO: Implement pagination for this thing
|
||||
// TODO: The results should be sortedb by updated_at
|
||||
pub fn list_branches(
|
||||
ctx: &ProjectRepository,
|
||||
filter: Option<BranchListingFilter>,
|
||||
|
Loading…
Reference in New Issue
Block a user