source: tailor/vcpx/repository/darcs/source.py @ 1590

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1590   5 years lele Don't fail badly when the source repository is empty This fixes the Debian …
(edit) @1583   5 years lele Collapse another strange darcs combination Patch [1211] splitted the …
(edit) @1579   5 years lele Fix a glitch in the darcs 1 code
(edit) @1577   5 years lele Always use pull instead of get to checkout the first revision, with darcs2 …
(edit) @1576   5 years lele Use addEntry() so the order will be fixed
(edit) @1575   5 years lele Use pull --xml-output only with darcs 2.0
(edit) @1573   5 years lele Compare also the darcs_hash attribute
(edit) @1571   5 years lele Initialize the darcs_hash attribute
(edit) @1529   5 years lele First cut at tracking the is_directory flag on changeset entries Not all …
(edit) @1528   5 years lele Remove the backups made by darcs on conflicts
(edit) @1525   5 years lele Be more informative and suggest latest darcs 2.0 for --xml-output
(edit) @1522   5 years lele Look for the string in the actual output of the command
(edit) @1501   5 years lele Fixup previous renames when reading darcs patches For some reason a darcs …
(edit) @1499   5 years lele Reduce "rename A B"+"add B" to "add B"
(edit) @1498   5 years lele Use the newer 'darcs pull --xml-output' Now that "darcs pull" accepts the …
(edit) @1489   5 years lele Darcs revert --all needs some input to keep going
(edit) @1488   5 years lele Untabify
(edit) @1475   5 years vmiklos darcs source: don't fail on empty author unfortunately darcs allows …
(edit) @1469   5 years vmiklos darcs source: collapse "rename A B; rename B C" into "rename A C"
(edit) @1468   5 years vmiklos DarcsChangeset?.addEntry: fix optimization in case the changeset is like …
(edit) @1467   5 years vmiklos DarcsXMLChangesHandler.startElement: fix a typo …
(edit) @1465   5 years vmiklos darcs source: improve fix for rollbacked moves + file updates here is the …
(edit) @1464   5 years vmiklos darcs source: handle inverted renames + modifications here is the …
(edit) @1416   6 years lele Yet another way to fix a silly problem Now the timestamp is splitted on …
(edit) @1415   6 years lele Correct the case when the author contains multiple spaces
(edit) @1384   6 years vmiklos darcs source: handle unescaped problematic characters quoting the mail …
(edit) @1371   6 years lele Removed trailing space from the assert, since we just did a .rstrip()
(edit) @1362   6 years zooko fix parsing of darcs conflict output
(edit) @1333   6 years jgoerzen Additional fix to changeset hash generation
(edit) @1332   6 years jgoerzen Added initial support for not-quite-right tags from Darcs
(edit) @1330   6 years jgoerzen Revert earlier change to darcs output The problem was in some instructions …
(edit) @1325   6 years jgoerzen Make sure first line of patch message comes across from Darcs Mercurial …
(edit) @1320   6 years jgoerzen Fix hash when changelog lines have trailing whitespace
(edit) @1318   6 years lele Fixed darcs pull log parser, again
(edit) @1317   6 years lele Use line.rstrip() instead of line[:-1], to better handle non-unix newlines
(edit) @1314   6 years lele Force UTC to make the test work everywhere
(edit) @1311   6 years kevin DarcsSourceWorkingDir?._parseDarcsPull: don't include the newline as part …
(edit) @1309   6 years kevin darcs: factor parsing from process invocation in …
(edit) @1295   7 years lele Don't assume the timestamp in darcs log is exactly 28 chars long
(edit) @1260   7 years lele M-x whitespace-cleanup
(edit) @1259   7 years lele Fix #71: annihilate "add A; remove A" in a single darcs patch This …
(edit) @1241   7 years lele Reimplement the fixup of darcs hunks order
(edit) @1222   7 years lele Fix the reordering of bad ordered darcs hunks
(add) @1221   7 years lele Split darcs backend into source and target submodules
Note: See TracRevisionLog for help on using the revision log.