[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] ikiwiki monotone support
From: |
Brian May |
Subject: |
Re: [Monotone-devel] ikiwiki monotone support |
Date: |
Sat, 23 Feb 2008 11:50:29 +1100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
>>>>> "Brian" == Brian May <address@hidden> writes:
Brian> - "--label", string.format("[Yours]", tbl.left_path
),
Brian> - "--label", string.format("[Original]", tbl.anc_path
),
Brian> - "--label", string.format("[Theirs]",
tbl.right_path),
These labels have changed:
local diff3 = {
"diff3",
"--merge",
"--label", string.format("%s [left]", tbl.left_path ),
"--label", string.format("%s [ancestor]", tbl.anc_path ),
"--label", string.format("%s [right]", tbl.right_path),
}
Oh well, I think it is worth the code simplification.
--
Brian May <address@hidden>
- Re: [Monotone-devel] ikiwiki monotone support, Brian May, 2008/02/17
- Re: [Monotone-devel] ikiwiki monotone support, William Uther, 2008/02/17
- Re: [Monotone-devel] ikiwiki monotone support, Brian May, 2008/02/21
- Re: [Monotone-devel] ikiwiki monotone support, Brian May, 2008/02/22
- Re: [Monotone-devel] ikiwiki monotone support, Brian May, 2008/02/22
- Re: [Monotone-devel] ikiwiki monotone support,
Brian May <=
- Re: [Monotone-devel] ikiwiki monotone support, William Uther, 2008/02/24
- Re: [Monotone-devel] ikiwiki monotone support, Brian May, 2008/02/25
- Re: [Monotone-devel] ikiwiki monotone support, William Uther, 2008/02/24
- Re: [Monotone-devel] ikiwiki monotone support, Brian May, 2008/02/25
- Re: [Monotone-devel] ikiwiki monotone support, Zack Weinberg, 2008/02/25
Re: [Monotone-devel] ikiwiki monotone support, Brian May, 2008/02/21