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