Ticket #52 (closed defect: fixed)
Change plain page -> subdir-index is not committed
| Reported by: | Necoro | Owned by: | sheep |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Hatta Wiki | Version: | 1.4.1dev |
| Keywords: | Cc: |
Description
If I create a page "foo" and after this a page "foo/bar", foo is being renamed to "foo/Index". Unfortunately this is done on the filesystem but not committed to hg. The creation of "foo/Index" can be committed manually by changing "foo". But the removal of "foo" as a file seems to be never committed.
This leads to problems if I pull from the repository, as it then contains "foo" as a file(!) - and "foo/bar", which obviously freaks out hg when updating the working directory :P
Currently used version: development snapshot. Revision 2796cecb20c9
Change History
Note: See
TracTickets for help on using
tickets.

Thank you. As you might have guessed, this is still an experimental feature of development version. Your feedback helps us a lot.