mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
Fixed showrevisions. added commit/run/scan only options
This commit is contained in:
parent
30cf65af26
commit
ec7b0afb08
3 changed files with 74 additions and 55 deletions
|
|
@ -214,7 +214,11 @@ public:
|
|||
/* TODO */
|
||||
virtual void setStateRevisions(const RevisionClosure & revisions, const Path & rootStatePath, const string & comment) = 0;
|
||||
|
||||
/* TODO */
|
||||
/*
|
||||
* TODO Not sure wheter this comment is 100% correct
|
||||
* Querys all available state revision closures.
|
||||
* (e.g. a references scan can change this)
|
||||
*/
|
||||
virtual bool queryStateRevisions(const Path & statePath, RevisionClosure & revisions, RevisionClosureTS & timestamps, const unsigned int revision) = 0;
|
||||
|
||||
/* TODO */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue