Fri Oct 15 21:48:29 EST 2004 Mark Stosberg <mark@xxxxxxxxxxxxxxx>
* partial docs spruce up to highlight long flag descriptions
I can't decide whether this update (if applied to the rest of the docs) would
really add much. Give it a whirl and let me know. If it seems good, I can work
on update the rest of the docs.
Mark
New patches:
[partial docs spruce up to highlight long flag descriptions
Mark Stosberg <mark@xxxxxxxxxxxxxxx>**20041016024829
I can't decide whether this update (if applied to the rest of the docs) would
really add much. Give it a whirl and let me know. If it seems good, I can work
on update the rest of the docs.
Mark
] {
hunk ./Add.lhs 154
+\begin{verbatim}
+--date-trick
+\end{verbatim}
+
hunk ./Get.lhs 215
+\begin{verbatim}
+--context
+--tag
+--to-patch
+--to-match
+\end{verbatim}
+
hunk ./Mv.lhs 50
+\begin{verbatim}
+--case-ok
+\end{verbatim}
+
hunk ./Pull.lhs 192
+\begin{verbatim}
+--external-merge
+\end{verbatim}
+
hunk ./Pull.lhs 200
+\begin{verbatim}
+--matches
+--no-deps
+--patches
+--tags
+\end{verbatim}
+
hunk ./Pull.lhs 217
+\begin{verbatim}
+--no-test
+--test
+\end{verbatim}
+
hunk ./Push.lhs 172
+\begin{verbatim}
+--apply-as
+\end{verbatim}
+
hunk ./Push.lhs 183
+\begin{verbatim}
+--matches
+--patches
+--tags
+\end{verbatim}
+
hunk ./Record.lhs 289
+\begin{verbatim}
+--logfile
+\end{verbatim}
+
hunk ./Record.lhs 356
+\begin{verbatim}
+--ask-deps
+\end{verbatim}
+
hunk ./Record.lhs 379
+\begin{verbatim}
+--no-test
+--test
+\end{verbatim}
+
hunk ./Record.lhs 399
+\begin{verbatim}
+--pipe
+\end{verbatim}
+
hunk ./Replace.lhs 52
-regexp, which is \verb![A-Za-z_0-9\-\.]!. If you prefer to choose a
-different set of characters to define your token (perhaps because you are
-programming in some other language), you may do so with the
-\verb!--token-chars! option. You may prefer to define tokens in terms of
-delimiting characters instead of allowed characters using a flag such as
+regexp, which is \verb![A-Za-z_0-9\-\.]!.
+
+\begin{verbatim}
+--token-chars
+\end{verbatim}
+
+If you prefer to choose a different set of characters to define your token
+(perhaps because you are programming in some other language), you may do so
+with the \verb!--token-chars! option. You may prefer to define tokens in terms
+of delimiting characters instead of allowed characters using a flag such as
}
Context:
[add 'cvs -n update' equivalence
mark@xxxxxxxxxxxxxxx**20041014030202
I use '-n update' nearly as much as plain 'update', so I thought this was
worth including for reference.
]
[fix bug where new files didn't show up in darcs diff.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041013111107]
[fix bug in slurp_recorded_and_unrecorded when called from a different
directory.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041013110922]
[make pull prompt for confirmation when there is a conflict with unrecorded
changes.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041013111327]
[make unrevert interactive.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041012111740]
[Fix compilation errors if HAVE_MAPI and HAVE_CURSES are both unset
mklooster@xxxxxxx**20041011095851]
[update ChangeLog a bit.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041011111827]
[don't try to generate a new name on get if name was given explicitely.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041010123829]
[fixed a bug in changes --from-tag.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041010123136]
[when remaking website, also remake docs.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041010105157]
[Beatify, er, canonise myself in authors.hs.
Juliusz Chroboczek <jch@xxxxxxxxxxxxxx>**20041009171340]
[always mark conflicts, even if there's an obvious solution.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041009115131]
[when rerecording conflicted patch, remove the conflict.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041009104906]
[when matching patch names, include "UNDO: " in rolled-back patches.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041008111510]
[handle better the case where unrevert context doesn't make sense.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041008104452]
[remove unused read_patch function.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041007120450]
[have cgi preserve whitespace in comments
Will <will@xxxxxxxxxx>**20041007181910]
[make cgi stylesheet location configurable
Will <will@xxxxxxxxxx>**20041007180619]
[add new slurp_recorded_and_unrecorded function.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041007120513]
[Clean up stringify calls in configure.ac (take 3)
Taral <taral@xxxxxxxxx>**20041005173835]
[Clean up SignalHandler.lhs warnings
Taral <taral@xxxxxxxxx>**20041005172302]
[Clean up External.hs warnings
Taral <taral@xxxxxxxxx>**20041005172251]
[Use -Werror
Taral <taral@xxxxxxxxx>**20041004190657]
[make clean didn't remove authors executable
ijones@xxxxxxxxxx**20041005031319]
[fix linking problem with --disable-optimize
Tomasz Zielonka <t.zielonka@xxxxxxxxxxxxxxxxxxxxx>**20041005075950]
[fix overwriting of c_context.c in tarball source.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041005112445]
[Add RTSFLAGS to GNUmakefile
Taral <taral@xxxxxxxxx>**20041004192542]
[Clean up Patch.lhs warnings (take 2)
Taral <taral@xxxxxxxxx>**20041004192505]
[Make stringify put string in .rodata
Taral <taral@xxxxxxxxx>**20041004190637]
[fix replace documentation.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041005111328]
[really fix newlines in whatsnew -u
andrew@xxxxxxxxxxx**20041005030757]
[fix bug in defaults processing of options with -- in them.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041005105533]
[more win32 build fixes
Will <will@xxxxxxxxxx>**20041004173323]
[Make clear author can be a commented email address.
Ralph Corderoy <ralph@xxxxxxxxxxxxxxx>**20041004120404
I didn't realise that I could enter a commented email address when
prompted. Hence my authors.hs addition to fix up my existing patches.
These documentation and prompt changes try to avoid this for others.
]
[Remove unused var in Tag.lhs
Taral <taral@xxxxxxxxx>**20041003162732]
[Clean up FastPackedString.hs warnings
Taral <taral@xxxxxxxxx>**20040928232322]
[Clean up Context.lhs warnings
Taral <taral@xxxxxxxxx>**20040928232212]
[Move file-specific options out of GNUmakefile
Taral <taral@xxxxxxxxx>**20040928224635]
[can't make AUTHORS in predist, since history isn't available.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041004105119]
[fix win32 build problem
Will <will@xxxxxxxxxx>**20041003213706]
[TAG 1.0.0rc3
David Roundy <droundy@xxxxxxxxxxxxxxx>**20041003114608]
Patch bundle hash:
3084401794a864707afce8e19fee73fb29ef1331
_______________________________________________
darcs-devel mailing list
darcs-devel@xxxxxxxxxxxxxxx
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|