Sun Jul 24 15:46:56 CEST 2005  Erik Schnetter <[EMAIL PROTECTED]>
  * another alternative formatting for cvs/tla tables.
New patches:

[another alternative formatting for cvs/tla tables.
Erik Schnetter <[EMAIL PROTECTED]>**20050724134656] {
hunk ./switching.tex 24
+% The \hspace commands force a line break in the postscript output,
+% but they are effectively ignored in the html output.
hunk ./switching.tex 27
-\item[{\tt cvs checkout}:]
+\item[{\tt cvs checkout}\hspace*{100em}]
hunk ./switching.tex 29
-\item[{\tt cvs update}:]
+\item[{\tt cvs update}\hspace*{100em}]
hunk ./switching.tex 31
-\item[{\tt cvs -n update}:]
+\item[{\tt cvs -n update}\hspace*{100em}]
hunk ./switching.tex 34
-\item[{\tt cvs -n update}:]
+\item[{\tt cvs -n update}\hspace*{100em}]
hunk ./switching.tex 37
-\item[{\tt cvs -n update | grep '?'}:]
+\item[{\tt cvs -n update | grep '?'}\hspace*{100em}]
hunk ./switching.tex 40
-\item[{\tt rm foo.txt; cvs update foo.txt}:]
+\item[{\tt rm foo.txt; cvs update foo.txt}\hspace*{100em}]
hunk ./switching.tex 43
-\item[{\tt cvs diff}:]
+\item[{\tt cvs diff}\hspace*{100em}]
hunk ./switching.tex 46
-\item[{\tt cvs diff}:]
+\item[{\tt cvs diff}\hspace*{100em}]
hunk ./switching.tex 49
-\item[{\tt cvs commit}:]
+\item[{\tt cvs commit}\hspace*{100em}]
hunk ./switching.tex 52
-\item[{\tt cvs commit}:]
+\item[{\tt cvs commit}\hspace*{100em}]
hunk ./switching.tex 55
-\item[{\tt cvs commit}:]
+\item[{\tt cvs commit}\hspace*{100em}]
hunk ./switching.tex 58
-\item[{\tt cvs diff | mail}:]
+\item[{\tt cvs diff | mail}\hspace*{100em}]
hunk ./switching.tex 60
-\item[{\tt cvs add}:]
+\item[{\tt cvs add}\hspace*{100em}]
hunk ./switching.tex 62
-\item[{\tt cvs tag -b}:]
+\item[{\tt cvs tag -b}\hspace*{100em}]
hunk ./switching.tex 64
-\item[{\tt cvs tag}:]
+\item[{\tt cvs tag}\hspace*{100em}]
hunk ./switching.tex 104
-\item[{\tt tla init-tree}:]
+\item[{\tt tla init-tree}\hspace*{100em}]
hunk ./switching.tex 106
-\item[{\tt tla get}:]
+\item[{\tt tla get}\hspace*{100em}]
hunk ./switching.tex 108
-\item[{\tt tla update}:]
+\item[{\tt tla update}\hspace*{100em}]
hunk ./switching.tex 110
-\item[{\tt tla file-diffs f | patch -R }:]
+\item[{\tt tla file-diffs f | patch -R }\hspace*{100em}]
hunk ./switching.tex 112
-\item[{\tt tla changes --diffs}:]
+\item[{\tt tla changes --diffs}\hspace*{100em}]
hunk ./switching.tex 114
-\item[{\tt tla logs}:]
+\item[{\tt tla logs}\hspace*{100em}]
hunk ./switching.tex 116
-\item[{\tt tla file-diffs}:]
+\item[{\tt tla file-diffs}\hspace*{100em}]
hunk ./switching.tex 118
-\item[{\tt tla add}:]
+\item[{\tt tla add}\hspace*{100em}]
hunk ./switching.tex 120
-\item[{\tt tla mv}:]
+\item[{\tt tla mv}\hspace*{100em}]
hunk ./switching.tex 123
-\item[{\tt tla commit}:]
+\item[{\tt tla commit}\hspace*{100em}]
hunk ./switching.tex 126
-\item[{\tt tla commit}:]
+\item[{\tt tla commit}\hspace*{100em}]
hunk ./switching.tex 129
-\item[{\tt tla commit}:]
+\item[{\tt tla commit}\hspace*{100em}]
hunk ./switching.tex 132
-\item[{\tt tla archive-mirror}:]
+\item[{\tt tla archive-mirror}\hspace*{100em}]
hunk ./switching.tex 134
-\item[{\tt tla tag}:]
+\item[{\tt tla tag}\hspace*{100em}]
hunk ./switching.tex 137
-\item[{\tt tla tag}:]
+\item[{\tt tla tag}\hspace*{100em}]
}

Context:

[alternative formatting for cvs/tla tables.
Erik Schnetter <[EMAIL PROTECTED]>**20050724113905] 
[make add/remove --list-options not output preceding ./
David Roundy <[EMAIL PROTECTED]>**20050723134758
 We were treating the repository root differently from subdirectories
 because the file paths didn't need to get "fixed".  Addresses bug #158.
] 
[fix unit test that prompts for input
Will <[EMAIL PROTECTED]>**20050722181028] 
[Make DarcsRepo.add_to_inventory take a list.
Juliusz Chroboczek <[EMAIL PROTECTED]>**20050720174029
 This avoids opening the inventory multiple times.  Thanks to Ian for the hint.
] 
[Use mapM_ instead of the comprehensible alternative.
Juliusz Chroboczek <[EMAIL PROTECTED]>**20050720164258
 Mentioning mapM_ always impresses people at dinner parties.  Thanks to
 Ian for the hint.
] 
[Move iterateGitTree out of the IO monad.
Juliusz Chroboczek <[EMAIL PROTECTED]>**20050720162841
 We're reading immutable on-disk data, it's safe to do it unsafely.
] 
[Clean up usage of interleaveIO in Git.
Juliusz Chroboczek <[EMAIL PROTECTED]>**20050720162251] 
[fix write_problem to show all problems.
David Roundy <[EMAIL PROTECTED]>**20050717110628] 
[don't import head and tail, which are in the prelude.
David Roundy <[EMAIL PROTECTED]>**20050716143547] 
[Rename bound variable in fromJust macro.
Juliusz Chroboczek <[EMAIL PROTECTED]>**20050716221705
 Avoids ``shadows existing variable'' warnings which for some reason are
 errors.
 
 Could we please use Lisp macros instead?
] 
[TAG 2005-07-18
Ian Lynagh <[EMAIL PROTECTED]>**20050718193534] 
[put configure.ac back in the public domain.
David Roundy <[EMAIL PROTECTED]>**20050720115702] 
[fix error in name of --reorder-patches flag.
David Roundy <[EMAIL PROTECTED]>**20050722110752] 
[Push and pull can now show the detailed diffs of patches
Jim Radford <[EMAIL PROTECTED]>**20050717042645
 The same distinction is now made between --summary and --verbose
 as changes makes.
] 
[advance DARCS_VERSION to 1.0.4pre2.
David Roundy <[EMAIL PROTECTED]>**20050720115536
 In the new tradition of changing the version after a release rather than
 before a release (although when the release type changes to rc or actual
 release it'll have to be done before the release).
] 
[drop $srcdir use; build-directories aren't supported anyway
Peter Simons <[EMAIL PROTECTED]>**20050719140044] 
[clean generated manual files at realclean
Peter Simons <[EMAIL PROTECTED]>**20050719135935] 
[cosmetic changes
Peter Simons <[EMAIL PROTECTED]>**20050719135834] 
[move comment to the right place
Peter Simons <[EMAIL PROTECTED]>**20050719135818] 
[let config.status generate config.command
Peter Simons <[EMAIL PROTECTED]>**20050719135733] 
[make use of autoconf 2.5x's AC_INIT macro
Peter Simons <[EMAIL PROTECTED]>**20050719135611] 
[use ./config.status to re-configure build after autoconf changes
Peter Simons <[EMAIL PROTECTED]>**20050719135435] 
[update distclean and realclean targets
Peter Simons <[EMAIL PROTECTED]>**20050719135415] 
[canonize [EMAIL PROTECTED]
Peter Simons <[EMAIL PROTECTED]>**20050719134834] 
[cosmetic change
Peter Simons <[EMAIL PROTECTED]>**20050719134816] 
[update test suite to work with Peter's makefile changes.
David Roundy <[EMAIL PROTECTED]>**20050721102319] 
[TAG 1.0.4pre1
David Roundy <[EMAIL PROTECTED]>**20050718112234] 
Patch bundle hash:
3d9766d73661ffc4f0ce7375b0f7bb68823473bc
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to