Difference between revisions of "Managing Local Changes with Mercurial Queues"
From gem5
					
										
					
					| Line 3: | Line 3: | ||
* It discourages users from contributing back useful changes.  | * It discourages users from contributing back useful changes.  | ||
| − | * If a useful change is added, it's a long, tedious process to update.  | + | * If a useful change is added to the source tree, it's a long, tedious process to update.  | 
== Mercurial Queues ==  | == Mercurial Queues ==  | ||
Revision as of 12:35, 16 February 2013
Repository Management Problem
gem5 users typically opt to freeze their repository at a particular changeset when starting a new research project. This approach has several downsides:
- It discourages users from contributing back useful changes.
 - If a useful change is added to the source tree, it's a long, tedious process to update.