- 11 Sep, 2019 1 commit
-
-
kiilerix authored
- but it still fails in visdiff.snapshot
-
- 20 Sep, 2019 2 commits
- 11 Sep, 2019 2 commits
- 05 Sep, 2019 1 commit
-
-
kiilerix authored
-
- 01 Sep, 2019 1 commit
-
-
kiilerix authored
Long term, we should insist on only getting unicode filenames.
-
- 08 Sep, 2019 1 commit
-
-
kiilerix authored
-
- 05 Sep, 2019 2 commits
- 11 Sep, 2019 5 commits
-
-
kiilerix authored
-
kiilerix authored
- but it still fails in hglib.difftools.
-
kiilerix authored
Things are simpler when just passing unicode path ... and there is no need to wjoin to get the absolute path.
-
kiilerix authored
Make it more clear when _lcanonpaths actually is used.
-
kiilerix authored
The parameter profile with two fd lists was a bit confusing, and it ends up being slightly simpler to be more explicit about just wanting one fd.
-
- 08 Sep, 2019 1 commit
-
-
kiilerix authored
openlocalurl still accept bytestrings despite being in qtlib, but let's try to keep it simple and use unicode when possible.
-
- 07 Sep, 2019 4 commits
-
-
kiilerix authored
A future step could be to let it encapsulate Mercurial internals and return unicode strings.
-
kiilerix authored
Don't change that things are passed as byte string, but accept that the 'replace' dict has system string as key so it can be created as 'dict()' with named parameters.
-
kiilerix authored
Inline qtlib.openfiles and just do similar to "Explore Local" and open each file directly by path.
-
kiilerix authored
-
- 01 Sep, 2019 2 commits
- 07 Sep, 2019 1 commit
-
-
kiilerix authored
-
- 01 Sep, 2019 1 commit
-
-
kiilerix authored
-
- 07 Sep, 2019 2 commits
- 01 Sep, 2019 8 commits
-
-
kiilerix authored
-
kiilerix authored
-
kiilerix authored
-
kiilerix authored
-
kiilerix authored
Extract section and key from cpath as byte string. cpath is in unicode, but we have to interface with plain Mercurial inifiles, and must thus convert to bytes. It would probably be cleaner to have a next step that refactor and drop cpath, and instead store section and key as separate byte strings ...
-
kiilerix authored
hglib enabledextensions() and disabledextensions() kind of encapsulate Mercurial functionality. It is thus reasonable that they also expose the extension names as unicode instead of the internal encoding.
-
kiilerix authored
Make SettingsForm consistently take rcpath as a list of unicode paths. hglib.userrcpath is already a list ... but not unicode.
-
kiilerix authored
-
- 31 Aug, 2019 1 commit
-
-
kiilerix authored
Fixes "Diff to local" in file context menu
-
- 01 Sep, 2019 1 commit
-
-
kiilerix authored
-
- 31 Aug, 2019 2 commits
- 26 Aug, 2019 1 commit
-
-
kiilerix authored
-
- 31 Aug, 2019 1 commit
-
-
kiilerix authored
The intent with 5aed2af71329 must have been to use the usual pattern of first applying os.path.expandvars, then os.path.expanduser .
-