summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update the changelogdebian/20190217_git-1archive/debian/20190217_git-1Andrej Shadura2019-03-01
|
* Merge tag 'upstream/20190217_git'Andrej Shadura2019-03-01
|\ | | | | | | Upstream version 20190217~git
| * Make it possible to use crecord in an empty repositoryAndrej Shadura2019-02-17
| | | | | | | | | | Before the first commit, the branch HEAD points to doesn’t yet exist, so diffing against it doesn’t work.
| * Fix committing deletionsAndrej Shadura2019-02-17
| | | | | | | | | | | | | | | | git-add cannot handle files not present in the working tree, so we need to filter them out when running git-add. The changes will be picked up by git-commit anyway. Staging won’t work properly anyway, but I will address that later.
* | Add Git watchAndrej Shadura2019-03-01
| |
* | Update the changelogdebian/20180716_git-1archive/debian/20180716_git-1Andrej Shadura2019-02-17
| |
* | Depend on sensible-utilsAndrej Shadura2019-02-17
| |
* | Add Vcs-*Andrej Shadura2019-02-17
| |
* | Python 3Andrej Shadura2019-02-17
| |
* | Write my name a bit differentlyAndrej Shadura2019-02-17
| |
* | Debhelper 12Andrej Shadura2019-02-17
| |
* | Standards-Version: 4.3.0Andrej Shadura2019-02-17
| |
* | Merge remote-tracking branch 'upstream/master'Andrej Shadura2019-02-17
|\|
| * Disable diff's mnemonicprefix optionJames Rowe2018-08-06
| | | | | | | | With mnemonicprefix enabled the diff output parsing fails.
| * Add an initial staging implementationAndrej Shadura2018-08-06
| |
| * Remove stage parameter from confirmcommitAndrej Shadura2018-07-18
| |
| * crpatch: add reversehunks and unapplyhunksAndrej Shadura2018-07-15
| | | | | | | | | | | | Import reversehunks from Mercurial to produce a hunk with applying in an opposite direction, and unapplyhunks which produces a hunk keeping all applied changes and instead unapplying the rest.
| * Make encoding.trim work with string, not bytesAndrej Shadura2018-07-11
| |
| * Switch to Python 3.6 as the defaultAndrej Shadura2018-07-11
| |
| * Make setup.py Python 3-compatibleAndrej Shadura2018-07-11
| |
| * Log manpage generationAndrej Shadura2018-07-11
| |
| * Rewrite manpage generation for readabilityAndrej Shadura2018-07-11
| | | | | | | | | | Nested map + lambda don’t make it easy to understand what’s actually going on.
| * Remove the commit message templatingAndrej Shadura2018-07-11
| |
| * No need for the u'' syntax anymoreAndrej Shadura2018-07-08
| |
| * Don’t hardcode UTF-8.Andrej Shadura2018-07-08
| |
| * Delete unused code from encoding, fix the remaining bitsAndrej Shadura2018-07-06
| |
| * Encode, not decode, since fp gives us strings and p.stdin wants bytesAndrej Shadura2018-07-06
| |
| * curses.unctrl returns bytesAndrej Shadura2018-07-06
| |
| * Correctly fall through in handlekeypressed.Andrej Shadura2018-07-06
| |
| * Use ucolwidth() for stringsAndrej Shadura2018-07-06
| |
| * Encode/decode strings for encoding.trim().Andrej Shadura2018-07-06
| |
| * p.stdout.readline returns bytes => use b'' as a sentinelAndrej Shadura2018-07-06
| |
| * Use range() not xrange()Andrej Shadura2018-07-06
| |
| * Use items() not iteritems()Andrej Shadura2018-07-06
| |
| * Use new-style integer divisionAndrej Shadura2018-07-06
| |
| * More sync with MercurialAndrej Shadura2018-07-06
| |
| * crpatch: count lines changed as the number of lines added or removedtimeless2018-07-06
| |
| * Fix incorrectly applied patch in 376c402Andrej Shadura2018-07-06
| |
| * Partially sync parsepatch() from MercurialAndrej Shadura2018-07-06
| |
| * crpatch: simplify header methods with any()Patrick Mezard2018-07-06
| |
| * crpatch: use `iter(callable, sentinel)` instead of while TrueAugie Fackler2018-07-06
| |
| * Sync with upstream’s fix for invalid hunksAndrej Shadura2018-07-06
| | | | | | | | | | | | | | | | | | | | Original patch: From: Jun Wu <quark@fb.com> Date: Thu Jun 14 14:04:26 2018 -0700 Subject: crecord: fix line number in hunk header (issue5917) See https://bz.mercurial-scm.org/show_bug.cgi?id=5917
| * py3: make sure we are doing integer division by using '//'Pulkit Goyal2018-07-03
| |
| * chunk_selector: avoid setting non-existing signal SIGWINCH on windowsPierre-Yves David2018-07-03
| |
| * chunk_selector: ensure we reinstall the SIGWINCH handlerPierre-Yves David2018-07-03
| |
| * chunk_selector: extract most of 'main' into a sub functionPierre-Yves David2018-07-03
| |
| * chunk_selector: change the verb according to the operationJun Wu2018-07-03
| |
| * Pass the subcommand name as opts['operation']Andrej Shadura2018-07-03
| |
| * Save opts in CursesChunkSelector instead of passing it aroundAndrej Shadura2018-07-03
| |
| * More Unicode!Andrej Shadura2018-07-03
| |