Skip to content

Commit

Permalink
uihandler/arch.xml → platform/uihandler/arch.xml
Browse files Browse the repository at this point in the history
`uihandler/arch.xml` was moved in 3dfe012 and thus the instructions from `README.md` no longer work out of the box.
  • Loading branch information
ooxi committed Apr 27, 2019
1 parent a50d777 commit 612f20b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ you may want to merge the modern and ancient versions together:
```bash
$ git clone https://github.com/apache/incubator-netbeans.git
$ cd incubator-netbeans
$ git log uihandler/arch.xml
$ git log platform/uihandler/arch.xml
```

This gives you just few log entries including the initial checkin and
Expand All @@ -127,8 +127,8 @@ $ git replace 6035076ee 32042637 # the 2nd donation
When you search the log, or use the blame tool, the full history is available:

```bash
$ git log uihandler/arch.xml
$ git blame uihandler/arch.xml
$ git log platform/uihandler/arch.xml
$ git blame platform/uihandler/arch.xml
```

Many thanks to Emilian Bold who converted the ancient history to his
Expand Down

0 comments on commit 612f20b

Please sign in to comment.