21
edits
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
***cd /repo/hg/mozilla/try/.hg/ | ***cd /repo/hg/mozilla/try/.hg/ | ||
***sqlite3 pushlog2.db | ***sqlite3 pushlog2.db | ||
***delete from changesets; | ***sqlite> delete from changesets; | ||
***delete from pushlog; | ***sqlite> delete from pushlog; | ||
***.exit | ***sqlite> .exit | ||
**Reset perms on the repo. | **Reset perms on the repo. | ||
***Become the root user on the machine. | ***Become the root user on the machine. |
edits