Ticket #1271 (closed enhancement: wontfix)
[patch] Resync handles changeset intervals
| Reported by: | cboos@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | devel |
| Severity: | normal | Keywords: | resync |
| Cc: | vyt@… |
Description
This was suggested by Juanma Barranquero on the Trac mailing list Message 2162
This feature is useful for fixing formatting errors in one changeset, without having to resync the whole repository.
This is useful while waiting for #781.
Some explanations:
- resync 1000
will resync the repository starting at revision 1000 - resync 1000:1010
will resync the repository starting at revision 1000 ending at revision 1010 - resync :1010
will resync the repository starting at revision 1 ending at revision 1010 - resync
will resync the whole repository, as usual
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


