Commit e2dc1c3
committed
Make initial summary print aliases with namespace
They were printed without the namespace but the namespace can be used to
indicate where the alias comes from and it is important to see in the
summary. This patch fixes that by changing `name` to `str`.
Before:
```
Aliases: dev, cider, zprint, local
```
After:
```
Aliases: :dev, :home/cider, :home/zprint, :mine/local
```1 parent 3d0cabf commit e2dc1c3
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
0 commit comments