1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-23 02:38:48 +02:00
phorge-phorge/src/applications/diffusion
epriestley 176b4a68a8 Fix some mercurial edge cases
Summary:
  - Old versions of Mercurial give different output for `hg log -- ''` and `hg log`. Just use `hg log`.
  - Branch names with spaces can't be specified in `--rev`. I talked with hstuart in #mercurial and apparently am not crazy.

Test Plan:
  - Viewed history of a repository.
  - Viewed history of a file.
  - Viewed branch `m m m m m 2:ffffffffffff (inactive)`
  - Learned that you checkout this branch with `hg checkout ':m m m m m 2:ffffffffffff (inactive)'`

Reviewers: dschleimer, btrahan

Reviewed By: dschleimer

CC: aran

Maniphest Tasks: T1268

Differential Revision: https://secure.phabricator.com/D2950
2012-07-10 10:36:33 -07:00
..
controller Simplify build file from data-or-hash code 2012-07-09 10:38:25 -07:00
data Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
exception Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
query Fix some mercurial edge cases 2012-07-10 10:36:33 -07:00
request Fix some mercurial edge cases 2012-07-10 10:36:33 -07:00
view Display revision number in history 2012-06-22 17:10:45 -07:00
DiffusionRepositoryTag.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00